Advertisement
Guest User

noel calendar

a guest
Dec 7th, 2012
1,802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.  
  7. <title>Calendrier de l'avent 2012 !!</title>
  8. <style type="text/css">
  9. body{
  10. background:url('http://image.noelshack.com/fichiers/2012/49/1354923167-b83aae3f.jpg') no-repeat top center;
  11. background-size:100%;
  12. }
  13.  
  14. div#calendrier{
  15. width:736px;
  16. height:400px;
  17. background:url('http://image.noelshack.com/fichiers/2012/49/1354923716-calendrierfond2.png') no-repeat top center;
  18. position: absolute;
  19. left:25%;
  20. top:20%;
  21. }
  22.  
  23. .cadre{
  24. width:80px;
  25. height: 80px;
  26. border:1px red solid;
  27. margin-top:10px;
  28. margin-left: 5px;
  29. margin-right: 5px;
  30. float:left;
  31. text-decoration: none;
  32. color:yellow;
  33. font-size:2em;
  34. }
  35.  
  36. .cadre:hover{
  37. background:url('http://image.noelshack.com/fichiers/2012/49/1354924744-mario-question-block.jpg');
  38. color:red;
  39. }
  40. </style>
  41. </head>
  42. <body>
  43. <div id="calendrier">
  44.  
  45. <!-- fenetre 1er decembre -->
  46. <a href="http://www.dltk-kids.com/pokemon/adoptions/pikachu.gif" class="cadre">
  47. 1
  48. </a>
  49.  
  50. <!-- fenetre 2 decembre -->
  51. <a href="http://alpha.heroshock.com/wp-content/uploads/2012/06/Code-Lyoko-Saison-4.jpg" class="cadre">
  52. 2
  53. </a>
  54.  
  55. <!-- fenetre 3 decembre -->
  56. <a href="" class="cadre">
  57. 3
  58. </a>
  59.  
  60. <!-- etc.. -->
  61. <a href="" class="cadre">
  62. 4
  63. </a>
  64.  
  65. <a href="" class="cadre">
  66. 5
  67. </a>
  68.  
  69. <a href="" class="cadre">
  70. 6
  71. </a>
  72.  
  73. <a href="" class="cadre">
  74. 7
  75. </a>
  76.  
  77. <a href="" class="cadre">
  78. 8
  79. </a>
  80.  
  81. <a href="" class="cadre">
  82. 9
  83. </a>
  84.  
  85. <!-- fenetre 10 decembre -->
  86. <a href="" class="cadre">
  87. 10
  88. </a>
  89.  
  90. <a href="" class="cadre">
  91. 11
  92. </a>
  93.  
  94. <a href="" class="cadre">
  95. 12
  96. </a>
  97.  
  98. <a href="" class="cadre">
  99. 13
  100. </a>
  101.  
  102. <a href="" class="cadre">
  103. 14
  104. </a>
  105.  
  106. <!-- fenetre 15 decembre -->
  107. <a href="" class="cadre">
  108. 15
  109. </a>
  110.  
  111. <a href="" class="cadre">
  112. 16
  113. </a>
  114.  
  115. <a href="" class="cadre">
  116. 17
  117. </a>
  118.  
  119. <a href="" class="cadre">
  120. 18
  121. </a>
  122.  
  123. <a href="" class="cadre">
  124. 19
  125. </a>
  126.  
  127. <a href="" class="cadre">
  128. 20
  129. </a>
  130.  
  131. <a href="" class="cadre">
  132. 21
  133. </a>
  134.  
  135. <a href="" class="cadre">
  136. 22
  137. </a>
  138.  
  139. <a href="" class="cadre">
  140. 23
  141. </a>
  142.  
  143. <!-- fenetre 24 decembre -->
  144. <a href="" class="cadre">
  145. 24
  146. </a>
  147.  
  148. <a href="" class="cadre">
  149. 25
  150. </a>
  151.  
  152. <a href="" class="cadre">
  153. 26
  154. </a>
  155.  
  156. <a href="" class="cadre">
  157. 27
  158. </a>
  159.  
  160. <a href="" class="cadre">
  161. 28
  162. </a>
  163.  
  164. <a href="" class="cadre">
  165. 29
  166. </a>
  167.  
  168. <a href="" class="cadre">
  169. 30
  170. </a>
  171.  
  172. <!-- fenetre 31 decembre -->
  173. <a href="" class="cadre">
  174. 31
  175. </a>
  176.  
  177. </div>
  178. </body>
  179. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement