Advertisement
sunrisen

exton theme

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