Advertisement
lennonthemes

paper thin

Jul 31st, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <!--Theme by Lennon Byrd-->
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Sintony' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  23.  
  24.  
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Text" content="#aaaaaa"/>
  27. <meta name="color:Link" content="#717581"/>
  28. <meta name="color:sblinks" content="#cccccc"/>
  29. <meta name="color:linkhover" content="#f1f1f1"/>
  30. <meta name="color:border" content="#cccccc"/>
  31.  
  32. <meta name="image:Sidebar" content=""/>
  33.  
  34.  
  35. <meta name="text:Link1" content="/" />
  36. <meta name="text:Link1 Title" content="" />
  37.  
  38. <meta name="text:Link2" content="/" />
  39. <meta name="text:Link2 Title" content="" />
  40.  
  41. <meta name="text:Link3" content="/" />
  42. <meta name="text:Link3 Title" content="" />
  43.  
  44. <meta name="text:Link4" content="/" />
  45. <meta name="text:Link4 Title" content="" />
  46.  
  47. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53.  
  54. ::-webkit-scrollbar {height: auto;width: 6px;}
  55. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  56. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  57.  
  58. @font-face {
  59. font-family:titulo;
  60. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');
  61. }
  62.  
  63. body {background:{color:background}; margin:0px; color:{color:text}; font-family:serif; font-size:9px; line-height:100%;}
  64.  
  65. blockquote {
  66. border-left:1px solid #f8f8f8;
  67. padding-left:2px;
  68. margin:5px;
  69. }
  70.  
  71. a {color:{color:Link}; text-decoration:none; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  72.  
  73. a:hover {text-decoration:none; color:{color:linkhover};}
  74.  
  75. img {none;}
  76.  
  77. h1 { font-family:anaheim; font-size:10px; font-style:none; text-transform:uppercase; text-align:left; font-weight:normal;}
  78.  
  79. h2 {font-size:10px; text-transform:none; font-weight:normal;}
  80.  
  81. #entries {padding:10px; width:900px; margin-left:520px; margin-top:40px;}
  82.  
  83. #entries{width:520px;padding:5px;}
  84.  
  85. #post{margin:5px;
  86. {block:IndexPage}width:250px;{/block:IndexPage}
  87. {block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  88.  
  89. #post img{max-width:100%;opacity:0.7;}
  90.  
  91.  
  92. #notes { font-family:anaheim; text-transform:lowercase; font-size:9px; }
  93.  
  94. #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
  95. text-transform: none; font-family:anaheim; font-size:9px; margin-left:-5px; }
  96.  
  97. #info #tags { opacity:0; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  98.  
  99. #info:hover #tags { opacity:1; margin-top:4px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  100.  
  101. #tags { font-family:anaheim; letter-spacing:1px; text-transform:none;
  102. font-size:9px; margin-left:0px; margin-top:-2px; }
  103.  
  104.  
  105. #audio { font-family:anaheim; margin-bottom:5px; width:500px; height:justify; }
  106.  
  107. .cover { width:78px; height:78px; position:absolute; }
  108.  
  109. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  110.  
  111. .player { opacity: 0.05; position:absolute; z-index:1; background:#fff;width:90px; height:90px; display:block; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease; }
  112.  
  113. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  114.  
  115. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:10px; }
  116.  
  117. .track { text-transform:uppercase; margin-left:80px; line-height:15px; padding-top:10px; }
  118.  
  119. .blogtitle{ letter-spacing:2px; font-family:titulo; font-size:20px; color:{color:Text};}
  120.  
  121. #sidebar { width:120px; position:fixed; margin-left:320px; margin-top:150px; opacity:1; }
  122.  
  123. #sidebar:hover { border-radius:500px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  124.  
  125. #sidebarimage img { border:1px solid {color:border}; width:120px; padding:3px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  126.  
  127. #links {padding:5px; margin-top: 10px; text-align:center; word-spacing: 5px; font-family: times; background: #fff; width: 120px; font-size:12px; line-height:20px;
  128. }
  129.  
  130. #links a { opacity: 1; letter-spacing: 1px; color: {color:sblinks}; background: #fff ; text-shadow: 2px 0px 1px #dadada;
  131. }
  132.  
  133. #links a:hover { opacity: 0.8; background: #fff; letter-spacing: 2px; text-shadow: 3px 0px 1px #dadada;
  134. }
  135.  
  136. #description { font-family:serif; padding:5px; font-size:9px; opacity: 0.8; text-align:justify; margin-top:-2px; margin-left:6px; }
  137.  
  138. #pagination { font-size:9px; text-align:center; color:{color:link}; font-family:serif; letter-spacing:2px; margin-left:11px; }
  139.  
  140. #credit a { background-color:#fff; padding:5px; border:1px solid #ccc; position:fixed;right:15px; bottom:10px }
  141.  
  142. #credit a:hover {color:#fff; background-color:#191919;}
  143.  
  144. #asker { float:left; margin-right:5px; }
  145.  
  146. #q { font-family:consolas; text-transform:lowercase; letter-spacing:1px; padding-bottom:3px; }
  147.  
  148. #question { font-family:consolas; font-style:italic; font-size:10px; }
  149.  
  150. #answer { font-family:consolas; text-transform:uppercase; font-size:10px; }
  151.  
  152. #s-m-t-tooltip{
  153. max-width:300px;
  154. margin:10px;
  155. padding:2px 9px;
  156. background:#FFF;
  157. z-index:999999;
  158. font-size:8px;
  159. font-style:italic;
  160. text-transform:lowercase;
  161. box-shadow:1px 1px 3px rgba(0,0,0,.2);}
  162. {CustomCSS}
  163.  
  164.  
  165. </style>
  166.  
  167. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  168. <script>
  169. (function($){
  170. $(document).ready(function(){
  171. $("[title]").style_my_tooltips({
  172. tip_follows_cursor:true,
  173. tip_delay_time:200,
  174. tip_fade_speed:300
  175. }
  176. );
  177. });
  178. })(jQuery);
  179. </script>
  180.  
  181. <script type="text/javascript"
  182. src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  183. <script type="text/javascript"
  184. src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  185.  
  186. <script type="text/javascript">
  187. $(window).load(function () {
  188. var $content = $('#entries');
  189. $content.masonry({itemSelector: '#post'}),
  190. $content.infinitescroll({
  191. navSelector : 'div#pagination',
  192. nextSelector : 'div#pagination a#nextPage',
  193. itemSelector : '#post',
  194. loading: {
  195. finishedMsg: '',
  196. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  197. },
  198. bufferPx : 600,
  199. debug : false,
  200. },
  201. // call masonry as a callback.
  202. function( newElements ) {
  203. var $newElems = $( newElements );
  204. $newElems.hide();
  205. // ensure that images load before adding to masonry layout
  206. $newElems.imagesLoaded(function(){
  207. $content.masonry( 'appended', $newElems, true,
  208. function(){$newElems.fadeIn(300);} );
  209. });
  210. });
  211. });
  212. </script>
  213.  
  214. </head>
  215.  
  216.  
  217. <body>
  218.  
  219. <div id="sidebar">
  220. <div class="blogtitle"><a href="/">{Title}<p></a></div>
  221. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  222. <div id="links">
  223. {block:ifLink1}<a title="{text:link1 title}"a href="{text:Link1}">.01</a>{/block:ifLink1}
  224. {block:ifLink2}<a title="{text:link2 title}"a href="{text:Link2}">.02</a>{/block:ifLink2}
  225. {block:ifLink3}<a title="{text:link3 title}"a href="{text:Link3}">.03</a>{/block:ifLink3}
  226. {block:ifLink4}<a title="{text:link4 title}"a href="{text:Link4}">.04</a>{/block:ifLink4}
  227. </div>
  228.  
  229. <div id="description"><i>{Description}</i></div>
  230.  
  231. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div>{/block:Pagination}
  232. </div>
  233.  
  234. <div id="credit"><a href="http://bonivur.tumblr.com">LB</a></div>
  235.  
  236.  
  237. <div id="entries">{block:Posts}<div id="post">
  238.  
  239. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  240.  
  241. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  242.  
  243. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  244.  
  245. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  246.  
  247. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  248.  
  249. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  250.  
  251.  
  252. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  253. <div class="player">
  254. <div class="player2">
  255. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  256. {/block:Audio}
  257.  
  258. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  259.  
  260. {block:Answer}<div id="asker"></div><div id="q">{Asker} asked: {Question} {Answer}{/block:Answer}
  261.  
  262. <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  263. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  264. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  265. {/block:Posts}<div id="tags" st>
  266. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  267. {/block:Posts}</div></div></div>
  268.  
  269.  
  270.  
  271. </body>
  272. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement