Advertisement
sunkei

rachmaninov page

Apr 29th, 2012
7,939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. <!--
  2.  
  3. Rachmaninov
  4. about page made by gyapo.tumblr.com
  5. don't remove this comment
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.  
  14. <head>
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <style type="text/css">
  20.  
  21. body
  22. {font-size:10px;
  23. background:url("IMG URL HERE");
  24. background-size:100%;
  25. background-color:#aaa;
  26. font-family:baskerville,cambria;}
  27.  
  28. a
  29. {text-decoration:none;
  30. color:#000;}
  31.  
  32.  
  33.  
  34. #all
  35. {margin-top:150px;
  36. font-size:10px;}
  37.  
  38. #title
  39. {text-align:center;
  40. font-family:"mkb", consolas;
  41. text-transform:uppercase;
  42. letter-spacing:2px;
  43. font-size:20px;
  44. margin-bottom:10px;}
  45.  
  46.  
  47. @font-face {font-family:"mkb";
  48. src: url("http://static.tumblr.com/s2ymoja/NJNm38v7g/232mkl__.ttf") format("truetype");}
  49.  
  50.  
  51. .bloc
  52. {width:210px;
  53. height:90px;
  54. background-color:#fff;
  55. padding:20px;
  56. text-align:justify;
  57. }
  58.  
  59.  
  60.  
  61. .text
  62. {opacity:0;
  63. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  64.  
  65. #first
  66. {opacity:0.1;
  67. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  68. #first:hover
  69. {opacity:0.6;}
  70. #first:hover .text
  71. {opacity:1;}
  72.  
  73.  
  74. #second
  75. {opacity:0.2;
  76. background-color:#fff;
  77. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  78. #second:hover
  79. {opacity:0.6;}
  80. #second:hover .text
  81. {opacity:1;}
  82.  
  83.  
  84. #third
  85. {opacity:0.3;
  86. background-color:#fff;
  87. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  88. #third:hover
  89. {opacity:0.6;}
  90. #third:hover .text
  91. {opacity:1;}
  92.  
  93. #fourth
  94. {opacity:0.4;
  95. background-color:#fff;
  96. text-align:center;letter-spacing:3px;
  97. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  98. #fourth:hover
  99. {opacity:0.6;}
  100. #fourth:hover .text
  101. {opacity:1;}
  102.  
  103.  
  104. .radius
  105. {border-radius:5px;
  106. -moz-border-radius:5px;
  107. margin:5px 5px 10px 0px;
  108. }
  109.  
  110. .comment
  111. {position:absolute;
  112. width:185px;
  113. margin:8px 0px 5px 0px;}
  114.  
  115.  
  116. #credits
  117. {letter-spacing:1px;color:#fff;opacity:0.2;text-align:center;position:fixed;bottom:5px;}
  118.  
  119. #credits a
  120. {color:#eee;}
  121. </style>
  122.  
  123.  
  124. <body>
  125.  
  126.  
  127. <table id="all" align="center" border="0" cellspacing="0" cellpadding="0">
  128. <tr><td colspan="2"><div id="title">title texte here</div></td></tr>
  129.  
  130. <tr>
  131. <td>
  132. <div class="bloc" id="first">
  133. <span class="text">text here<br>
  134.  
  135. </span>
  136. </div>
  137. </td>
  138.  
  139. <td>
  140. <div class="bloc" id="second">
  141. <div class="text">
  142. <div>
  143. <a href="URL HERE"><img class="radius" width="24px" src="IMG URL HERE"/></a>
  144. <span class="comment">BLOG 1 : text here </span>
  145. </div>
  146. <div>
  147. <a href="URL HERE"><img class="radius" width="24px" src="IMG URL HERE"/></a>
  148. <span class="comment"> BLOG 2 : text here </span>
  149. </div>
  150. </div>
  151. </div>
  152. </td>
  153.  
  154. </tr>
  155.  
  156. <tr>
  157. <td>
  158. <div class="bloc" id="third">
  159. <span class="text">text here</span>
  160. </div>
  161. </td>
  162.  
  163. <td>
  164. <div class="bloc" id="fourth">
  165. <span class="text">
  166. <a href="/">back to the blog</a><br><br>
  167. <a href="/ask">message</a><br><br>
  168. <a href="LINK URL HERE">link here</a><br><br>
  169. <a href="/archive">archive</a>
  170. </span>
  171. </div>
  172. </td>
  173.  
  174. </tr>
  175. </table>
  176.  
  177. <div id="credits">
  178.  
  179. photo by <a title="PHOTO TITLE HERE" href="URL HERE">Name HERE</a> —
  180. page by <a title="Rachmaninov page by gyapo" href="http://gyapo.tumblr.com">gyapo</a>
  181. </div>
  182. </body>
  183. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement