Advertisement
sunrisen

buxton theme

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