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.
 
 
 
 
 
 

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