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.
 
 
 
 
 
 

124 regels
2.2 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. #mainnav li a {
  59. font-weight: bold;
  60. }
  61. #footer {
  62. display: none;
  63. }
  64. .nav ul {
  65. font-size: 0.9em !important;
  66. }
  67. .nav li {
  68. border-color: #224422;
  69. }
  70. #mainnav :link:hover, #mainnav :visited:hover {
  71. background: #224422;
  72. }
  73. #mainnav .active :link, #mainnav .active :visited {
  74. background: #88AA77;
  75. color: #224422;
  76. border: none;
  77. }
  78. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  79. border: none;
  80. }
  81. input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
  82. background: #EEEEEE;
  83. border: 1px solid #88AA77;
  84. color: #224422;
  85. font-weight: bold;
  86. }
  87. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  88. background: #88AA77;
  89. border: 1px solid #224422;
  90. color: #224422;
  91. font-weight: bold;
  92. }
  93. #loginguest {
  94. float: right;
  95. font-size: 0.9em;
  96. color: #945973;
  97. }
  98. #loginguest a {
  99. color: #945973;
  100. border-bottom: 1px dotted #88AA77;
  101. font-size: 0.9em;
  102. }
  103. select, input[type="text"], input.textwidget, textarea {
  104. background: white;
  105. border: 1px solid #88AA77;
  106. }
  107. dt em {
  108. color: #88AA77;
  109. }
  110. .buttons {
  111. margin:0.5em 0;
  112. text-align:center;
  113. }
  114. #jumprev, #jumploc {
  115. margin:0.2em 0 0.6em;
  116. }