Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

95 lignes
1.6 KiB

  1. body {
  2. width:80%;
  3. margin: auto;
  4. }
  5. :link, :visited { color: #3a5; }
  6. :link:hover, :visited:hover { color: #a2d; }
  7. body, th, td {
  8. font-family: 'Bitstream Vera Serif',times,serif;
  9. }
  10. h1, h2, h3, h4 {
  11. font-family: 'Bitstream Vera Serif',times,serif;
  12. }
  13. #mainnav {
  14. font-family: 'Bitstream Vera Serif',times,serif;
  15. }
  16. #mainnav :link, #mainnav :visited {
  17. padding-left: 8px; padding-right: 8px;
  18. color: white;
  19. }
  20. #mainnav :link:hover, #mainnav :visited:hover {
  21. color: white;
  22. background: #945973;
  23. }
  24. h1, h2, h3 {
  25. text-indent: 0.5em;
  26. border-style: solid;
  27. border-color: #88aa77;
  28. background-color: inherit;
  29. }
  30. h1 {
  31. font-size: 1.6em;
  32. font-variant: small-caps;
  33. color: #002200;
  34. border-width: 0 0 2px 0;
  35. }
  36. h2 {
  37. font-size: 1.3em;
  38. font-variant: small-caps;
  39. color: #224422;
  40. border-width: 0 0 2px 0;
  41. }
  42. h3 {
  43. font-size: 1.1em;
  44. color: #335533;
  45. border-width: 0 0 1px 0;
  46. }
  47. p {
  48. text-indent: 1em;
  49. text-align: inherit;
  50. }
  51. #mainnav {
  52. background: #945973;
  53. border: none;
  54. }
  55. #mainnav li {
  56. border: none;
  57. }
  58. #footer {
  59. display: none;
  60. }
  61. .nav li {
  62. border-color: #224422;
  63. }
  64. #mainnav :link:hover, #mainnav :visited:hover {
  65. background: #224422;
  66. }
  67. #mainnav .active :link, #mainnav .active :visited {
  68. background: #88AA77;
  69. color: #224422;
  70. border: none;
  71. }
  72. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  73. border: none;
  74. }
  75. input {
  76. border: 1px solid #88AA77;
  77. }
  78. input[type="checkbox"] {
  79. border: none;
  80. }
  81. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  82. background: #88AA77;
  83. border: 1px solid #224422;
  84. }