Advertisement
sunrisen

dunstan theme

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