Advertisement
maryaciolli

He got the super bass - Theme

Sep 20th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. <!-- -->
  2. <!-- -->
  3. <!-- THEME BY CLEVELLAND -->
  4. <!-- CLEVELLAND.TUMBLR.COM -->
  5. <!-- DON'T COPY BITCH! -->
  6. <!-- -->
  7. <!-- -->
  8.  
  9.  
  10. <html>
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <head>
  14.  
  15. <title>{title}</title>
  16. <link rel="shortcut icon" href="{Favicon}"/>
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#4d4242"/>
  22. <meta name="color:Link" content="#6cb347"/>
  23. <meta name="color:Link Hover" content="#e7b0b0"/>
  24. <meta name="if:2 Column" content="1"/>
  25. <meta name="image:Sidebar" content="http://31.media.tumblr.com/f605527762ed525cf1f62159d734a1dd/tumblr_mq5s3pb1fc1s9ebn8o1_500.jpg"/>
  26. <meta name="text:sidetitle" content="" />
  27. <meta name="text:Link1" content="/" />
  28. <meta name="text:Link1 Title" content="" />
  29. <meta name="text:Link2" content="/" />
  30. <meta name="text:Link2 Title" content="" />
  31. <meta name="text:Link3" content="/" />
  32. <meta name="text:Link3 Title" content="" />
  33.  
  34. <style type="text/css">
  35.  
  36. body{
  37. color:{color:Text};
  38. font-family:tahoma;
  39. font-size:10px;
  40. background-color:{color:Background};
  41. width:1000px;
  42. margin-left:auto;
  43. margin-right:auto;
  44. }
  45.  
  46. #post{
  47. {block:If2Column}
  48. width:600px;{/block:If2Column}
  49. {block:IfNot2Column}width:508px;{block:IfNot2Column}
  50. margin-left:auto;
  51. margin-right:auto;
  52. background-color:#fff;
  53. padding:5px;
  54. }
  55.  
  56. .linkss {border-top:1px solid #eee;
  57. border-bottom:0px solid #eee;
  58. padding-top:2px;
  59. padding-bottom:2px;
  60. font-size:9px;
  61. font-family:tahoma;
  62. letter-spacing:1px;}
  63.  
  64. a{color:{color:Link};text-decoration:none;} a:hover{color:{color:Link Hover};}
  65.  
  66. .entry{
  67. padding:2px;
  68. background-color:#fff;
  69. {block:If2Column}width:250px;{block:If2Column}
  70. {block:IfNot2Column}width:500px;{block:IfNot2Column}
  71. float:left;
  72. margin:2px;
  73. }
  74.  
  75. .entry .perma{
  76. background:#fff;
  77. padding:2px;
  78. text-align:center;
  79. border-radius:0px;
  80. margin-top:3px;
  81. margin-left:-30px;
  82. position:absolute;
  83. opacity:0.0;
  84. width:246px;
  85. -webkit-transition: opacity 0.5s linear;
  86. -webkit-transition: all 0.5s linear;
  87. -moz-transition: all 0.5s linear;
  88. }
  89.  
  90. .entry:hover .perma{opacity:1.0;margin-left:0px; -webkit-transition: opacity 0.5s linear;
  91. -webkit-transition: all 0.8s linear;
  92. -moz-transition: all 0.5s linear;}
  93.  
  94. .sidetitle{font-size:15px;
  95. font-family:tahoma;
  96. font-style:italic;
  97. line-height:100%;
  98. text-align:center;
  99. height:auto;
  100. letter-spacing:1px;
  101. margin-bottom:6px;
  102. border-bottom:1px solid #eee;
  103. color:{color:Link};}
  104.  
  105. .sidedesc{margin-bottom:7px;}
  106.  
  107. #sidebar{
  108. height:100%;
  109. width:160px;
  110. margin-top:150px;
  111. margin-left:0px;
  112. position:fixed;
  113. padding:5px;
  114. text-align:justify;
  115. float:center;
  116. }
  117.  
  118. #sidebar img{border:1px solid #eee;width:152px;height:152px;padding:3px; margin-bottom:8px; border-radius:360px;}
  119.  
  120. .pagination {
  121. display: none;
  122. }
  123. {CustomCSS]</style>
  124.  
  125. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  126.  
  127. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  128.  
  129. <script>
  130. $(function(){
  131. var $container = $('#post');
  132. $container.imagesLoaded(function(){
  133. $container.masonry({
  134. itemSelector: '.entry',
  135. });
  136. });
  137. $container.infinitescroll({
  138. itemSelector : ".entry",
  139. navSelector : "div.pagination",
  140. nextSelector : ".pagination a#next",
  141. loadingImg : "",
  142. loadingText : "<em></em>",
  143. bufferPx : 10000,
  144. extraScrollPx: 12000,
  145. },
  146. // trigger Masonry as a callback
  147. function( newElements ) {
  148. var $newElems = $( newElements ).css({ opacity: 0 });
  149. // ensure that images load before adding to masonry layout
  150. $newElems.imagesLoaded(function(){
  151. $newElems.animate({ opacity: 1 });
  152. $container.masonry( 'appended', $newElems, true );
  153. });
  154. }
  155. );
  156. });
  157. </script>
  158.  
  159. </head>
  160. <body>
  161.  
  162. <div id="sidebar">
  163.  
  164. <img src="{image:Sidebar}">
  165.  
  166. <div class="sidetitle">{text:sidetitle}</div>
  167.  
  168. <div class="sidedesc">{description}</div>
  169.  
  170. <div class="linkss">
  171. <center>
  172. <a href="/">home</a>
  173. <a href="/ask">mail</a>
  174. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  175. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  176. {block:ifLink3}<a href="{text:Link2}">{text:Link3 Title}</a>{/block:ifLink3}
  177. </center>
  178. </div>
  179.  
  180. </div>
  181. </div></div><!--Sidebar End-->
  182.  
  183. <div id="post">
  184. {block:Posts}
  185. <div class="entry">
  186.  
  187. <div class="perma"><a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} ★ </a><a href="{Permalink}">{NoteCount} notes ★ </a><a href="{ReblogURL}" target="_blank"> reblog </a></div>
  188.  
  189. {block:Title}<h1>{Title}</h1>{/block:Title}
  190.  
  191. {block:Text}{Body}{/block:Text}
  192.  
  193. {block:Photo}
  194. {block:If2Column}
  195. <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:If2Column}
  196.  
  197. {block:IfNot2Column}
  198. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:IfNot2Column}
  199. {/block:Photo}
  200.  
  201. {block:Photoset}
  202.  
  203. {block:If2Column}
  204. {Photoset-250}
  205. {/block:If2Column}
  206.  
  207. {block:IfNot2Column}
  208. {Photoset-500}
  209. {/block:IfNot2Column}
  210.  
  211. {/block:Photoset}
  212.  
  213.  
  214. {block:Quote}
  215. {Quote}
  216. <div align="right">
  217. {block:Source}-{Source}{/block:Source}
  218. </div>
  219. {/block:Quote}
  220.  
  221.  
  222. {block:Video}
  223. {block:If2Column}
  224. {Video-250}
  225. {/block:If2Column}
  226.  
  227. {block:IfNot2Column}
  228. {Video-500}
  229. {/block:IfNot2Column}<br>
  230. {PlayCountWithLabel}
  231. {/block:Video}
  232.  
  233.  
  234. {block:Link}
  235. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  236. {block:Description}{Description}{/block:Description}
  237. {/block:Link}
  238.  
  239. {block:Chat}
  240. {block:Lines}
  241. {block:Label}
  242. <br>{Label}
  243. {/block:Label}
  244. &nbsp;{Line}
  245. {/block:Lines}
  246. {/block:Chat}
  247.  
  248. {block:Audio}
  249. {AudioPlayerGrey}
  250. <br><div align="right">{block:Artist}
  251. Artist: {Artist}</div>
  252. {/block:Artist}<br>
  253. {block:Caption}{Caption}{/block:Caption}
  254. {/block:Audio}
  255.  
  256.  
  257. {block:Answer}
  258. {Asker} asked <b>{Question}</b><Br>
  259. {Answer}
  260. {/block:Answer}
  261.  
  262. {block:PermalinkPage}
  263. {block:Caption}
  264. {Caption}
  265. {/block:Caption}
  266. <br>
  267. {block:NoteCount}
  268. {NoteCount} notes
  269. {/block:NoteCount}
  270. <Br>
  271. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  272. {/block:PermalinkPage}
  273. </div>
  274.  
  275. {/block:Posts}
  276.  
  277. </div>
  278. <div class="pagination">
  279. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  280. </div>
  281.  
  282. <div style="bottom:15px;LEFT:15px;position:fixed;font-size:10px;"><a href="http://clevelland.tumblr.com" title="THEME BY CLEVELLAND (C)">THEME</a></div>
  283. </body>
  284. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement