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.
 
 
 
 
 
 

132 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. thead th {
  84. background: #88AA77;
  85. color: #fff;
  86. font-weight: bold;
  87. }
  88. th a {
  89. color: #290c00;
  90. }
  91. input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
  92. background: #945973;
  93. border: 1px solid #945973;
  94. color: #290c00;
  95. font-weight: bold;
  96. -moz-border-radius: 5px;
  97. -webkit-border-radius: 5px;
  98. }
  99. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  100. background: #EEEEEE;
  101. border: 1px solid #290c00;
  102. color: #290c00;
  103. font-weight: bold;
  104. -moz-border-radius: 5px;
  105. -webkit-border-radius: 5px;
  106. }
  107. select, input[type="text"], input.textwidget, textarea {
  108. background: white;
  109. border: 1px solid #945973;
  110. -moz-border-radius: 5px;
  111. -webkit-border-radius: 5px;
  112. }
  113. #loginguest {
  114. float: right;
  115. font-size: 0.9em;
  116. color: #945973;
  117. }
  118. #loginguest a {
  119. color: #945973;
  120. border-bottom: 1px dotted #88AA77;
  121. font-size: 0.9em;
  122. }
  123. .milestone .info h2 em {
  124. color: #945973;
  125. }
  126. #tabs {
  127. -moz-border-radius: 5px;
  128. -webkit-border-radius: 5px;
  129. }