Advertisement
sunrisen

beacon theme

Apr 18th, 2013
11,042
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.79 KB | None | 0 0
  1. <!--
  2.  
  3. BEACON THEME - RELEASED 18.04.13
  4. ----------------------------------------
  5. CREATED BY SUNRISEN - THEME BLOG: SUNRISENTHEMES
  6. ----------------------------------------
  7. THIS THEME AND ALL OTHER THEMES BY SUNRISEN
  8. ARE USED SUBJECT TO THE AGREEMENT OF THE TERMS
  9. FOR MORE INFORMATION, VISIT
  10. HTTP://THEMES.SUNRISEN.CO/TERMS
  11.  
  12. -->
  13. <html lang="en">
  14. <head>
  15.  
  16. </script><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24.  
  25. <meta name="color:background" content="#ffffff"/>
  26. <meta name="color:text" content="#000000"/>
  27. <meta name="color:link" content="#000000"/>
  28. <meta name="color:hover" content="#ffffff"/>
  29. <meta name="color:blogtitle" content="#000"/>
  30.  
  31. <meta name="font:body" content="lucida sans"/>
  32.  
  33. <meta name="if:rounded corners" content="0"/>
  34. <meta name="if: fixed header" content="1"/>
  35. <meta name="if:title font" content="1"/>
  36. <meta name="if:consolas font" content="1"/>
  37. <meta name="if:animated post entry" content="0"/>
  38. <meta name="if:image fade" content="1"/>
  39.  
  40. <meta name="text:link one" content=""/>
  41. <meta name="text:link one title" content=""/>
  42. <meta name="text:link two" content=""/>
  43. <meta name="text:link two title" content=""/>
  44. <meta name="text:link three" content=""/>
  45. <meta name="text:link three title" content=""/>
  46. <meta name="text:link four" content=""/>
  47. <meta name="text:link four title" content=""/>
  48. <meta name="text:link five" content=""/>
  49. <meta name="text:link five title" content=""/>
  50.  
  51. <style type="text/css">
  52.  
  53. ::-webkit-scrollbar {width: 7px; height: 4px; background: {color:background};border:1px solid {color:background}; }
  54. ::-webkit-scrollbar-thumb { background-color:{color:background};border:2px solid {color:text};}
  55. ::-webkit-scrollbar-thumb:vertical{ background-color:{color:text};border:2px solid {color:background};}
  56.  
  57. iframe#tumblr_controls{
  58. position:fixed !important;
  59. z-index:10000000009;
  60. }
  61.  
  62. .wrapper{{block:indexpage}width:1360px;{/block:indexpage}{block:permalinkpage}width:550px;{/block:permalinkpage}margin:0px auto;padding-bottom:250px;}
  63.  
  64. body{
  65. margin:0px;
  66. background-attachment: fixed;
  67. background-repeat: repeat;
  68. background-color:{color:background};
  69. background-attachment: fixed;
  70. background-repeat: repeat;
  71. font-size: 10px;
  72. {block:ifconsolasfont}
  73. font-family:consolas;
  74. {/block:ifconsolasfont}
  75. {block:ifnotconsolasfont}
  76. font-family:{font:body};
  77. {/block:ifnotconsolasfont}
  78. line-height:10px;
  79. color: {color:text};
  80. }
  81.  
  82. a:link, a:active, a:visited{
  83. color: {color:link};
  84. text-decoration: none;
  85. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  86. }
  87.  
  88. a:hover{
  89. color: {color:hover};
  90. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  91. }
  92.  
  93. .entry {
  94. margin:10px;
  95. padding: 0px;
  96. float:left;
  97. background-color:transparent;
  98. {block:IndexPage}
  99. width:250px;
  100. {/block:IndexPage}
  101. {block:PermalinkPage}
  102. width:550px;
  103. {/block:PermalinkPage}
  104. padding-bottom: 0px;
  105. font-size: 9px;
  106. line-height:14px;
  107. margin-bottom:7px;
  108. overflow:hidden;
  109. border:1px solid {color:background};
  110. {block:ifanimatedpostentry}
  111. -webkit-transition-duration:2s;
  112. {/block:ifanimatedpostentry}
  113. }
  114.  
  115. .entry img{{block:indexpage}max-width:248px;{/block:indexpage}}
  116.  
  117. #sidebar{
  118. opacity:1;
  119. background-color:none;
  120. margin-top: 0px;
  121. margin-left: 0px;
  122. overflow:hidden;
  123. font-size: 10px;
  124. width: 100%;
  125. height:auto;
  126. z-index:19;
  127. padding-bottom:10px;
  128. padding-top:5px;
  129. padding-left:0px;
  130. padding-right:0px;
  131. {block:indexpage}
  132. {block:iffixedheader}
  133. position:fixed;
  134. {/block:iffixedheader}
  135. {block:ifnotfixedheader}
  136. position:absolute;
  137. {/block:ifnotfixedheader}
  138. {/block:indexpage}
  139. {block:permalinkpage}
  140. position:relative;
  141. width:auto;
  142. margin-left:25px;
  143. {/block:permalinkpage}
  144. text-align:left;
  145. line-height:14px;
  146. -webkit-transition-duration:.6s;
  147. }
  148. #sidebar:hover{background:{color:background};}
  149.  
  150. #posts {
  151. width: 100%;
  152. background: transparent;
  153. margin-left:0px;
  154. padding-left:2px;
  155. padding-right:2px;
  156. padding-top:0px;
  157. margin-top:55px;
  158. padding-bottom:150px;
  159. float:left;
  160. }
  161.  
  162. #infscr-loading{
  163. bottom: -70px;
  164. position: absolute;
  165. left: 50%;
  166. margin-left:-8px;
  167. width:16px;
  168. height:11px;
  169. overflow:hidden;
  170. margin-bottom: 50px;
  171. }
  172.  
  173. .img{{block:ifimagefade}opacity:.8;{/block:ifimagefade}-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  174. }
  175.  
  176. .img:hover{opacity:1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  177.  
  178. .title{
  179. font-size: 12px;
  180. line-height:15px;
  181. text-transform:uppercase;
  182. }
  183.  
  184. blockquote{
  185. padding:0px 0px 2px 5px;
  186. margin:0px 0px 2px 10px;
  187. border-left: 1px dotted #555555;
  188. }
  189.  
  190. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  191. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  192. .user_7 .label, .user_8 .label, .user_9 .label {color:#130C11;}
  193. .notes{font-size:9px;text-transform:uppercase;letter-spacing:1px;overflow-y:auto;overflow-x:hidden;height:300px;width:550px;line-height:15px;}
  194. .notes img{width:12px; top:0px;height:12px;border-radius:100px;line-height:15px;}
  195.  
  196. .blogtitle{
  197. {block:iftitlefont}
  198. font-family: 'permanent marker';
  199. font-size:40px;
  200. line-height: 40px;
  201. {/block:iftitlefont}
  202. {block:ifnottitlefont}
  203. font-family:courier new;
  204. text-transform:uppercase;
  205. font-size:35px;
  206. line-height:50px;
  207. {/block:ifnottitlefont}
  208. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  209. }
  210. .blogtitle a{color:{color:blogtitle};}
  211.  
  212. .photoperma {position:absolute; text-decoration:none; margin-top:7px; margin-left:0px; padding:7px; background:none; opacity:0; -webkit-transition: 0.3s ease-in;z-index:10;font-size:10px;width:10px;height:10px;line-height:9px;color:black;}
  213. .entry:hover .photoperma {-webkit-transition: 0.3s ease-in; position:absolute; margin-left:7px;margin-top:7px;padding:7px; opacity:.8;}
  214. .entry:hover .photoperma:hover{opacity:1;}
  215.  
  216. .audioperma {position:absolute; text-decoration:none; margin-top:0px; margin-left:0px; padding:0px; background:{color:background}; opacity:0; -webkit-transition: 0.4s ease-in;z-index:10;width:250px;height:250px;text-align:center;font-size:12px;text-transform:uppercase;}
  217. .entry:hover .audioperma {-webkit-transition: 0.3s ease-in;position:absolute; margin-left:0px;padding:0px; background:{color:background}; opacity:.8;}
  218.  
  219. .perm{margin-top:-10px;font-size:9px;text-transform:uppercase;text-align:center;opacity:0;-webkit-transition: all 0.3s ease-in-out;
  220. -moz-transition: all 0.3s ease-in-out;
  221. transition: all 0.3 ease-in-out;}
  222. .entry:hover .perm{margin-top:5px;opacity:1;-webkit-transition: all 0.5s ease-in-out;
  223. -moz-transition: all 0.5s ease-in-out;
  224. transition: all 0.5s ease-in-out;}
  225.  
  226. .navi{margin-left:20px;line-height:50px;text-align:left;position:absolute;text-transform:uppercase;font-size:11px;}
  227.  
  228. </style>
  229. {block:IndexPage}
  230. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  231. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  232.  
  233. <script type="text/javascript">
  234. $(window).load(function () {
  235. var $content = $('#posts');
  236. $content.masonry({itemSelector: '.entry'}),
  237. $content.infinitescroll({
  238. navSelector : 'div#pagination',
  239. nextSelector : 'div#pagination a#nextPage',
  240. itemSelector : '.entry',
  241. loading: {
  242. finishedMsg: '',
  243. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  244. },
  245. bufferPx : 600,
  246. debug : false,
  247. },
  248. // call masonry as a callback.
  249. function( newElements ) {
  250. var $newElems = $( newElements );
  251. $newElems.hide();
  252. // ensure that images load before adding to masonry layout
  253. $newElems.imagesLoaded(function(){
  254. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  255. });
  256. });
  257. });
  258. </script>
  259.  
  260. {/block:IndexPage}
  261.  
  262. <meta name="viewport" content="width=800" />
  263. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  264.  
  265. </head>
  266. <body>
  267. {block:indexpage}
  268. <div class="wrapper">
  269. {/block:indexpage}
  270. <div id="sidebar">
  271. <span class="blogtitle"><a href="/">{Title}</a></span>
  272. <span class="navi"><span style="padding-right:5px;"><a href="/">home</a> {block:AskEnabled}<a href="/ask">message</a>{/block:AskEnabled} {block:iflinkonetitle}<a href="{text:link one}">{text:link one title}</a>{/block:iflinkonetitle} {block:iflinktwotitle}<a href="{text:link two}">{text:link two title}</a>{/block:iflinktwotitle} {block:iflinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:iflinkthreetitle} {block:iflinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:iflinkfourtitle} {block:iflinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:iflinkfivetitle} <a href="http://sunrisen.tumblr.com">theme</a></span><span style="padding:5px;padding-top:7px;border-left:1px solid {color:text};">{description}</span></span>
  273. </div>
  274. {block:permalinkpage}
  275. <div class="wrapper">
  276. {/block:permalinkpage}
  277. <div id="posts">
  278.  
  279. {block:Posts}
  280. <div class="entry">
  281.  
  282. {block:Text}
  283. {block:IndexPage}
  284. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  285. {/block:IndexPage}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  286. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  287. {/block:IndexPage}
  288. {/block:Text}
  289.  
  290. {block:Link}
  291. {block:IndexPage}
  292. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  293. {/block:IndexPage}<a href="{URL}" class="title">{Name}</a>
  294. {block:Description}{Description}{/block:Description}
  295. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  296. {/block:IndexPage}
  297. {block:Link}
  298.  
  299. {block:Photo}
  300. {block:IndexPage}
  301. <div class="photoperma"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/t98gn37/RA4mf7oly/reblawg.png" width=20 style="margin-left:-4px;margin-top:-7px;"/></a><br>
  302. <a href="{permalink}"><img src="http://cdn5.iconfinder.com/data/icons/iconsweets2/40/link_seo.png" style="float:center;margin-left:-7px;margin-top:-2px;" width="26px;"/></a>
  303. <div style="margin-left:-3px;margin-top:-2px;">{LikeButton size="20" color="black"}</div>
  304. </div>
  305. {/block:IndexPage}
  306. {block:IndexPage}{LinkOpenTag}<div class="img"><div class="photo"><a href="{permalink}"><img class="photo" style="{block:ifroundedcorners}border-radius:5px;{/block:ifroundedcorners}" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250px"/></a></div></div>{LinkCloseTag}{/block:IndexPage}
  307. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="550px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  308. {/block:Photo}
  309.  
  310.  
  311. {block:Photoset}
  312. {block:IndexPage}
  313. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  314. {/block:IndexPage}
  315. {block:indexpage}
  316. {Photoset-250}
  317. {/block:indexpage}
  318. {block:PermalinkPage}{Photoset-410}{/block:PermalinkPage}
  319. {/block:Photoset}
  320.  
  321. {block:Quote}
  322. {block:IndexPage}
  323. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  324. {/block:IndexPage}
  325. {Quote}</span>
  326. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  327. {/block:IndexPage}
  328. {/block:Quote}
  329.  
  330. {block:Chat}
  331. {block:IndexPage}
  332. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  333. {/block:IndexPage}
  334. {block:Title}<span class="title">{Title}</span>{/block:Title}
  335. <ul class="chat">
  336. {block:Lines}
  337. <li class="user_{UserNumber}">
  338. {block:Label}
  339. <span class="label">{Label}</span>
  340. {/block:Label}
  341.  
  342. {Line}
  343. </li>
  344. {/block:Lines}
  345. </ul>
  346. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  347. {/block:IndexPage}
  348. {/block:Chat}
  349.  
  350. {block:Audio}
  351. {block:IndexPage}<div class="audioperma"><br><br><br><br><br><br><br><a href="{Permalink}">{block:TrackName}{TrackName}{/block:TrackName}</a><br><a href="{permalink}">{block:Artist}{Artist}{/block:Artist}</a><br><a href="{permalink}">{block:Album}{Album}{/block:Album}</a></span></div>{/block:IndexPage}
  352. {block:AlbumArt}<img src="{AlbumArtURL}" style="{block:indexpage}width:250px;height:250px;{/block:indexpage}{block:permalinkpage}width:47px;height:47px;{/block:permalinkpage}position:relative;">{/block:AlbumArt}
  353. <div style="{block:indexpage}position:relative;width:250px;height:27px;margin-top:5px;margin-right:2px;{/block:indexpage}{block:permalinkpage}float:left;text-align:left;width:500px;height:27px;padding-top:10px;padding-bottom:10px;margin-top:-52px;{/block:permalinkpage}float:right;background-color:#000000;">{AudioPlayerBlack}
  354. {block:ExternalAudio}{/block:ExternalAudio}</div>
  355. {/block:Audio}
  356.  
  357.  
  358. {block:Video}
  359. {block:IndexPage}
  360. {/block:IndexPage}
  361. <center>
  362. {block:IndexPage}
  363. {Video-250}
  364. {/block:IndexPage}
  365. </center>
  366. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  367. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  368. {/block:IndexPage}
  369. {block:Video}
  370.  
  371. {block:Answer}
  372. {block:IndexPage}
  373. {/block:IndexPage}
  374. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;border-radius:50px;"/>
  375. <b><u>{Asker}</u></b>: <b>{Question}</b>{Answer}
  376. {block:IndexPage}<div class="perm"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  377. {/block:IndexPage}
  378. {/block:Answer}
  379.  
  380. {block:Panorama}
  381. {block:IndexPage}
  382. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}{/block:IndexPage}
  383. {block:PermalinkPage}
  384. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" width=550px/>{LinkCloseTag}
  385. {/block:PermalinkPage}
  386. {block:IndexPage}<div class="perm"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  387. {/block:IndexPage}
  388. {/block:Panorama}
  389.  
  390. {block:PermalinkPage}
  391. {block:Date}
  392. <center>
  393. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  394. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  395. {/block:Date}
  396.  
  397. {/block:PermalinkPage}
  398.  
  399. {block:PostNotes}<div class="notes">{PostNotes}</div>
  400. {/block:PostNotes}
  401. </div>
  402.  
  403.  
  404. {/block:Posts}
  405. </div>
  406. </div>
  407. <div class="right">
  408. </div>
  409. <div class="footer">
  410. <br>
  411. </div>
  412. </div>
  413. </body>
  414. </html>
  415. <div style="position:fixed;right:0px;bottom:-425px;">
  416. <!---DONT REMOVE---->
  417. {block:IndexPage}
  418. {block:Pagination}
  419. <div id="pagination">
  420. {block:NextPage}
  421. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  422. {/block:NextPage}
  423. {block:PreviousPage}
  424. <a href="{PreviousPage}">&larr;&nbsp;</a>
  425. {/block:PreviousPage}
  426. </div>
  427. {/block:Pagination}
  428. {/block:IndexPage}</div>
  429. </div>
  430. </body>
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement