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.
 
 
 
 
 
 

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