Advertisement
lennonthemes

1

Aug 6th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 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.  
  17. <meta name="image:Sidebar" content=""/>
  18.  
  19. <meta name="text:Link1" content="/" />
  20. <meta name="text:Link1 Title" content="" />
  21.  
  22. <meta name="text:Link2" content="/" />
  23. <meta name="text:Link2 Title" content="" />
  24.  
  25. <meta name="text:Link3" content="/" />
  26. <meta name="text:Link3 Title" content="" />
  27.  
  28. <meta name="text:Link4" content="/" />
  29. <meta name="text:Link4 Title" content="" />
  30.  
  31.  
  32. <style type="text/css">
  33.  
  34. body{
  35. color:{color:Text};
  36. font-family:verdana;
  37. font-size:10px;
  38. background-color:{color:Background};
  39. background:{color:background} url('{image:background}')no-repeat center fixed ;
  40. -webkit-background-size: cover;
  41. -moz-background-size: cover;
  42. -o-background-size: cover;
  43. background-size: cover;
  44. }
  45.  
  46. #post{
  47. width:600px;
  48. margin-left:auto;
  49. margin-right:auto;
  50. background-color:transparent;
  51. padding:5px;
  52. }
  53.  
  54. a{color:{color:Link};text-decoration:none;} a:hover{color:{color:Link Hover};}
  55.  
  56. .entry{
  57. padding:2px;
  58. background-color:transparent;
  59. width:250px;
  60. float:left;
  61. margin:2px;
  62. }
  63.  
  64. blockquote {
  65. border-left:1px solid #000;
  66. padding-left:2px;
  67. margin:5px;
  68. }
  69.  
  70. #sidebar{
  71. background-color:transparent;
  72. width:200px;
  73. margin-top:180px;
  74. margin-left:60px;
  75. position:fixed;
  76. padding:3px;
  77. text-align:center;
  78. float:center;
  79. }
  80.  
  81. #sidebar img{height:auto;padding:5px;}
  82.  
  83. #credit {
  84. position:fixed;
  85. font-family: consolas;
  86. font-size: 8px;
  87. bottom:-5px;
  88. right:5px;
  89. padding: 8px;
  90. height:12px;
  91. letter-spacing:1px;
  92. text-transform:uppercase;
  93. padding-bottom:5px;
  94. background: white;
  95. width:85px;
  96. border-top-right-radius: 10px;
  97. border-top-left-radius: 10px;
  98. border: 1px solid #f7f7f7;
  99. transition: all 0.6s ease-out;
  100. -o-transition-transition: all 0.6s ease-out;
  101. -webkit-transition: all 0.6s ease-out;
  102. -moz-transition: all 0.6s ease-out;
  103. }
  104. #credit:hover{
  105. bottom:-5px;
  106. height:100px;
  107. transition: all 0.6s ease-out;
  108. -o-transition-transition: all 0.6s ease-out;
  109. -webkit-transition: all 0.6s ease-out;
  110. -moz-transition: all 0.6s ease-out;
  111. }
  112.  
  113. .pagination {
  114. display: none;
  115. }
  116. {CustomCSS]</style>
  117.  
  118. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  119.  
  120. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  121.  
  122. <script>
  123. $(function(){
  124. var $container = $('#post');
  125. $container.imagesLoaded(function(){
  126. $container.masonry({
  127. itemSelector: '.entry',
  128. });
  129. });
  130. $container.infinitescroll({
  131. itemSelector : ".entry",
  132. navSelector : "div.pagination",
  133. nextSelector : ".pagination a#next",
  134. loadingImg : "",
  135. loadingText : "<em></em>",
  136. bufferPx : 10000,
  137. extraScrollPx: 12000,
  138. },
  139. // trigger Masonry as a callback
  140. function( newElements ) {
  141. var $newElems = $( newElements ).css({ opacity: 0 });
  142. // ensure that images load before adding to masonry layout
  143. $newElems.imagesLoaded(function(){
  144. $newElems.animate({ opacity: 1 });
  145. $container.masonry( 'appended', $newElems, true );
  146. });
  147. }
  148. );
  149. });
  150. </script>
  151.  
  152. </head>
  153. <body>
  154.  
  155. <div id="sidebar">
  156.  
  157. <img src="{image:Sidebar}">
  158. <br>
  159. <div id="description" style=" font: bitxmap;">{Description}
  160. <br><br>
  161. </div> <br> <select onChange="location=this.options[this.selectedIndex].value;" style="font: 10px bitxmap;
  162. color: {color:text};
  163. line-height: 15px;
  164. margin-left:10px;
  165. background-color: {color:postbg};-moz-border-radius:5px; -webkit-border-radius:5px -khtml-border-radius:5px; border-radius:5px; background: {color:postbg}; border: 1px solid {color:border}; box-shadow:rgba(0,0,0,0.1)3px 3px;
  166.  
  167. -webkit-appearance: none;text-align:center;margin-top:2px;
  168.  
  169. "> <center>
  170. <option value="">navigation</option>
  171. {block:iflink1}<option value="{text:Link1}">{text:Link1 Title}</option>{/block:iflink1}
  172. {block:iflink2}<option value="{text:Link2}">{text:Link2 Title}</option>{/block:iflink2}
  173. {block:iflink3}<option value="{text:Link3}">{text:Link3 Title}</option>{/block:iflink3}
  174. {block:iflink4}<option value="{text:Link4}">{text:Link4 Title}</option>{/block:iflink4}
  175. <option value="http://lennonbyrd.tk/">credit</option>
  176. </select>
  177. </form></center>
  178. </center> <br>
  179. </div>
  180. </div></div>
  181.  
  182. <div id="post">
  183. {block:Posts}
  184. <div class="entry">
  185.  
  186.  
  187. {block:Title}<h1>{Title}</h1>{/block:Title}
  188.  
  189. {block:Text}{Body}{/block:Text}
  190.  
  191. {block:Photo}
  192. <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>
  193. {/block:Photo}
  194.  
  195. {block:Photoset}
  196.  
  197. {Photoset-250}
  198.  
  199. {/block:Photoset}
  200.  
  201.  
  202. {block:Quote}
  203. {Quote}
  204. <div align="right">
  205. {block:Source}-{Source}{/block:Source}
  206. </div>
  207. {/block:Quote}
  208.  
  209.  
  210. {block:Video}
  211. {Video-250}<br>
  212. {PlayCountWithLabel}
  213. {/block:Video}
  214.  
  215.  
  216. {block:Link}
  217. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  218. {block:Description}{Description}{/block:Description}
  219. {/block:Link}
  220.  
  221. {block:Chat}
  222. {block:Lines}
  223. {block:Label}
  224. <br>{Label}
  225. {/block:Label}
  226. &nbsp;{Line}
  227. {/block:Lines}
  228. {/block:Chat}
  229.  
  230. {block:Audio}
  231. {AudioPlayerGrey}
  232. <br><div align="right">{block:Artist}
  233. Artist: {Artist}</div>
  234. {/block:Artist}<br>
  235. {block:Caption}{Caption}{/block:Caption}
  236. {/block:Audio}
  237.  
  238.  
  239. {block:Answer}
  240. {Asker} asked <b>{Question}</b><Br>
  241. {Answer}
  242. {/block:Answer}
  243.  
  244. {block:PermalinkPage}
  245. {block:Caption}
  246. {Caption}
  247. {/block:Caption}
  248. <br>
  249. {block:NoteCount}
  250. {NoteCount} notes
  251. {/block:NoteCount}
  252. <Br>
  253. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  254. {/block:PermalinkPage}
  255. </div>
  256.  
  257. {/block:Posts}
  258.  
  259. </div>
  260. <div class="pagination">
  261. {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}
  262. </div>
  263.  
  264. </body><div id="credit"><a href="http://lennonbyrd.tk/"><b>~theme by lennon~ </b></a><br><font color="#eee">-----------------</font><center><a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nd/3.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution-NoDerivs 3.0 Unported License</a>.</center></div>
  265. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement