summaryrefslogtreecommitdiff
path: root/css/ledgersmb-blue.css
blob: 4e7f9e85fbb79bc6e2dd61187ba74affd9680526 (plain)
  1. Below is the result of your feedback form. It was submitted by
  2. Eduard Rozenberg (edrozenberg@pobox.com) on Thursday, August 18, 2005 at 15:41:32
  3. ---------------------------------------------------------------------------
  4. message: Hello,
  5. I've created a new stylesheet more based on the color blue,
  6. and am pasting it below in case it's useful as a possible
  7. alternate (ledger-smb-blue.css)
  8. Regards,
  9. --Ed Rozenberg
  10. ================
  11. /* stylesheet for ledger-smb */
  12. /* general stuff */
  13. A:link { color: #a0522d; text-decoration: none; }
  14. A:visited { color: #a0522d; text-decoration: none; }
  15. A:active { color: #a0522d; text-decoration: underline; border: 1px #6495ED; }
  16. /*A:hover { color: white;
  17. background-color: #bbbbbb;
  18. text-decoration: none;
  19. }*/
  20. body {
  21. font-family: Verdana, Arial, Helvetica;
  22. font-size: 10pt;
  23. background-color: white;
  24. color: black
  25. }
  26. span.warning_label {
  27. font-weight: bold;
  28. color: red
  29. }
  30. td {
  31. font-family: Verdana, Arial, Helvetica;
  32. font-size: 10pt;
  33. }
  34. th {
  35. font-family: Verdana, Arial, Helvetica;
  36. font-size: 10pt;
  37. }
  38. /* login and admin */
  39. .login {
  40. font-family: Verdana, Arial, Helvetica;
  41. }
  42. body.login {
  43. background: #5a7d9b;
  44. color: black;
  45. }
  46. h1.login {
  47. font-size: 18pt;
  48. }
  49. table.login {
  50. background-color: #FBFFE7;
  51. padding: 20px;
  52. }
  53. td.login {
  54. text-align: center;
  55. }
  56. th.login {
  57. text-align: right;
  58. }
  59. body.admin {
  60. background-color: #FBFFE7;
  61. color: black;
  62. }
  63. body.menu {
  64. font-family: Verdana, Arial, Helvetica;
  65. font-size: 10pt;
  66. color: black;
  67. background: #F0F0F0;
  68. }
  69. .menuOut {
  70. cursor: pointer;
  71. font-size: 12px;
  72. color: Black;
  73. /* border: 1px solid #d8bfd8; */
  74. padding: 2px;
  75. text-align: left;
  76. font-weight: bold;
  77. }
  78. .menuOver {
  79. cursor: pointer;
  80. font-size: 12px;
  81. color: #32CD32;
  82. /* border: 1px solid #d8bfd8; */
  83. padding: 2px;
  84. text-align: left;
  85. font-weight: bold;
  86. }
  87. .submenu {
  88. font-family: Verdana, Arial, Helvetica;
  89. font-size: 12px;
  90. padding-left: 5px;
  91. }
  92. .menuOut a {
  93. cursor: pointer;
  94. margin: 0px;
  95. font-size: 12px;
  96. color: #6495ED;
  97. border: 0px solid #000000;
  98. padding: 0px;
  99. text-align: left;
  100. font-weight: bold;
  101. }
  102. .menuOver a {
  103. cursor: pointer;
  104. margin: 0px;
  105. font-size: 12px;
  106. color: #32CD32;
  107. border: 0px solid #000000;
  108. padding: 0px;
  109. text-align: left;
  110. font-weight: bold;
  111. }
  112. .submenu a {
  113. color: #6495ED;
  114. text-decoration: none;
  115. }
  116. .submenu a:hover {
  117. color: #32CD32;
  118. text-decoration: none;
  119. }
  120. .listtop { font-size: 10pt; background-color: black; color: white; }
  121. .listheading { font-size: 10pt; background-color: #6495ED;; color: white; }
  122. A.listheading:link, A.listheading:active, A.listheading:visited {
  123. color: white;
  124. text-decoration: none; }
  125. .listrow1 { font-size: 10pt; background-color: #dedede; color: black; vertical-align: top; }
  126. .listrow0 { font-size: 10pt; background-color: #f5f5f5; color: black; vertical-align: top; }
  127. .listsubtotal { font-size: 10pt; background-color: #336666; color: white; }
  128. .listtotal { font-size: 10pt; background-color: black; color: white; }
  129. textarea {
  130. font-family: Verdana, Arial, Helvetica;
  131. font-size: 10pt;
  132. }
  133. input {
  134. font-family: Verdana, Arial, Helvetica;
  135. font-size: 10pt;
  136. }
  137. select {
  138. font-family: Verdana, Arial, Helvetica;
  139. font-size: 10pt;
  140. }
  141. .submit {
  142. font-family: Verdana, Arial, Helvetica;
  143. font-size: 10pt;
  144. color: Black;
  145. }
  146. .checkbox, .radio {
  147. font-family: Verdana, Arial, Helvetica;
  148. font-size: 10pt;
  149. }
  150. .plus0 { /* font color for negative numbers */
  151. color: red;
  152. }
  153. .plus1 {
  154. color: green;
  155. }
  156. h2.confirm {
  157. color: blue;
  158. font-size: 14pt;
  159. }
  160. h2.error {
  161. color: red;
  162. font-size: 14pt;
  163. }
  164. /* media stuff */
  165. @media screen {
  166. .noscreen { /* items with this class won't display */
  167. display: none;
  168. }
  169. }
  170. @media print {
  171. .noprint { /* items with this class won't print */
  172. display: none;
  173. }
  174. }
  175. ---------------------------------------------------------------------------