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.
 
 
 
 
 
 

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