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.
 
 
 
 
 
 

134 lines
2.8 KiB

  1. body {
  2. background: #290c00;
  3. }
  4. #banner, #main, #footer {
  5. background: #fff;
  6. color: #290c00;
  7. }
  8. #banner, #mainnav, #main {
  9. margin-top: 0;
  10. margin-bottom: 0;
  11. border-left: 2px solid #88AA77;
  12. border-right: 2px solid #945973;
  13. border-bottom: 2px solid #945973;
  14. }
  15. #main {
  16. -moz-border-radius-bottomleft: 5px;
  17. -moz-border-radius-bottomright: 5px;
  18. }
  19. #mainnav li {
  20. border-right: 1px solid #290c00;
  21. }
  22. #mainnav :link, #mainnav :visited, #mainnav :link:hover, #mainnav :visited:hover {
  23. color: #290c00;
  24. background-image: none;
  25. border-bottom: none;
  26. }
  27. #mainnav :link:hover, #mainnav :visited:hover {
  28. background: #88AA77;
  29. }
  30. #mainnav .active :link, #mainnav .active :visited {
  31. color: #290c00;
  32. }
  33. #mainnav .active :link, #mainnav .active :visited {main.css (ligne 18)
  34. color: #290c00;
  35. background: #88AA77;
  36. }
  37. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  38. color: #290c00;
  39. background: none;
  40. }
  41. #siteheader {
  42. overflow: hidden;
  43. width: 500px;
  44. float: right;
  45. }
  46. dt em {
  47. color: #88AA77;
  48. }
  49. .buttons {
  50. margin: 0.5em 0;
  51. text-align: center;
  52. }
  53. #jumprev, #jumploc {
  54. margin: 0.2em 0 0.6em;
  55. }
  56. #prefs {
  57. background: #88AA77;
  58. border: 2px solid;
  59. border-color: #945973 #290C00 #290C00 #945973;
  60. -moz-border-radius: 5px;
  61. -webkit-border-radius: 5px;
  62. }
  63. table, table.listing {
  64. -moz-border-radius: 5px;
  65. -webkit-border-radius: 5px;
  66. }
  67. table, thead {
  68. -moz-border-radius-topleft: 5px;
  69. -webkit-border-radius-topright: 5px;
  70. }
  71. fieldset {
  72. background: #88AA77;
  73. border-color: #290c00;
  74. -moz-border-radius: 5px;
  75. -webkit-border-radius: 5px;
  76. }
  77. legend {
  78. color: #290c00;
  79. border-bottom: 1px solid #290c00;
  80. background: #fff;
  81. opacity: 0.7;
  82. }
  83. table thead tr, table.listing thead tr {
  84. background: #88AA77;
  85. color: #fff;
  86. font-weight: bold;
  87. -moz-border-radius: 5px;
  88. -webkit-border-radius: 5px;
  89. }
  90. th a {
  91. color: #290c00;
  92. }
  93. input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
  94. background: #945973;
  95. border: 1px solid #945973;
  96. color: #290c00;
  97. font-weight: bold;
  98. -moz-border-radius: 5px;
  99. -webkit-border-radius: 5px;
  100. }
  101. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  102. background: #EEEEEE;
  103. border: 1px solid #290c00;
  104. color: #290c00;
  105. font-weight: bold;
  106. -moz-border-radius: 5px;
  107. -webkit-border-radius: 5px;
  108. }
  109. select, input[type="text"], input.textwidget, textarea {
  110. background: white;
  111. border: 1px solid #945973;
  112. -moz-border-radius: 5px;
  113. -webkit-border-radius: 5px;
  114. }
  115. #loginguest {
  116. float: right;
  117. font-size: 0.9em;
  118. color: #945973;
  119. }
  120. #loginguest a {
  121. color: #945973;
  122. border-bottom: 1px dotted #88AA77;
  123. font-size: 0.9em;
  124. }
  125. .milestone .info h2 em {
  126. color: #945973;
  127. }
  128. #tabs {
  129. -moz-border-radius: 5px;
  130. -webkit-border-radius: 5px;
  131. }