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.
 
 
 
 
 
 

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