Advertisement
lennonthemes

.03

Jul 16th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.orgf/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. <!--THEME BY BONIVUR AKA LENNON-->
  7. <title>{Title}</title>
  8.  
  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. <!--THEME BY BONIVUR AKA LENNON-->
  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. <!--THEME BY BONIVUR AKA LENNON-->
  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.  
  29. <meta name="image:Background" content=""/>
  30. <!--THEME BY BONIVUR AKA LENNON-->
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="" />
  33.  
  34. <meta name="text:Link2" content="/" />
  35. <meta name="text:Link2 Title" content="" />
  36.  
  37. <meta name="text:Link3" content="/" />
  38. <meta name="text:Link3 Title" content="" />
  39.  
  40. <meta name="text:Link4" content="/" />
  41. <meta name="text:Link4 Title" content="" />
  42. <!--THEME BY BONIVUR AKA LENNON-->
  43. <style type="text/css">
  44.  
  45.  
  46. ::-webkit-scrollbar {height: auto;width: 6px;}
  47. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  48. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  49.  
  50.  
  51.  
  52. body {background:{color:background}; margin:0px; color:{color:text}; font-family:serif; font-size:9px; line-height:100%;}
  53.  
  54. blockquote {
  55. border-left:1px solid #f8f8f8;
  56. padding-left:2px;
  57. margin:5px;
  58. }
  59.  
  60. a {color:#b1b0b0; 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; }
  61.  
  62. a:hover {text-decoration:none; color:#676767;}
  63.  
  64. img {none;}
  65.  
  66. h1 { font-family:anaheim; font-size:10px; font-style:none; text-transform:uppercase; text-align:left; font-weight:normal;}
  67.  
  68. h2 {font-size:10px; text-transform:none; font-weight:normal;}
  69.  
  70.  
  71. #entries {padding:10px; width:500px; margin-left:35px; margin-top:60px;}
  72.  
  73. #post {width:500px; padding-top:20px; padding-bottom:10px; font-style:none;}
  74.  
  75. #post img { padding:5px; }
  76.  
  77. #notes { font-family:anaheim; text-transform:lowercase; font-size:9px; }
  78.  
  79. #info { text-align:center; padding:5px; margin-top:5px; margin-bottom:10px;
  80. text-transform: none; font-family:anaheim; font-size:9px; margin-left:-5px; }
  81.  
  82. #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; }
  83.  
  84. #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; }
  85.  
  86. #tags { font-family:anaheim; letter-spacing:1px; text-transform:none;
  87. font-size:9px; margin-left:0px; margin-top:-2px; }
  88.  
  89. /* --- AUDIO ---*/
  90.  
  91. #audio { font-family:anaheim; margin-bottom:5px; width:500px; height:justify; }
  92.  
  93. .cover { width:78px; height:78px; position:absolute; }
  94.  
  95. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  96.  
  97. .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; }
  98.  
  99. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  100.  
  101. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:10px; }
  102.  
  103. .track { text-transform:uppercase; margin-left:80px; line-height:15px; padding-top:10px; }
  104.  
  105. #top {
  106. width:500px; margin-left:auto; margin-right:auto; margin-top:0px; margin-bottom:-70px; background-color:#fafafa; padding:70px 0px 50px 0px;
  107. }
  108. #title { font-size:14px; text-align:center; font-style:italic; font-weight:bold; margin-top:-10px; margin-bottom:10px;
  109. }
  110.  
  111. #title a {color:#fff;
  112. }
  113.  
  114. #title a:hover { color:#fff;
  115. }
  116.  
  117. #links { text-transform:normal; font-size:9px; font-weight:bold; font-style:normal; margin-top:0px; text-align:center; letter-spacing:1px;
  118. }
  119.  
  120. #links a { padding:1px; color: {color:sblinks};
  121. }
  122.  
  123. #links a:hover {
  124. color:{color:linkhover}; padding:1px;
  125. text-decoration:none; -webkit-transition: opacity 0s linear; -webkit-transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out;
  126. }
  127.  
  128. #description { width:250px; font-size:12px; font-style:italic; margin-left:auto; margin-right:auto; line-height:140%; text-align:justify;
  129. }
  130.  
  131. #credit a { background-color:#fff; padding:5px; border:1px solid #ccc; position:fixed;right:15px; bottom:2px }
  132.  
  133. #credit a:hover {color:#fff; background-color:#191919;}
  134.  
  135. #pagination { font-size:8px; text-align:center; color:{color:link}; font-family:serif; letter-spacing:2px; margin-left:11px; }
  136.  
  137. #asker { float:left; margin-right:5px; }
  138.  
  139. #q { font-family:consolas; text-transform:lowercase; letter-spacing:1px; padding-bottom:3px; }
  140.  
  141. #question { font-family:consolas; font-style:italic; font-size:10px; }
  142.  
  143. #answer { font-family:consolas; text-transform:uppercase; font-size:10px; }
  144.  
  145. {CustomCSS}
  146.  
  147.  
  148. </style>
  149.  
  150.  
  151. </head>
  152.  
  153.  
  154. <body>
  155. <div id="top">
  156. <div id="title">{Title}</div><!--THEME BY BONIVUR AKA LENNON-->
  157. <div id="links">
  158. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  159. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  160. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  161. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}<!--THEME BY BONIVUR AKA LENNON-->
  162. <a href="http://bonivur.tumblr.com">credit</a>
  163. </div>
  164. <!--THEME BY BONIVUR AKA LENNON-->
  165. <div id="description">{Description}</div> <br>
  166. <!--THEME BY BONIVUR AKA LENNON-->
  167. {block:Pagination}<div id="pagination">
  168. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  169. {block:JumpPagination length="5"}
  170. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  171. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  172. {/block:JumpPagination}
  173. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  174. </div>{/block:Pagination}
  175.  
  176. <div id="entries">{block:Posts}<div id="post">
  177.  
  178. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  179.  
  180. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  181.  
  182. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  183.  
  184. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  185. <!--THEME BY BONIVUR AKA LENNON-->
  186. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  187.  
  188. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  189. <!--THEME BY BONIVUR AKA LENNON-->
  190.  
  191. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  192. <div class="player">
  193. <div class="player2">
  194. {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>
  195. {/block:Audio}
  196. <!--THEME BY BONIVUR AKA LENNON-->
  197. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  198.  
  199. {block:Answer}<div id="asker"></div><div id="q">{Asker} asked: {Question} {Answer}{/block:Answer}
  200.  
  201. <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}
  202. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  203. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  204. {/block:Posts}<div id="tags" st>
  205. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  206. {/block:Posts}</div></div></div>
  207.  
  208.  
  209. </body>
  210. <!--THEME BY BONIVUR AKA LENNON-->
  211. <div id="credit"><a href="http://bonivur.tumblr.com">LB</a></div>
  212. <!--THEME BY BONIVUR AKA LENNON-->
  213. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement