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.
 
 
 
 
 
 

122 line
2.5 KiB

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