Advertisement
lennonthemes

forgotten

Jul 22nd, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.15 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. <head>
  5.  
  6. <title>{Title}</title>
  7.  
  8. <!--Theme by Lennon Byrd-->
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Sintony' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  21.  
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Text" content="#aaaaaa"/>
  25. <meta name="color:Link" content="#717581"/>
  26. <meta name="color:sblinks" content="#cccccc"/>
  27. <meta name="color:linkhover" content="#f1f1f1"/>
  28. <meta name="color:border" content="#cccccc"/>
  29.  
  30. <meta name="image:Sidebar" content=""/>
  31.  
  32.  
  33. <meta name="text:Link1" content="/" />
  34. <meta name="text:Link1 Title" content="" />
  35.  
  36. <meta name="text:Link2" content="/" />
  37. <meta name="text:Link2 Title" content="" />
  38.  
  39. <meta name="text:Link3" content="/" />
  40. <meta name="text:Link3 Title" content="" />
  41.  
  42. <meta name="text:Link4" content="/" />
  43. <meta name="text:Link4 Title" content="" />
  44.  
  45. <meta name="text:previouspage" content="back" />
  46. <meta name="text:nextpage" content="next" />
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. ::-webkit-scrollbar {height: auto;width: 6px;}
  52. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  53. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  54.  
  55.  
  56. body {background:{color:background}; margin:0px; color:{color:text}; font-family:serif; font-size:9px; line-height:100%;}
  57.  
  58. blockquote {
  59. border-left:1px solid #f8f8f8;
  60. padding-left:2px;
  61. margin:5px;
  62. }
  63.  
  64. 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; }
  65.  
  66. a:hover {text-decoration:none; color:{color:linkhover};}
  67.  
  68. img {none;}
  69.  
  70. h1 { font-family:anaheim; font-size:10px; font-style:none; text-transform:uppercase; text-align:left; font-weight:normal;}
  71.  
  72. h2 {font-size:10px; text-transform:none; font-weight:normal;}
  73.  
  74. #entries {padding:10px; width:500px; margin-left:520px; margin-top:40px;}
  75.  
  76. #post {width:500px; padding-top:10px; padding-bottom:10px; font-style:none;}
  77.  
  78. #post img { border:1px solid {color:border}; padding:5px; }
  79.  
  80.  
  81. #notes { font-family:anaheim; text-transform:lowercase; font-size:9px; }
  82.  
  83. #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
  84. text-transform: none; font-family:anaheim; font-size:9px; margin-left:-5px; }
  85.  
  86. #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; }
  87.  
  88. #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; }
  89.  
  90. #tags { font-family:anaheim; letter-spacing:1px; text-transform:none;
  91. font-size:9px; margin-left:0px; margin-top:-2px; }
  92.  
  93.  
  94. #audio { font-family:anaheim; margin-bottom:5px; width:500px; height:justify; }
  95.  
  96. .cover { width:78px; height:78px; position:absolute; }
  97.  
  98. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  99.  
  100. .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; }
  101.  
  102. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  103.  
  104. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:10px; }
  105.  
  106. .track { text-transform:uppercase; margin-left:80px; line-height:15px; padding-top:10px; }
  107.  
  108. #sidebar { position:fixed;width: 120px; margin-left:310px;margin-top:335px;}
  109.  
  110. #line {position:fixed; background-color:{color:border}; width:1px;height:2000px; margin-left:125px; margin-top:-380px; opacity:0.8;}
  111.  
  112. #sidebar img { position:fixed; width:60px; margin-top:-210px; margin-bottom:5px; margin-left:55px; }
  113.  
  114.  
  115.  
  116. #description {width:100px; margin-top:5px; margin-left:17px;font-family:baskerville;line-height:150%; font-size:8px; padding-bottom:1px; letter-spacing:1px; text-align:right; }
  117.  
  118. #links { width:75px; margin-top:-140px; margin-left:40px;height:auto; padding-top: 5px; padding-bottom: 5px; text-align:right; font-size:8px; font-family:baskerville; word-spacing:2px;letter-spacing:2px;text-transform:lowercase;}
  119.  
  120. #links a { width:30px; font-size: 8px; padding-left: 2px; padding-right: 2px; padding-top:5px; line-height:230%; font-style: italic; display:inline-block; border-bottom:1px solid {color:border}; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease
  121. }
  122.  
  123. #links a:hover { padding-left: 2px; padding-right: 2px; opacity;2; background:{color:linkhover}; color:{color:link}; -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease}
  124.  
  125.  
  126.  
  127. #pagination { width:30px; font-family:times; height: 5px; font-size:9px; text-align:center; left: 400px; bottom: 0px; padding: 10px; letter-spacing:1px; margin-bottom:250px; opacity: 1; background-color: transparent; margin-left:80px; margin-top:-0px; font-style:italic;}
  128.  
  129.  
  130.  
  131. #credit a { background-color:#fff; padding:5px; border:1px solid #ccc; position:fixed;right:15px; bottom:10px }
  132.  
  133. #credit a:hover {color:#fff; background-color:#191919;}
  134.  
  135. #asker { float:left; margin-right:5px; }
  136.  
  137. #q { font-family:consolas; text-transform:lowercase; letter-spacing:1px; padding-bottom:3px; }
  138.  
  139. #question { font-family:consolas; font-style:italic; font-size:10px; }
  140.  
  141. #answer { font-family:consolas; text-transform:uppercase; font-size:10px; }
  142.  
  143. {CustomCSS}
  144.  
  145.  
  146. </style>
  147.  
  148.  
  149. </head>
  150.  
  151.  
  152. <body>
  153. <div id="sidebar">
  154. <div id="line">
  155. </div>
  156. <div id="sidebarimage">
  157. <img src="{image:sidebar}"></div><br>
  158. <div id="links">
  159. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  160. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  161. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  162. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  163. </div>
  164.  
  165. <div id="description">{Description}</div>
  166.  
  167. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">{text:previouspage}</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">{text:nextpage}</a>{/block:NextPage}</div>{/block:Pagination}
  168. </div>
  169.  
  170. <div id="credit"><a href="http://bonivur.tumblr.com">LB</a></div>
  171.  
  172. <div id="entries">{block:Posts}<div id="post">
  173.  
  174. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  175.  
  176. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  177.  
  178. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  179.  
  180. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  181.  
  182. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  183.  
  184. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  185.  
  186.  
  187. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  188. <div class="player">
  189. <div class="player2">
  190. {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>
  191. {/block:Audio}
  192.  
  193. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  194.  
  195. {block:Answer}<div id="asker"></div><div id="q">{Asker} asked: {Question} {Answer}{/block:Answer}
  196.  
  197. <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}
  198. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  199. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  200. {/block:Posts}<div id="tags" st>
  201. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  202. {/block:Posts}</div></div></div>
  203.  
  204. </body>
  205. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement