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ů.
 
 
 
 
 
 

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