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.
 
 
 
 
 
 

128 lines
2.7 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. fieldset {
  68. background: #88AA77;
  69. border-color: #290c00;
  70. -moz-border-radius: 5px;
  71. -webkit-border-radius: 5px;
  72. }
  73. legend {
  74. color: #290c00;
  75. border-bottom: 1px solid #290c00;
  76. background: #fff;
  77. opacity: 0.7;
  78. }
  79. th {
  80. background: #88AA77;
  81. color: #fff;
  82. font-weight: bold;
  83. }
  84. th a {
  85. color: #290c00;
  86. }
  87. input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
  88. background: #945973;
  89. border: 1px solid #945973;
  90. color: #290c00;
  91. font-weight: bold;
  92. -moz-border-radius: 5px;
  93. -webkit-border-radius: 5px;
  94. }
  95. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  96. background: #EEEEEE;
  97. border: 1px solid #290c00;
  98. color: #290c00;
  99. font-weight: bold;
  100. -moz-border-radius: 5px;
  101. -webkit-border-radius: 5px;
  102. }
  103. select, input[type="text"], input.textwidget, textarea {
  104. background: white;
  105. border: 1px solid #945973;
  106. -moz-border-radius: 5px;
  107. -webkit-border-radius: 5px;
  108. }
  109. #loginguest {
  110. float: right;
  111. font-size: 0.9em;
  112. color: #945973;
  113. }
  114. #loginguest a {
  115. color: #945973;
  116. border-bottom: 1px dotted #88AA77;
  117. font-size: 0.9em;
  118. }
  119. .milestone .info h2 em {
  120. color: #945973;
  121. }
  122. #tabs {
  123. -moz-border-radius: 5px;
  124. -webkit-border-radius: 5px;
  125. }