Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

153 Zeilen
2.6 KiB

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