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.
 
 
 
 
 
 

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