Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. /* Feuille de style - Site Web - Le potager */
  2. /* Feuille principale */
  3.  
  4. header
  5. {
  6. margin-bottom: 2%;
  7. text-align: center;
  8.  
  9. }
  10.  
  11. hr
  12. {
  13. color: red;
  14. background-color: red;
  15. height: 3px;
  16.  
  17. }
  18.  
  19. body
  20. {
  21.  
  22. }
  23.  
  24. nav ul, nav li
  25. {
  26. list-style-type: none;
  27. margin: 0;
  28. padding: 0;
  29. }
  30. nav li
  31. {
  32. float: left;
  33. width: 20%;
  34. text-align: center;
  35. }
  36.  
  37. nav a
  38. {
  39. display: block;
  40. border-bottom: 1px;
  41. padding: 0 2em;
  42. line-height: 200%;
  43. }
  44.  
  45. nav
  46. {
  47. width: 100%;
  48. overflow: auto;
  49.  
  50. }
  51. h1
  52. {
  53. font-family: Coolvetica;
  54. }
  55. section.principal
  56. {
  57. margin-left: 20%;
  58. margin-right: 20%;
  59.  
  60. }
  61.  
  62. table.film
  63. {
  64. float:left;
  65. border-collapse: collapse;
  66. }
  67.  
  68. table.film td
  69. {
  70. border-style: none;
  71. width: 6em;
  72. text-align: center;
  73.  
  74. }
  75.  
  76. @font-face
  77. {
  78. font-family: Coolvetica;
  79. src: url('../fonts/coolvetica_rg.ttf')
  80. }
  81.  
  82. td.affiche
  83. {
  84.  
  85. }
  86.  
  87. td.gris-sombre-jour
  88. {
  89. background: #BEBEBE;
  90. text-align: left;
  91.  
  92. }
  93. td.gris-sombre-heure
  94. {
  95. background: #BEBEBE;
  96. text-align:center;
  97.  
  98. }
  99.  
  100. td.gris-clair-jour
  101. {
  102. background: #E1E1E1;
  103. text-align: left;
  104. }
  105.  
  106. td.gris-clair-heure
  107. {
  108. background: #E1E1E1;
  109. text-align:center;
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement