Advertisement
maryaciolli

Theme Wrecking Ball

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