Advertisement
sunrisen

youth v2

Jan 19th, 2013
8,559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.88 KB | None | 0 0
  1. <!--
  2.  
  3. YOUTH THEME V2 - RELEASED 19.01.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. <!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.  
  24. <link rel="shortcut icon" href="{Favicon}">
  25.  
  26. <meta name="color:background" content="#ffffff"/>
  27. <meta name="color:primary" content="#000000"/>
  28. <meta name="color:secondary" content="#ffffff"/>
  29.  
  30. <meta name="font:sidebar" content=""/>
  31. <meta name="font:posts" content=""/>
  32. <meta name="font:navigation" content=""/>
  33.  
  34. <meta name="if:title font" content="1"/>
  35. <meta name="if:image fade" content="1"/>
  36. <meta name="if:three columns" content="0"/>
  37. <meta name="if:four columns" content="0"/>
  38. <meta name="if:five columns" 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-thumb:vertical{
  54. background-color:#000;
  55. -moz-border-radius:10px;
  56. -webkit-border-radius:10px;
  57. }
  58.  
  59. #tumblr_controls{
  60. position:fixed !important;
  61. }
  62.  
  63. .wrapper{
  64. width:1000px;
  65. margin:0px auto;
  66. }
  67.  
  68. ::-webkit-scrollbar {width: 6px; height: 4px; background: #ccc; }
  69. ::-webkit-scrollbar-thumb { background-color: #000;}
  70.  
  71. body{
  72. margin:0px;
  73. background-attachment: fixed;
  74. background-repeat: repeat;
  75. background-color:{color:background};
  76. background-attachment: fixed;
  77. background-repeat: repeat;
  78. font-size: 10px;
  79. font-family: courier new;
  80. line-height:11px;
  81. color: {color:primary};
  82. }
  83.  
  84. a:link, a:active, a:visited{
  85. color: {color:primary};
  86. text-decoration: none;
  87. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  88. }
  89.  
  90. a:hover{
  91. color: {color:secondary};
  92. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  93. }
  94.  
  95. .entry {
  96. margin:0px;
  97. padding: 2px;
  98. margin-bottom:-2px;
  99. float:left;
  100. background-color:transparent;
  101. {block:indexpage}
  102. {block:ifthreecolumns}
  103. width: 200px;
  104. {/block:ifthreecolumns}
  105. {block:iffourcolumns}
  106. width:200px;
  107. {/block:iffourcolumns}
  108. {block:iffivecolumns}
  109. width:180px;
  110. {/block:iffivecolumns}
  111. {/block:indexpage}
  112. {block:permalinkpage}
  113. width:600px;
  114. {/block:permalinkpage}
  115. overflow:hidden;
  116. padding-bottom: 0px;
  117. font-family:{font:posts};
  118. font-size: 10px;
  119. line-height:14px;
  120. text-align:justify;
  121. }
  122.  
  123. .perma {
  124. position:absolute;
  125. text-decoration:none;
  126. bottom:0px;
  127. margin-left:0px;
  128. padding:7px;
  129. background:{color:background};
  130. opacity:0;
  131. -webkit-transition: 0.3s ease-in;
  132. z-index:10;
  133. font-family:{font:posts};
  134. font-size:10px;
  135. }
  136. .perma a {
  137. text-decoration:none;
  138. text-transform:uppercase;
  139. }
  140. .perma a:hover{
  141. background:transparent;
  142. }
  143. .entry:hover .perma {
  144. -webkit-transition: 0.3s ease-in;
  145. position:absolute;
  146. bottom:0px;
  147. margin-left:0px;
  148. padding:7px;
  149. opacity:1;
  150. }
  151. .perma a:hover{
  152. color:#000;
  153. background:transparent;
  154. }
  155.  
  156. .img{
  157. {block:ifimagefade}
  158. opacity:.8;
  159. {/block:ifimagefade}
  160. {block:ifnotimagefade}
  161. opacity:1;
  162. {/block:ifnotimagefade}
  163. -webkit-transition: all 0.4s ease-in-out;
  164. -moz-transition: all 0.4s ease-in-out;
  165. transition: all 0.4s ease-in-out;
  166. }
  167. .img:hover{opacity:1;-webkit-transition: all 0.4s ease-in-out;
  168. -moz-transition: all 0.4s ease-in-out;
  169. transition: all 0.4s ease-in-out;}
  170.  
  171. #linkbar{
  172. opacity:1;
  173. background-color:{color:background};
  174. top: 0px;
  175. margin-left: 0px;
  176. overflow:hidden;
  177. font-family:{font:navigation};
  178. font-size: 10px;
  179. padding-top:0px;
  180. width: 100%;
  181. padding: 4px;
  182. height:10px;
  183. z-index:100;
  184. position:fixed;
  185. text-transform:uppercase;
  186. text-align:center;
  187. -webkit-transition: all 0.4s ease-in-out;
  188. -moz-transition: all 0.4s ease-in-out;
  189. transition: all 0.4s ease-in-out;
  190. }
  191. #linkbar a{background:{color:background};color:{color:link};padding:5px;}
  192. #linkbar a:hover{background:#000;color:white;}
  193.  
  194. #sidebar{
  195. opacity:1;
  196. background-color:transparent;
  197. top: 30px;
  198. margin-left: 10px;
  199. overflow:hidden;
  200. font-family:{font:sidebar};
  201. font-size: 10px;
  202. padding-top:0px;
  203. width: 97%;
  204. padding: 4px;
  205. height:auto;
  206. z-index:1;
  207. position:relative;
  208. -webkit-transition: all 0.4s ease-in-out;
  209. -moz-transition: all 0.4s ease-in-out;
  210. transition: all 0.4s ease-in-out;
  211. }
  212.  
  213. #posts {
  214. {block:ifthreecolumns}
  215. width: 612px;
  216. margin-left:191px;
  217. padding-bottom:50px;
  218. {/block:ifthreecolumns}
  219. {block:iffourcolumns}
  220. width:816px;
  221. margin-left:95px;
  222. padding-bottom:50px;
  223. {/block:iffourcolumns}
  224. {block:iffivecolumns}
  225. width:950px;
  226. margin-left:40px;
  227. padding-bottom:160px;
  228. {/block:iffivecolumns}
  229. background: transparent;
  230. padding-left: 2px;
  231. padding-right: 2px;
  232. padding-top:30px;
  233. margin-top:auto;
  234. float:left;
  235. }
  236.  
  237. #infscr-loading{
  238. bottom: -70px;
  239. position: absolute;
  240. left: 50%;
  241. margin-left:-8px;
  242. width:16px;
  243. height:11px;
  244. overflow:hidden;
  245. margin-bottom: 50px;
  246. }
  247.  
  248. .title{
  249. font-family:{font:posts};
  250. font-size: 10px;
  251. text-transform:uppercase;
  252. line-height:15px;
  253. color: ;
  254. font-weight: ;
  255. }
  256.  
  257. blockquote{
  258. padding:0px 0px 2px 5px;
  259. margin:0px 0px 2px 10px;
  260. border-left: 1px dotted #555555;
  261. }
  262.  
  263. .info{overflow-y:auto;width:250px;overflow:hidden;height:25px;padding-bottom:5px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  264.  
  265. .info:hover{-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  266.  
  267. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  268. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  269. .user_7 .label, .user_8 .label, .user_9 .label {color:#130C11;}
  270. .notes img{width:25px; position:relative; top:3px;border-radius:50px;}
  271.  
  272. .perm{margin-top:0px;font-family:{font:posts};font-size:10px;text-transform:uppercase;text-align:center;opacity:0;-webkit-transition: all 0.3s ease-in-out;
  273. -moz-transition: all 0.3s ease-in-out;
  274. transition: all 0.3 ease-in-out;}
  275.  
  276. .entry:hover .perm{margin-top:0px;opacity:1;-webkit-transition: all 0.5s ease-in-out;
  277. -moz-transition: all 0.5s ease-in-out;
  278. transition: all 0.5s ease-in-out;}
  279.  
  280. .blogtitle{
  281. {block:iftitlefont}
  282. font-family:permanent marker;
  283. {/block:iftitlefont}
  284. {block:ifnottitlefont}
  285. font-family:vampiro one;
  286. text-transform:lowercase;
  287. {/block:ifnottitlefont}
  288. font-size:40px;
  289. color: {color:primary};
  290. line-height: 40px;
  291. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  292. }
  293.  
  294. .navi{font-family:{font:navigation};font-size:12px;text-transform:uppercase;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
  295. .navi:hover{text-transform:uppercase;border-top:4px solid {color:primary};-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
  296. </style>
  297. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  298. <link href='http://fonts.googleapis.com/css?family=Vampiro+One' rel='stylesheet' type='text/css'>
  299. {block:IndexPage}
  300. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  301. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  302.  
  303. <script type="text/javascript">
  304. $(window).load(function () {
  305. var $content = $('#posts');
  306. $content.masonry({itemSelector: '.entry'}),
  307. $content.infinitescroll({
  308. navSelector : 'div#pagination',
  309. nextSelector : 'div#pagination a#nextPage',
  310. itemSelector : '.entry',
  311. loading: {
  312. finishedMsg: '',
  313. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  314. },
  315. bufferPx : 600,
  316. debug : false,
  317. },
  318. // call masonry as a callback.
  319. function( newElements ) {
  320. var $newElems = $( newElements );
  321. $newElems.hide();
  322. // ensure that images load before adding to masonry layout
  323. $newElems.imagesLoaded(function(){
  324. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  325. });
  326. });
  327. });
  328. </script>
  329.  
  330. {/block:IndexPage}
  331.  
  332. <meta name="viewport" content="width=800" />
  333.  
  334. </head>
  335. <body>
  336. <div id="linkbar">
  337. <a href="/">home</a>{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>
  338. </div>
  339. <div class="wrapper">
  340. <div id="sidebar">
  341. <center><div class="blogtitle"><a href="/">{Title}</a></div>
  342. <div class="info">{description}</div>
  343. </center>
  344. </div>
  345.  
  346. <div id="posts">
  347. {block:Posts}
  348. <div class="entry">
  349.  
  350. {block:Text}
  351. {block:IndexPage}
  352. {/block:IndexPage}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  353. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  354. {/block:IndexPage}
  355. {/block:Text}
  356.  
  357. {block:Link}
  358. {block:IndexPage}
  359. {/block:IndexPage}<a href="{URL}" class="title">{Name}</a>
  360. {block:Description}{Description}{/block:Description}
  361. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  362. {/block:IndexPage}
  363. {block:Link}
  364.  
  365. {block:Photo}
  366. {block:IndexPage}
  367. <div class="perma"><a href="{reblogurl}" target="_blank">reblog</a> • <a href="{permalink}">{notecountwithlabel}</a></div>
  368. {/block:IndexPage}
  369. {block:IndexPage}<div class="img">{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="{block:ifthreecolumns}200{/block:ifthreecolumns}{block:iffourcolumns}200{/block:iffourcolumns}{block:iffivecolumns}180{/block:iffivecolumns}"/></a></div>{LinkCloseTag}</div>{/block:IndexPage}
  370. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  371. {/block:Photo}
  372.  
  373. {block:Photoset}
  374. {block:indexpage}
  375. {Photoset-250}
  376. {/block:indexpage}
  377. {block:PermalinkPage}{Photoset-410}{/block:PermalinkPage}
  378. {/block:Photoset}
  379.  
  380. {block:Quote}
  381. {block:IndexPage}
  382. {/block:IndexPage}
  383. {Quote}</span>
  384. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  385. {/block:IndexPage}
  386. {/block:Quote}
  387.  
  388. {block:Chat}
  389. {block:IndexPage}
  390. {/block:IndexPage}
  391. {block:Title}<span class="title">{Title}</span>{/block:Title}
  392. <ul class="chat">
  393. {block:Lines}
  394. <li class="user_{UserNumber}">
  395. {block:Label}
  396. <span class="label">{Label}</span>
  397. {/block:Label}
  398.  
  399. {Line}
  400. </li>
  401. {/block:Lines}
  402. </ul>
  403. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  404. {/block:IndexPage}
  405. {/block:Chat}
  406.  
  407. {block:Audio}
  408. {block:IndexPage}
  409. {/block:IndexPage}
  410. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  411. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  412. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  413. {/block:IndexPage}
  414. {/block:Audio}
  415.  
  416. {block:Video}
  417. {block:IndexPage}
  418. {/block:IndexPage}
  419. <center>
  420. {block:IndexPage}
  421. {Video-250}
  422. {/block:IndexPage}
  423. </center>
  424. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  425. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  426. {/block:IndexPage}
  427. {block:Video}
  428.  
  429. {block:Answer}
  430. {block:IndexPage}
  431. {/block:IndexPage}
  432. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  433. <b>{Asker}</b>: <b>{Question}</b>{Answer}
  434. {block:IndexPage}<div class="perm"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  435. {/block:IndexPage}
  436. {/block:Answer}
  437.  
  438.  
  439. {block:PermalinkPage}
  440. {block:Date}
  441. <center>
  442. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  443. <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>
  444. {/block:Date}
  445.  
  446. {/block:PermalinkPage}
  447.  
  448. {block:PostNotes}<div class="notes">{PostNotes}</div>
  449. {/block:PostNotes}
  450. </div>
  451.  
  452.  
  453. {/block:Posts}
  454. </div>
  455. </div>
  456. <div class="right">
  457. </div>
  458. <div class="footer">
  459. <br>
  460. </div>
  461. </div>
  462. </body>
  463. </html>
  464. <div style="position:fixed;right:0px;bottom:-425px;">
  465. <---DONT REMOVE---->
  466. {block:IndexPage}
  467. {block:Pagination}
  468. <div id="pagination">
  469. {block:NextPage}
  470. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  471. {/block:NextPage}
  472. {block:PreviousPage}
  473. <a href="{PreviousPage}">&larr;&nbsp;</a>
  474. {/block:PreviousPage}
  475. </div>
  476. {/block:Pagination}
  477. {/block:IndexPage}</div>
  478. </div>
  479. </body>
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement