Advertisement
maryaciolli

theme never let me go

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