summaryrefslogtreecommitdiff
path: root/css/ledgersmb-smallgray.css
blob: 5821eabd712b902d2a381951d767eb53f9d50de6 (plain)
  1. /* stylesheet for ledger-smb */
  2. /* general stuff */
  3. A:link { color: blue; text-decoration: none; }
  4. A:visited { color: blue; text-decoration: none; }
  5. A:active { color: blue; text-decoration: underline; }
  6. A:hover { color: blue;
  7. background-color: #cccccc;
  8. text-decoration: none;
  9. }
  10. body {
  11. font-family: Arial, Verdana, Helvetica, sans-serif;
  12. color: black;
  13. font-size: 8pt;
  14. margin: 1px;
  15. background-color: white;
  16. scrollbar-arrow-color: white;
  17. scrollbar-3dlight-color: #dddddd;
  18. scrollbar-highlight-color: #aaaaaa;
  19. scrollbar-face-color: #aaaaaa;
  20. scrollbar-shadow-color: #aaaaaa;
  21. scrollbar-track-color: #cccccc;
  22. scrollbar-darkshadow-color: #666666;
  23. }
  24. td {
  25. font-family: Verdana, Arial, Helvetica, sans-serif;
  26. font-size: 8pt;
  27. }
  28. span.warning_label {
  29. font-weight: bold;
  30. color: red
  31. }
  32. th {
  33. font-family: Verdana, Arial, Helvetica, sans-serif;
  34. font-size: 8pt;
  35. font-weight: normal;
  36. }
  37. /* login and admin */
  38. .login {
  39. font-family: Verdana, Arial, Helvetica, sans-serif;
  40. }
  41. body.login {
  42. background: #dddddd;
  43. color: black;
  44. }
  45. h1.login {
  46. font-size: 18pt;
  47. }
  48. table.login {
  49. background-color: #bbbbbb;
  50. padding: 20px;
  51. }
  52. td.login {
  53. text-align: center;
  54. }
  55. th.login {
  56. text-align: right;
  57. }
  58. body.admin {
  59. background-color: white;
  60. color: black;
  61. }
  62. body.menu {
  63. background-color: white;
  64. font-family: Verdana, Arial, Helvetica, sans-serif;
  65. font-size: 10px;
  66. color: black;
  67. }
  68. body.menu img {
  69. display: none;
  70. }
  71. .menuOut {
  72. cursor: pointer;
  73. background-color: white;
  74. font-size: 8px;
  75. color: black;
  76. border: none;
  77. padding: 2px;
  78. text-align: left;
  79. }
  80. .menuOver {
  81. cursor: pointer;
  82. background-color: white;
  83. font-size: 8px;
  84. color: black;
  85. border: none;
  86. padding: 2px;
  87. text-align: left;
  88. font-weight: normal;
  89. }
  90. .submenu {
  91. font-family: Verdana, Arial, Helvetica, sans-serif;
  92. font-size: 8px;
  93. padding-left: 5px;
  94. }
  95. .menuOut a {
  96. color: black;
  97. }
  98. .menuOver a {
  99. color: black;
  100. }
  101. .submenu a {
  102. color: blue;
  103. text-decoration: none;
  104. }
  105. .submenu a:hover {
  106. text-decoration: none;
  107. color: blue;
  108. }
  109. .listtop { font-size: 8pt; background-color: #e0e0e0; color: black; }
  110. .listheading { font-size: 8pt; background-color: #eeeeee; color: black; }
  111. A.listheading:link, A.listheading:active, A.listheading:visited {
  112. color: black;
  113. text-decoration: none; }
  114. .listrow1 { font-size: 8pt; background-color: #f8f8f8; color: black; vertical-align: top; }
  115. .listrow0 { font-size: 8pt; background-color: #f0f0f0; color: black; vertical-align: top; }
  116. .listsubtotal { font-size: 8pt; background-color: #eeeeee; color: black; }
  117. .listtotal { font-size: 8pt; background-color: #e0e0e0; color: black; }
  118. textarea {
  119. font-family: Courier New;
  120. border: 1px solid black;
  121. font-size: 8pt;
  122. background-color: #eeeeee;
  123. font-weight: normal;
  124. }
  125. input {
  126. font-family: Courier New;
  127. border: 1px solid black;
  128. font-size: 8pt;
  129. background-color: #eeeeee;
  130. font-weight: normal;
  131. }
  132. select {
  133. font-family: Verdana, Arial, Helvetica, sans-serif;
  134. font-size: 10px;
  135. }
  136. .submit {
  137. font-family: Verdana, Arial, Helvetica, sans-serif;
  138. font-size: 10px;
  139. color: black;
  140. font-weight: normal;
  141. }
  142. .checkbox, .radio {
  143. font-family: Verdana, Arial, Helvetica, sans-serif;
  144. font-size: 10px;
  145. }
  146. .plus0 { /* font color for negative numbers */
  147. color: red;
  148. }
  149. .plus1 {
  150. color: green;
  151. }
  152. hr {
  153. background-color: #eeeeee;
  154. }
  155. h2.confirm {
  156. color: blue;
  157. font-size: 14pt;
  158. }
  159. h2.error {
  160. color: red;
  161. font-size: 14pt;
  162. }
  163. /* media stuff */
  164. @media screen {
  165. .noscreen { /* items with this class won't display */
  166. display: none;
  167. }
  168. }
  169. @media print {
  170. .noprint { /* items with this class won't print */
  171. display: none;
  172. }
  173. }