Advertisement
lennonthemes

oblivion

Jul 30th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.03 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:linkhover" content="#f1f1f1"/>
  29. <meta name="color:border" content="#cccccc"/>
  30.  
  31. <meta name="image:header" content=""/>
  32.  
  33.  
  34. <meta name="text:Link1" content="/" />
  35. <meta name="text:Link1 Title" content="" />
  36.  
  37. <meta name="text:Link2" content="/" />
  38. <meta name="text:Link2 Title" content="" />
  39.  
  40. <meta name="text:Link3" content="/" />
  41. <meta name="text:Link3 Title" content="" />
  42.  
  43. <meta name="text:Link4" content="/" />
  44. <meta name="text:Link4 Title" content="" />
  45.  
  46. <meta name="text:previouspage" content="back" />
  47. <meta name="text:nextpage" content="next" />
  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.  
  59.  
  60. body {background:{color:background}; margin:0px; color:{color:text}; font-family:serif; font-size:9px; line-height:100%;}
  61.  
  62. blockquote {
  63. border-left:1px solid #f8f8f8;
  64. padding-left:2px;
  65. margin:5px;
  66. }
  67.  
  68. 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; }
  69.  
  70. a:hover {text-decoration:none; color:{color:linkhover};}
  71.  
  72. img {none;}
  73.  
  74. h1 { font-family:anaheim; font-size:10px; font-style:none; text-transform:uppercase; text-align:left; font-weight:normal;}
  75.  
  76. h2 {font-size:10px; text-transform:none; font-weight:normal;}
  77.  
  78. #entries {padding:10px; width:500px; margin-left:90px; margin-top:40px;}
  79.  
  80. #post {width:500px; padding-top:10px; padding-bottom:10px; font-style:none;}
  81.  
  82. #post img { border:1px solid {color:border}; padding:5px; }
  83.  
  84. #notes { font-family:anaheim; text-transform:lowercase; font-size:9px; }
  85.  
  86. #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
  87. text-transform: none; font-family:anaheim; font-size:9px; margin-left:-5px; }
  88.  
  89. #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; }
  90.  
  91. #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; }
  92.  
  93. #tags { font-family:anaheim; letter-spacing:1px; text-transform:none;
  94. font-size:9px; margin-left:0px; margin-top:-2px; }
  95.  
  96.  
  97. #audio { font-family:anaheim; margin-bottom:5px; width:500px; height:justify; }
  98.  
  99. .cover { width:78px; height:78px; position:absolute; }
  100.  
  101. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  102.  
  103. .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; }
  104.  
  105. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  106.  
  107. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:10px; }
  108.  
  109. .track { text-transform:uppercase; margin-left:80px; line-height:15px; padding-top:10px; }
  110. #theme {
  111. background-color:#fff;
  112. width:700px;
  113. margin: 0 auto -12px auto;
  114. text-align: center;
  115. }
  116.  
  117.  
  118. #header img {
  119. width: 500px;
  120. height:200px; border-top:35px solid #000;
  121. top: 0px;
  122. background: url({image:header}) no-repeat;
  123. border-bottom: solid 35px #000000;padding: 0px;
  124. margin-bottom: -30px;
  125.  
  126.  
  127.  
  128. }
  129.  
  130.  
  131.  
  132. .links {
  133. width: 500px;
  134. font-size:9px;
  135. margin-left: 102px;
  136. font-family: times new;
  137. font-style: italic;
  138. text-align:center;
  139. letter-spacing:1px;
  140. line-height:200%; color: #ffffff;
  141. margin-bottom: -5px;
  142.  
  143.  
  144.  
  145. }
  146. .links a{
  147. margin-bottom:15px;
  148. display:inline-block;
  149. background-color: #000000;
  150. color: #ffffff;
  151. text-align:center;
  152. text-transform:lowercase;
  153. width: 45px; padding: 3px;
  154. -moz-transition-duration:1s;
  155. -webkit-transition-duration:1s;
  156. -o-transition-duration:1s;
  157. }
  158.  
  159. .links a:hover{
  160. color:{color:hover};
  161. -moz-transition-duration:1s;
  162. -webkit-transition-duration:1s;
  163. -o-transition-duration:1s;
  164. }
  165. .desciption {
  166. width: 480px;
  167. height: 100%;
  168. margin-left: 100px;padding: 10px;
  169. background-color: #000;
  170. color:{color:desc};
  171. text-align:justify;
  172. font-size:10px;
  173. letter-spacing:1px;
  174. line-height:150%;
  175. font-family: times new;
  176. font-style: italic;
  177. }
  178.  
  179.  
  180. .pagination {
  181. position:fixed;
  182. width:500px;
  183. text-align:center;
  184. margin-top:20px;
  185. font-family:times new;
  186. font-size:8px;
  187. letter-spacing:6px;
  188. text-transform:uppercase;
  189. font-style:normal;
  190. color:#fff;
  191. background-color:#000;
  192. bottom:0;
  193. margin-left:100px;
  194. padding:10px;
  195. }
  196. .pagination a {
  197. color:#fff};
  198. }
  199.  
  200.  
  201. #credit a { background-color:#fff; padding:5px; border:1px solid #ccc; position:fixed;right:15px; bottom:10px }
  202.  
  203. #credit a:hover {color:#fff; background-color:#191919;}
  204.  
  205. #asker { float:left; margin-right:5px; }
  206.  
  207. #q { font-family:consolas; text-transform:lowercase; letter-spacing:1px; padding-bottom:3px; }
  208.  
  209. #question { font-family:consolas; font-style:italic; font-size:10px; }
  210.  
  211. #answer { font-family:consolas; text-transform:uppercase; font-size:10px; }
  212.  
  213. #s-m-t-tooltip {max-width:300px; padding:3px 4px 5px 4px; margin:20px 0px 0px 20px;background-color:#fff; border:1px solid #ddd; font-family:calibri; font-size:9px; letter-spacing:2px; text-transform:uppercase; color:#999; z-index:999999999999999999999999999999999999;}
  214. {CustomCSS}
  215.  
  216.  
  217. </style>
  218. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  219.  
  220. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  221.  
  222. <script>
  223.  
  224. (function($){
  225.  
  226. $(document).ready(function(){
  227.  
  228. $("a[title]").style_my_tooltips({
  229.  
  230. tip_follows_cursor:true,
  231.  
  232. tip_delay_time:90,
  233.  
  234. tip_fade_speed:600,
  235.  
  236. attribute:"title"
  237.  
  238. });
  239.  
  240. });
  241.  
  242. })(jQuery);
  243.  
  244. </script>
  245.  
  246. </head>
  247.  
  248.  
  249. <body>
  250. <div id="theme">
  251.  
  252. <div id="header">
  253. <img src="{image:header}">
  254. <div class="links">
  255. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  256. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  257. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  258. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  259.  
  260. </div>
  261. <div class="desciption">
  262. {Description}
  263. </div>
  264. {block:Pagination}
  265. <div class="pagination">
  266. {block:PreviousPage}
  267. <a href="{PreviousPage}">←</a>
  268. {/block:PreviousPage}{CurrentPage} of {TotalPages}
  269. {block:NextPage}
  270. <a href="{NextPage}">→</a>
  271. {/block:NextPage}
  272. </div>
  273. {/block:Pagination}
  274. </div>
  275.  
  276.  
  277.  
  278. <div id="entries">{block:Posts}<div id="post">
  279.  
  280. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  281.  
  282. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  283.  
  284. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  285.  
  286. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  287.  
  288. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  289.  
  290. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  291.  
  292.  
  293. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  294. <div class="player">
  295. <div class="player2">
  296. {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>
  297. {/block:Audio}
  298.  
  299. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  300.  
  301. {block:Answer}<div id="asker"></div><div id="q">{Asker} asked: {Question} {Answer}{/block:Answer}
  302.  
  303. <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}
  304. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  305. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  306. {/block:Posts}<div id="tags" st>
  307. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  308. {/block:Posts}</div></div></div>
  309.  
  310.  
  311.  
  312. </body>
  313. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement