Advertisement
sunkei

Recommendation gyapo

Feb 17th, 2012
2,477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. <!-- recommendation page made by gyapo.tumblr.com
  2. best view in chrome, looks okay but alterated in Mozilla, looks horrible in IE lol-->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17.  
  18. <style type="text/css">
  19.  
  20.  
  21.  
  22. ::-webkit-scrollbar-thumb:vertical {background-color:#333;height:25px;}
  23. ::-webkit-scrollbar {height:0px;width:8px;background-color:#000;}
  24.  
  25. body
  26. {font-family:consolas;
  27. font-size:10px;
  28. color:{color:Texts};
  29. background-image:url('http://static.tumblr.com/s2ymoja/s54lyyvgc/tumblr_lws4pjqqja1qi201y.png');
  30. background-position: fixed;
  31. background-attachment:fixed;
  32. background-repeat:repeat;}
  33.  
  34. a
  35. {text-decoration:none;
  36. color:#000;
  37. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  38. opacity:1;}
  39.  
  40. a:hover
  41. {text-decoration:none;
  42. color:#555;
  43. opacity:1;}
  44.  
  45. #side
  46. {float:left;}
  47.  
  48. #int
  49. {float:left;
  50. width:525px;}
  51.  
  52. #contain
  53. {margin-top:75px;
  54. margin-left:385px;
  55. overflow:hidden;}
  56.  
  57. #aa
  58. {width:465px;
  59. background-image:url('http://static.tumblr.com/s2ymoja/Pvflxpfk0/black.png');
  60. border:1px solid #fff;
  61. margin-bottom:25px;
  62. padding:5px;
  63. padding-bottom:10px;}
  64.  
  65. #infos
  66. {float:left;
  67. width:185px;
  68. color:#bbb;
  69. letter-spacing:1px;}
  70.  
  71. #pref
  72. {float:left;
  73. font-size:12px;
  74. letter-spacing:1px;}
  75.  
  76. #prev
  77. {border:1px solid #777;
  78. padding:3px;
  79. width:250px;}
  80.  
  81. #my
  82. {color:#bbb;
  83. padding:3px;
  84. padding-bottom:10px;}
  85.  
  86. .cat
  87. {text-transform:uppercase;
  88. padding-left:5px;
  89. font-size:10px;
  90. letter-spacing:1px;
  91. border-left:25px solid;}
  92.  
  93. #un
  94. {color:#fff;}
  95.  
  96. #deux
  97. {color:#00c9ff;}
  98.  
  99. #trois
  100. {color:#e8ff00;}
  101.  
  102. .bla
  103. {padding-top:8px;}
  104.  
  105. .title
  106. {text-align:center;
  107. color:#ff0035;
  108. font-size:18px;
  109. padding-top:3px;
  110. padding-bottom:10px;
  111. letter-spacing:3px;}
  112.  
  113. #box
  114. {position:fixed;
  115. letter-spacing:2px;
  116. font-size:20px;}
  117.  
  118. .box
  119. {margin-top:125px;
  120. width:160px;
  121. -moz-border-radius: 10px 10px 0px 0px;
  122. border-radius:10px 10px 0px 0px; }
  123.  
  124. .back
  125. {padding-top:10px;
  126. font-size:8px;
  127. letter-spacing:5px;}
  128.  
  129. .sur
  130. {background-color:#fff;}
  131.  
  132. </style>
  133. </head>
  134. <body>
  135.  
  136. <div id="contain">
  137. <div id="int">
  138.  
  139. <table id="aa" border="0" cellpadding="0" cellspacing="0"><tr>
  140. <td id="infos">
  141. <a href="BLOG URL"><div class="title">.blog title.</div></a>
  142. <div class="bla"><span class="cat" id="un">// I like :</span> many many things that I like about the blog here</div>
  143. <div class="bla"><span class="cat" id="deux">// fandom :</span> all the fandoms here</div>
  144. </td>
  145. <td id="pref">
  146. <div id="my"><span class="cat" id="trois">// the little plus :</span> that thing</div>
  147. <img id="prev" src="BLOG IMG URL"/></div>
  148. </td>
  149. </tr></table>
  150.  
  151.  
  152.  
  153. </div>
  154.  
  155. <div id="side">
  156. <div id="box">
  157. <img class="box" src="http://28.media.tumblr.com/tumblr_lxgw05wXyl1r2tssso1_500.png"/>
  158. <div><span class="sur">Recommendation list<br>
  159. of xxx.</span>
  160. <a href="/"><div class="back"><-- go back --></div></a>
  161. <a href="http://gyapo.tumblr.com" ><div class="back">credits</div></a>
  162. </div>
  163. </div>
  164. </div>
  165.  
  166. </div>
  167.  
  168. </body>
  169. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement