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.
 
 
 
 
 
 

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