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.
 
 
 
 
 
 

88 lines
1.7 KiB

  1. body {
  2. background: #290c00;
  3. }
  4. #banner, #main, #footer {
  5. background: #fff;
  6. color: #290c00;
  7. }
  8. #banner, #mainnav, #main, #footer {
  9. margin-top: 0;
  10. margin-bottom: 0;
  11. }
  12. #mainnav :link, #mainnav :visited, #mainnav :link:hover, #mainnav :visited:hover {
  13. color: #290c00;
  14. }
  15. #mainnav :link:hover, #mainnav :visited:hover {
  16. background: #528E51;
  17. }
  18. #mainnav .active :link, #mainnav .active :visited {
  19. color: #290c00;
  20. }
  21. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  22. color: #290c00;
  23. background: #528e51;
  24. }
  25. #siteheader {
  26. overflow: hidden;
  27. width: 500px;
  28. float: right;
  29. }
  30. dt em {
  31. color: #88AA77;
  32. }
  33. .buttons {
  34. margin:0.5em 0;
  35. text-align:center;
  36. }
  37. #jumprev, #jumploc {
  38. margin:0.2em 0 0.6em;
  39. }
  40. #prefs {
  41. background: #88AA77;
  42. border: 2px solid #945973;
  43. }
  44. fieldset {
  45. background: #88AA77;
  46. border-color: #224422;
  47. }
  48. legend {
  49. color: #224422;
  50. border-bottom: 1px solid #224422;
  51. background: #fff;
  52. }
  53. th {
  54. background: #88AA77;
  55. color: #fff;
  56. font-weight: bold;
  57. }
  58. th a {
  59. color: #224422;
  60. }
  61. input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
  62. background: #EEEEEE;
  63. border: 1px solid #88AA77;
  64. color: #224422;
  65. font-weight: bold;
  66. }
  67. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  68. background: #88AA77;
  69. border: 1px solid #224422;
  70. color: #224422;
  71. font-weight: bold;
  72. }
  73. select, input[type="text"], input.textwidget, textarea {
  74. background: white;
  75. border: 1px solid #88AA77;
  76. }
  77. #loginguest {
  78. float: right;
  79. font-size: 0.9em;
  80. color: #945973;
  81. }
  82. #loginguest a {
  83. color: #945973;
  84. border-bottom: 1px dotted #88AA77;
  85. font-size: 0.9em;
  86. }