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