summaryrefslogtreecommitdiff
path: root/css/ledgersmb-smallgray.css
blob: e98830decf6beee20974e54f84accf9436027899 (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: Andale Mono, Lucidatypewriter, Courier New, monospace;
  12. color: black;
  13. font-size: 14.667px;
  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: Andale Mono, Lucidatypewriter, Courier New, monospace;
  26. font-size: 14.667px;
  27. }
  28. span.warning_label {
  29. font-weight: bold;
  30. color: red
  31. }
  32. th {
  33. font-family: Andale Mono, Lucidatypewriter, Courier New, monospace;
  34. font-size: 14.667px;
  35. font-weight: normal;
  36. }
  37. /* login and admin */
  38. .login {
  39. font-family: Andale Mono, Lucidatypewriter, Courier New, monospace;
  40. }
  41. body.login {
  42. background: #dddddd;
  43. color: black;
  44. }
  45. h1.login {
  46. font-size: 14.667px;
  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: Andale Mono, Lucidatypewriter, Courier New, monospace;
  65. font-size: 14.667px;
  66. color: black;
  67. }
  68. body.menu img {
  69. display: none;
  70. }
  71. body.menu ul, body.menu li {
  72. padding: 2px;
  73. list-style: none;
  74. cursor: pointer;
  75. background-color: white;
  76. font-family: Andale Mono, Lucidatypewriter, Courier New, monospace;
  77. font-size: 14.667px;
  78. color: black;
  79. border: none;
  80. padding: 2px;
  81. text-align: left;
  82. }
  83. body.menu ul {
  84. margin-top: 2px;
  85. }
  86. .listtop { font-size: 14.667px; background-color: #e0e0e0; color: black; }
  87. .listheading { font-size: 14.667px; background-color: #eeeeee; color: black; }
  88. A.listheading:link, A.listheading:active, A.listheading:visited {
  89. color: black;
  90. text-decoration: none; }
  91. .listrow1 { font-size: 14.667px; background-color: #f8f8f8; color: black; vertical-align: top; }
  92. .listrow0 { font-size: 14.667px; background-color: #f0f0f0; color: black; vertical-align: top; }
  93. .listsubtotal { font-size: 14.667px; background-color: #eeeeee; color: black; }
  94. .listtotal { font-size: 14.667px; background-color: #e0e0e0; color: black; }
  95. textarea {
  96. font-family: Andale Mono, Lucidatypewriter, Courier New, monospace;
  97. border: 1px solid black;
  98. font-size: 14.667px;
  99. background-color: #eeeeee;
  100. font-weight: normal;
  101. }
  102. input {
  103. font-family: Andale Mono, Lucidatypewriter, Courier New, monospace;
  104. border: 1px solid black;
  105. font-size: 14.667px;
  106. background-color: #eeeeee;
  107. font-weight: normal;
  108. }
  109. select {
  110. font-family: Andale Mono, Lucidatypewriter, Courier New, monospace;
  111. font-size: 14.667px;
  112. }
  113. .submit {
  114. font-family: Andale Mono, Lucidatypewriter, Courier New, monospace;
  115. font-size: 14.667px;
  116. color: black;
  117. font-weight: normal;
  118. }
  119. .checkbox, .radio {
  120. font-family: Andale Mono, Lucidatypewriter, Courier New, monospace;
  121. font-size: 14.667px;
  122. }
  123. .plus0 { /* font color for negative numbers */
  124. color: red;
  125. }
  126. .plus1 {
  127. color: green;
  128. }
  129. hr {
  130. background-color: #eeeeee;
  131. }
  132. h2.confirm {
  133. color: blue;
  134. font-size: 14.667px;
  135. }
  136. h2.error {
  137. color: red;
  138. font-size: 14.667px;
  139. }
  140. /* media stuff */
  141. @media screen {
  142. .noscreen { /* items with this class won't display */
  143. display: none;
  144. }
  145. }
  146. @media print {
  147. .noprint { /* items with this class won't print */
  148. display: none;
  149. }
  150. }