Advertisement
sunrisen

century theme

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