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.
 
 
 
 
 
 

114 lines
2.1 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. body, th, td {
  9. font-family: 'Bitstream Vera Serif',times,serif;
  10. }
  11. h1, h2, h3, h4 {
  12. font-family: 'Bitstream Vera Serif',times,serif;
  13. }
  14. #mainnav :link, #mainnav :visited {
  15. padding-left: 8px;
  16. padding-right: 8px;
  17. color: white;
  18. }
  19. #mainnav :link:hover, #mainnav :visited:hover {
  20. color: white;
  21. background: #945973;
  22. }
  23. h1, h2, h3 {
  24. text-indent: 0.5em;
  25. border-style: solid;
  26. border-color: #88aa77;
  27. background-color: inherit;
  28. }
  29. h1 {
  30. font-size: 1.6em;
  31. font-variant: small-caps;
  32. color: #002200;
  33. border-width: 0 0 2px 0;
  34. }
  35. h2 {
  36. font-size: 1.3em;
  37. font-variant: small-caps;
  38. color: #224422;
  39. border-width: 0 0 2px 0;
  40. }
  41. h3 {
  42. font-size: 1.1em;
  43. color: #335533;
  44. border-width: 0 0 1px 0;
  45. }
  46. p {
  47. text-indent: 1em;
  48. text-align: inherit;
  49. }
  50. #mainnav {
  51. font-size: 1em !important;
  52. background: #945973;
  53. border: none;
  54. }
  55. #mainnav li {
  56. border: none;
  57. }
  58. #footer {
  59. display: none;
  60. }
  61. .nav ul {
  62. font-size: 0.9em !important;
  63. }
  64. .nav li {
  65. border-color: #224422;
  66. }
  67. #mainnav :link:hover, #mainnav :visited:hover {
  68. background: #224422;
  69. }
  70. #mainnav .active :link, #mainnav .active :visited {
  71. background: #88AA77;
  72. color: #224422;
  73. border: none;
  74. }
  75. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  76. border: none;
  77. }
  78. input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
  79. background: #EEEEEE;
  80. border: 1px solid #88AA77;
  81. color: #224422;
  82. font-weight: bold;
  83. }
  84. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  85. background: #88AA77;
  86. border: 1px solid #224422;
  87. color: #224422;
  88. font-weight: bold;
  89. }
  90. #loginguest {
  91. float: right;
  92. font-size: 0.9em;
  93. color: #945973;
  94. }
  95. #loginguest a {
  96. color: #945973;
  97. border-bottom: 1px dotted #88AA77;
  98. font-size: 0.9em;
  99. }
  100. select, input[type="text"], input.textwidget, textarea {
  101. background: white;
  102. border: 1px solid #88AA77;
  103. }
  104. dt em {
  105. color: #88AA77;
  106. }