Advertisement
lennonthemes

baseee

Aug 6th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. <head>
  2.  
  3. <!--theme by Lennon Byrd. leave ALL credit or you will be reported, if you remove the credit your theme will also messup and I will get a message saying you did ;) follow the rules!-->
  4.  
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="{Favicon}"/>
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#000000"/>
  12. <meta name="color:Link" content="#555555"/>
  13. <meta name="color:Link Hover" content="#cccccc"/>
  14.  
  15. <meta name="image:background" content=""/>
  16. <meta name="if:2 Column" content="1"/>
  17.  
  18. <meta name="image:Sidebar" content=""/>
  19.  
  20. <meta name="text:Link1" content="/" />
  21. <meta name="text:Link1 Title" content="" />
  22.  
  23. <meta name="text:Link2" content="/" />
  24. <meta name="text:Link2 Title" content="" />
  25.  
  26. <meta name="text:Link3" content="/" />
  27. <meta name="text:Link3 Title" content="" />
  28.  
  29. <meta name="text:Link4" content="/" />
  30. <meta name="text:Link4 Title" content="" />
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. body{
  36. color:{color:Text};
  37. font-family:verdana;
  38. font-size:10px;
  39. background-color:{color:Background};
  40. background:{color:background} url('{image:background}')no-repeat center fixed ;
  41. -webkit-background-size: cover;
  42. -moz-background-size: cover;
  43. -o-background-size: cover;
  44. background-size: cover;
  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. a{color:{color:Link};text-decoration:none;} a:hover{color:{color:Link Hover};}
  58.  
  59. .entry{
  60. padding:2px;
  61. background-color:#fff;
  62. {block:If2Column}width:250px;{block:If2Column}
  63. {block:IfNot2Column}width:500px;{block:IfNot2Column}
  64. float:left;
  65. margin:2px;
  66. }
  67.  
  68. .entry .perma{
  69. background:#fff;
  70. padding:5px;
  71. text-align:center;
  72. border-radius:5px;
  73. margin-top:3px;
  74. margin-left:-30px;
  75. position:absolute;
  76. opacity:0.0;
  77. -webkit-transition: opacity 0.5s linear;
  78. -webkit-transition: all 0.5s linear;
  79. -moz-transition: all 0.5s linear;
  80. }
  81.  
  82. .entry:hover .perma{opacity:.7;margin-left:4px; -webkit-transition: opacity 0.5s linear;
  83. -webkit-transition: all 0.5s linear;
  84. -moz-transition: all 0.5s linear;}
  85.  
  86. #sidebar{
  87. background-color:#fff;
  88. width:200px;
  89. margin-top:180px;
  90. margin-left:10px;
  91. position:fixed;
  92. padding:3px;
  93. text-align:center;
  94. float:center;
  95. }
  96.  
  97. #sidebar img{border:1px solid #000;width:150px;height:auto;padding:5px;}
  98.  
  99. .pagination {
  100. display: none;
  101. }
  102. {CustomCSS]</style>
  103.  
  104. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  105.  
  106. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  107.  
  108. <script>
  109. $(function(){
  110. var $container = $('#post');
  111. $container.imagesLoaded(function(){
  112. $container.masonry({
  113. itemSelector: '.entry',
  114. });
  115. });
  116. $container.infinitescroll({
  117. itemSelector : ".entry",
  118. navSelector : "div.pagination",
  119. nextSelector : ".pagination a#next",
  120. loadingImg : "",
  121. loadingText : "<em></em>",
  122. bufferPx : 10000,
  123. extraScrollPx: 12000,
  124. },
  125. // trigger Masonry as a callback
  126. function( newElements ) {
  127. var $newElems = $( newElements ).css({ opacity: 0 });
  128. // ensure that images load before adding to masonry layout
  129. $newElems.imagesLoaded(function(){
  130. $newElems.animate({ opacity: 1 });
  131. $container.masonry( 'appended', $newElems, true );
  132. });
  133. }
  134. );
  135. });
  136. </script>
  137.  
  138. </head>
  139. <body>
  140.  
  141. <div id="sidebar">
  142.  
  143. <img src="{image:Sidebar}">
  144. <br>
  145. {description}<br><br>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  146. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  147. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  148. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  149. <a href="http://lennonbyrd.tk/">credit</a>
  150. </div></div>
  151.  
  152. <div id="post">
  153. {block:Posts}
  154. <div class="entry">
  155.  
  156. <div class="perma"><a href="{ReblogURL}">Reblog</a><br><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  157.  
  158. {block:Title}<h1>{Title}</h1>{/block:Title}
  159.  
  160. {block:Text}{Body}{/block:Text}
  161.  
  162. {block:Photo}
  163. {block:If2Column}
  164. <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:If2Column}
  165.  
  166. {block:IfNot2Column}
  167. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:IfNot2Column}
  168. {/block:Photo}
  169.  
  170. {block:Photoset}
  171.  
  172. {block:If2Column}
  173. {Photoset-250}
  174. {/block:If2Column}
  175.  
  176. {block:IfNot2Column}
  177. {Photoset-500}
  178. {/block:IfNot2Column}
  179.  
  180. {/block:Photoset}
  181.  
  182.  
  183. {block:Quote}
  184. {Quote}
  185. <div align="right">
  186. {block:Source}-{Source}{/block:Source}
  187. </div>
  188. {/block:Quote}
  189.  
  190.  
  191. {block:Video}
  192. {block:If2Column}
  193. {Video-250}
  194. {/block:If2Column}
  195.  
  196. {block:IfNot2Column}
  197. {Video-500}
  198. {/block:IfNot2Column}<br>
  199. {PlayCountWithLabel}
  200. {/block:Video}
  201.  
  202.  
  203. {block:Link}
  204. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  205. {block:Description}{Description}{/block:Description}
  206. {/block:Link}
  207.  
  208. {block:Chat}
  209. {block:Lines}
  210. {block:Label}
  211. <br>{Label}
  212. {/block:Label}
  213. &nbsp;{Line}
  214. {/block:Lines}
  215. {/block:Chat}
  216.  
  217. {block:Audio}
  218. {AudioPlayerGrey}
  219. <br><div align="right">{block:Artist}
  220. Artist: {Artist}</div>
  221. {/block:Artist}<br>
  222. {block:Caption}{Caption}{/block:Caption}
  223. {/block:Audio}
  224.  
  225.  
  226. {block:Answer}
  227. {Asker} asked <b>{Question}</b><Br>
  228. {Answer}
  229. {/block:Answer}
  230.  
  231. {block:PermalinkPage}
  232. {block:Caption}
  233. {Caption}
  234. {/block:Caption}
  235. <br>
  236. {block:NoteCount}
  237. {NoteCount} notes
  238. {/block:NoteCount}
  239. <Br>
  240. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  241. {/block:PermalinkPage}
  242. </div>
  243.  
  244. {/block:Posts}
  245.  
  246. </div>
  247. <div class="pagination">
  248. {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}
  249. </div>
  250.  
  251. </body>
  252. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement