You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

150 lines
2.6 KiB

  1. body {
  2. width:80%;
  3. margin: auto;
  4. font-size: 12px;
  5. }
  6. :link, :visited { color: #3a5; }
  7. :link:hover, :visited:hover { color: #a2d; }
  8. :link, :visited {
  9. color: #224422;
  10. /* #3a5 */
  11. }
  12. :link:hover, :visited:hover {
  13. color: #a2d;
  14. /* #a2d */
  15. }
  16. body, th, td {
  17. font-family: 'Bitstream Vera Serif',times,serif;
  18. }
  19. h1, h2, h3, h4 {
  20. font-family: 'Bitstream Vera Serif',times,serif;
  21. }
  22. #mainnav :link, #mainnav :visited {
  23. padding-left: 8px;
  24. padding-right: 8px;
  25. color: white;
  26. }
  27. #mainnav :link:hover, #mainnav :visited:hover {
  28. color: white;
  29. background: #945973;
  30. }
  31. h1, h2, h3 {
  32. text-indent: 0.5em;
  33. border-style: solid;
  34. border-color: #88aa77;
  35. background-color: inherit;
  36. }
  37. h1 {
  38. font-size: 1.6em;
  39. font-variant: small-caps;
  40. color: #002200;
  41. border-width: 0 0 2px 0;
  42. }
  43. h2 {
  44. font-size: 1.3em;
  45. font-variant: small-caps;
  46. color: #224422;
  47. border-width: 0 0 2px 0;
  48. }
  49. h3 {
  50. font-size: 1.1em;
  51. color: #335533;
  52. border-width: 0 0 1px 0;
  53. }
  54. p {
  55. text-indent: 1em;
  56. text-align: inherit;
  57. }
  58. #mainnav {
  59. font-size: 1em !important;
  60. background: #945973;
  61. border: none;
  62. }
  63. #mainnav li {
  64. border: none;
  65. }
  66. #mainnav li a {
  67. font-weight: bold;
  68. }
  69. #footer {
  70. display: none;
  71. }
  72. .nav ul {
  73. font-size: 0.9em !important;
  74. }
  75. .nav li {
  76. border-color: #224422;
  77. }
  78. #mainnav :link:hover, #mainnav :visited:hover {
  79. background: #224422;
  80. }
  81. #mainnav .active :link, #mainnav .active :visited {
  82. background: #88AA77;
  83. color: #224422;
  84. border: none;
  85. }
  86. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  87. border: none;
  88. }
  89. input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
  90. background: #EEEEEE;
  91. border: 1px solid #88AA77;
  92. color: #224422;
  93. font-weight: bold;
  94. }
  95. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  96. background: #88AA77;
  97. border: 1px solid #224422;
  98. color: #224422;
  99. font-weight: bold;
  100. }
  101. #loginguest {
  102. float: right;
  103. font-size: 0.9em;
  104. color: #945973;
  105. }
  106. #loginguest a {
  107. color: #945973;
  108. border-bottom: 1px dotted #88AA77;
  109. font-size: 0.9em;
  110. }
  111. select, input[type="text"], input.textwidget, textarea {
  112. background: white;
  113. border: 1px solid #88AA77;
  114. }
  115. dt em {
  116. color: #88AA77;
  117. }
  118. .buttons {
  119. margin:0.5em 0;
  120. text-align:center;
  121. }
  122. #jumprev, #jumploc {
  123. margin:0.2em 0 0.6em;
  124. }
  125. #prefs {
  126. background: #88AA77;
  127. border: 2px solid #945973;
  128. }
  129. fieldset {
  130. background: #88AA77;
  131. border-color: #224422;
  132. }
  133. legend {
  134. color: #224422;
  135. }
  136. th {
  137. background: #945973;
  138. color: white;
  139. font-weight: bold;
  140. }
  141. th a {
  142. color: #224422;
  143. }