Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

149 řádky
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. #mainnav {
  55. font-size: 1em !important;
  56. background: #945973;
  57. border: none;
  58. }
  59. #mainnav li {
  60. border: none;
  61. }
  62. #mainnav li a {
  63. font-weight: bold;
  64. }
  65. #footer {
  66. display: none;
  67. }
  68. .nav ul {
  69. font-size: 0.9em !important;
  70. }
  71. .nav li {
  72. border-color: #224422;
  73. }
  74. #mainnav :link:hover, #mainnav :visited:hover {
  75. background: #224422;
  76. }
  77. #mainnav .active :link, #mainnav .active :visited {
  78. background: #88AA77;
  79. color: #224422;
  80. border: none;
  81. }
  82. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  83. border: none;
  84. }
  85. input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
  86. background: #EEEEEE;
  87. border: 1px solid #88AA77;
  88. color: #224422;
  89. font-weight: bold;
  90. }
  91. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  92. background: #88AA77;
  93. border: 1px solid #224422;
  94. color: #224422;
  95. font-weight: bold;
  96. }
  97. #loginguest {
  98. float: right;
  99. font-size: 0.9em;
  100. color: #945973;
  101. }
  102. #loginguest a {
  103. color: #945973;
  104. border-bottom: 1px dotted #88AA77;
  105. font-size: 0.9em;
  106. }
  107. select, input[type="text"], input.textwidget, textarea {
  108. background: white;
  109. border: 1px solid #88AA77;
  110. }
  111. dt em {
  112. color: #88AA77;
  113. }
  114. .buttons {
  115. margin:0.5em 0;
  116. text-align:center;
  117. }
  118. #jumprev, #jumploc {
  119. margin:0.2em 0 0.6em;
  120. }
  121. #prefs {
  122. background: #88AA77;
  123. border: 2px solid #945973;
  124. }
  125. fieldset {
  126. background: #88AA77;
  127. border-color: #224422;
  128. }
  129. legend {
  130. color: #224422;
  131. border-bottom: 1px solid #224422;
  132. background: #fff;
  133. }
  134. th {
  135. background: #88AA77;
  136. color: #fff;
  137. font-weight: bold;
  138. }
  139. th a {
  140. color: #224422;
  141. }