Advertisement
maryaciolli

bitchies theme

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