Advertisement
Annie_Schmitz

Golden Theme

Dec 29th, 2013
855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.88 KB | None | 0 0
  1. <!--Golden Theme by resiliens
  2. http://fluorescent-themes.tumblr.com/
  3. Please do not remove the credit---->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}"/>
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  12. <meta name="color:sidebar background" content="#f5f5f5" />
  13. <meta name="color:background" content="#ffffff" />
  14. <meta name="color:text" content="#000000" />
  15. <meta name="color:title" content="#000000" />
  16. <meta name="color:title hover" content="#000000" />
  17. <meta name="color:link" content="#000000" />
  18. <meta name="color:link hover" content="#000000" />
  19. <meta name="color:scrollbar" content="#000000" />
  20. <meta name="color:highlight text" content="#ffffff" />
  21. <meta name="color:highlight background" content="#cccccc" />
  22.  
  23. <meta name="text:home title" content="home" />
  24. <meta name="text:ask title" content="ask" />
  25. <meta name="text:link 1 title" content="" />
  26. <meta name="text:link 1" content="" />
  27. <meta name="text:link 2 title" content="" />
  28. <meta name="text:link 2" content="" />
  29. <meta name="text:link 3 title" content="" />
  30. <meta name="text:link 3" content="" />
  31. <meta name="text:link 4 title" content="" />
  32. <meta name="text:link 4" content="" />
  33. <meta name="text:link 5 title" content="" />
  34. <meta name="text:link 5" content="" />
  35. <meta name="text:link 6 title" content="" />
  36. <meta name="text:link 6" content="" />
  37.  
  38. <meta name="image:Left Background" content""/>
  39. <meta name="image:Right Background" content""/>
  40. <meta name="image:Cover Background" content""/>
  41. <meta name="image:Sidebar Background" content""/>
  42. <meta name="image:Sidebar" content""/>
  43.  
  44. <meta name="if:Two Columns" content""/>
  45.  
  46. <meta name="if:Link One" content""/>
  47. <meta name="if:Link Two" content""/>
  48. <meta name="if:Link Three" content""/>
  49. <meta name="if:Link Four" content""/>
  50. <meta name="if:Link Five" content""/>
  51. <meta name="if:Link Six" content""/>
  52.  
  53.  
  54.  
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  59. <script>
  60. (function($){
  61. $(document).ready(function(){
  62. $("[title]").style_my_tooltips({
  63. tip_follows_cursor:true,
  64. tip_delay_time:200,
  65. tip_fade_speed:300
  66. }
  67. );
  68. });
  69. })(jQuery);
  70. </script>
  71.  
  72. {block:IndexPage}
  73.  
  74. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  75. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  76.  
  77. <script type="text/javascript">
  78. $(window).load(function(){
  79. var $wall = $('#entries');
  80. $wall.imagesLoaded(function(){
  81. $wall.masonry({
  82. itemSelector: '#post, #post_photo',
  83. isAnimated : false
  84. });
  85. });
  86.  
  87. $wall.infinitescroll({
  88. navSelector : '#pagination',
  89. nextSelector : '#pagination a',
  90. itemSelector : '#post, #post_photo',
  91. bufferPx : 2000,
  92. debug : false,
  93. errorCallback: function() {
  94. $('#scroll').fadeOut('normal');
  95. }},
  96. function( newElements ) {
  97. var $newElems = $( newElements );
  98. $newElems.hide();
  99. $newElems.imagesLoaded(function(){
  100. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  101. });
  102. }); $('#entries').show(500);
  103. });
  104. </script>
  105. {/block:IndexPage}
  106. <style type="text/css">
  107.  
  108. #s-m-t-tooltip{
  109. max-width:300px;
  110. margin:15px;
  111. padding:2px 8px;
  112. border:1px solid #ccc;
  113. border-radius:4px;
  114. background:#FFF;
  115. z-index:999999;
  116. letter-spacing:1px;
  117. font-size:9px;
  118. text-transform:uppercase;
  119. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  120.  
  121. body{
  122. background-color:{color:background};
  123. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  124. background-attachment: fixed;
  125. background-position: bottom 0px left 0px, bottom 0px right 0px;
  126. background-repeat: no-repeat, no-repeat, no-repeat;
  127. -webkit-background-size: auto, auto, auto;
  128. -moz-background-size: auto, auto, auto;
  129. -o-background-size: auto, auto, auto;
  130. background-size: auto, auto, cover;
  131. color:{color:text};
  132. font-family:consolas;
  133. font-size:10px;
  134. }
  135.  
  136. ::selection {
  137. background:{color:highlight background};
  138. color:{color:highlight text};
  139. }
  140. ::-moz-selection {
  141. background:{color:highlight background};
  142. color:{color:highlight text};
  143. }
  144.  
  145. ::-webkit-scrollbar{
  146. width:8px;
  147. height:8px;
  148. background:{color:background};}
  149.  
  150. ::-webkit-scrollbar-thumb{
  151. background:{color:scrollbar};
  152. height:5px;
  153. border:{color:background} solid 3px;}
  154.  
  155. a:link, a:active, a:visited{
  156. -webkit-transition: 0.3s ease;
  157. transition: 0.3s ease;
  158. -o-transition: 0.3s ease;
  159. -moz-transition: 0.3s ease;
  160. color:{color:link};
  161. text-decoration:none;
  162. }
  163.  
  164. a:hover{
  165. -webkit-transition: 0.3s ease;
  166. transition: 0.3s ease;
  167. -o-transition: 0.3s ease;
  168. -moz-transition: 0.3s ease;
  169. color:{color:link hover};
  170. }
  171.  
  172. #n{
  173.  
  174. }
  175.  
  176. #entries{{block:IndexPage}
  177. width:250px;
  178. {block:IfTwoColumns}
  179. width:580px;
  180. {/block:IfTwoColumns}
  181. margin-top:0px;
  182. margin-left:10px;
  183. position:absolute;
  184. {/block:IndexPage}{block:PermalinkPage}
  185. width:500px;
  186. margin-top:10px;
  187. margin-left:10px;
  188. position:absolute;
  189. {/block:PermalinkPage}
  190. }
  191.  
  192. #post{
  193. {block:IndexPage}
  194. margin-top:10px;
  195. margin-left:10px;
  196. padding:10px 10px 8px 10px;
  197. width:250px;
  198. {/block:IndexPage}
  199. {block:PermalinkPage}
  200. width:500px;
  201. {/block:PermalinkPage}
  202. }
  203.  
  204. #post .perma{
  205. {block:IndexPage}
  206. -webkit-transition: 0.3s ease;
  207. transition: 0.3s ease;
  208. -o-transition: 0.3s ease;
  209. -moz-transition: 0.3s ease;
  210. margin-top:5px;
  211. text-align:center;
  212. width:250px;
  213. opacity:0;
  214. font-size:9px;
  215. text-transform:uppercase;
  216. {/block:IndexPage}{block:PermalinkPage}
  217. display:none;
  218. {/block:PermalinkPage}
  219. }
  220.  
  221.  
  222.  
  223. #post:hover .perma{
  224. -webkit-transition: 0.3s ease;
  225. transition: 0.3s ease;
  226. -o-transition: 0.3s ease;
  227. -moz-transition: 0.3s ease;
  228. opacity:1;
  229. }
  230.  
  231. #post .r{
  232. {block:IndexPage}
  233. -webkit-transition: 0.3s ease;
  234. transition: 0.3s ease;
  235. -o-transition: 0.3s ease;
  236. -moz-transition: 0.3s ease;
  237. margin-top:-17px;
  238. position:absolute;
  239. background:#fff;
  240. text-align:center;
  241. padding:2px;
  242. width:250px;
  243. opacity:0;
  244. font-size:9px;
  245. text-transform:uppercase;
  246. {/block:IndexPage}{block:PermalinkPage}
  247. display:none;
  248. {/block:PermalinkPage}
  249. }
  250.  
  251.  
  252.  
  253. #post:hover .r{
  254. -webkit-transition: 0.3s ease;
  255. transition: 0.3s ease;
  256. -o-transition: 0.3s ease;
  257. -moz-transition: 0.3s ease;
  258. opacity:.8;
  259. }
  260.  
  261. #sidebar{
  262. margin-top:100px;
  263. text-align:center;
  264. background:{color:sidebar background};
  265. width:200px;
  266. border:4px double #ddd;
  267. margin-left:700px;
  268. position:fixed;
  269. background-attachment: fixed;
  270. background-image:url({image:Sidebar Background});
  271. }
  272.  
  273. #sidebar img{
  274. max-width:150px;
  275. }
  276.  
  277. #desc{
  278. }
  279.  
  280. .title{
  281. font-family:consolas;
  282. font-size:13px;}
  283.  
  284. .title a{
  285. -webkit-transition: 0.3s ease;
  286. transition: 0.3s ease;
  287. -o-transition: 0.3s ease;
  288. -moz-transition: 0.3s ease;
  289. color:{color:title};
  290. }
  291.  
  292. .title a:hover{
  293. -webkit-transition: 0.3s ease;
  294. transition: 0.3s ease;
  295. -o-transition: 0.3s ease;
  296. -moz-transition: 0.3s ease;
  297. color:{color:title hover};
  298. }
  299.  
  300. .links{
  301. padding:7px;
  302. border-top:4px double #ddd;
  303. text-transform:uppercase;
  304. font-family:consolas;
  305. font-size:9px;
  306. letter-spacing:1px;}
  307.  
  308. .links a{
  309. padding:2px;
  310. }
  311.  
  312. i, em{
  313. color:{color:link};}
  314. b, strong{
  315. font-weight:normal;
  316. text-transform:uppercase;
  317. color:{color:link};}
  318. ul,ol{
  319. margin:0px;
  320. margin-left:-5px;}
  321. p{
  322. padding:0px;
  323. margin:2px;}
  324.  
  325.  
  326.  
  327. #credit {
  328. position:fixed;
  329. font-family:consolas;
  330. font-size:10px;
  331. bottom:10px;
  332. z-index:999999999999;
  333. right:10px;
  334. text-transform:uppercase;
  335. }
  336.  
  337.  
  338. blockquote{
  339. padding:3px;
  340. border-left:1px solid #e1e1e1;
  341. margin-left:10px;
  342. line-height:10px;
  343. }
  344.  
  345. {block:IndexPage}
  346. blockquote img{
  347. width:100px;
  348. overflow:hidden;
  349. }
  350. {/block:IndexPage}
  351. {block:PermalinkPage}
  352. blockquote img{
  353. width:200px;
  354. overflow:hidden;
  355. }
  356. {/block:PermalinkPage}
  357.  
  358. .text{
  359. text-decoration:bold;
  360. font-size:12px;
  361. text-transform:uppercase;
  362. }
  363.  
  364. #questions img{
  365. float:left;
  366. padding:2px;
  367. }
  368.  
  369. #questions a{
  370. font-size:9px;
  371. letter-spacing:1px;
  372. text-transform:uppercase;
  373. }
  374.  
  375. #questions {
  376. padding:4px;
  377. border-radius:6px;
  378. background:#eee;
  379. min-height:28px;
  380. border-bottom:1px solid #ccc;
  381. font-weight: bold;
  382. }
  383.  
  384. #questions img{
  385. border-radius:6px;
  386. }
  387.  
  388. .player{
  389. margin-left:110px;
  390. margin-top:25px;
  391. position:absolute;
  392. padding:2px;
  393. max-width:135px;
  394. padding:2px;
  395. font-size:9px;
  396. text-transform:uppercase;
  397. z-index:999999;
  398. {block:PermalinkPage}
  399. margin-top:0px;
  400. {/block:PermalinkPage}
  401. }
  402.  
  403. .audioplayer{
  404. margin-top:20px;
  405. margin-left:20px;
  406. opacity:.7;
  407. width:27px;
  408. height:27px;
  409. border-radius:30px;
  410. overflow:hidden;
  411. background:#fff;
  412. padding:15px;
  413. }
  414.  
  415. #cover{
  416. width:100px;
  417. background:#eee;
  418. position:absolute;
  419. height:100px;
  420. display:inline-block;
  421. float:left;
  422. {block:PermalinkPage}
  423. margin-top:-20px;
  424. {/block:PermalinkPage}
  425. }
  426.  
  427. #cover img{
  428. width:100px;
  429. height:100px;
  430. {block:PermalinkPage}
  431. margin-top:0px;
  432. {/block:PermalinkPage}
  433. }
  434.  
  435. .playbutton {
  436. width:30px;
  437. height:30px;
  438. overflow:hidden;
  439. position:relative;
  440. z-index:1000;
  441. margin:0px;}
  442.  
  443. </style>
  444.  
  445. </head>
  446. <body>
  447.  
  448. <div id="sidebar">
  449. <img src="{image:Sidebar}">
  450. <div class="title"><a href="/">{Title}</a></div>
  451. <div id="desc">{Description}</div>
  452. <div class="links">
  453.  
  454. <a href="/" title="{text:home title}">I</a>
  455. <a href="/ask" title="{text:ask title}">II</a>
  456. {block:IfLinkOne}
  457. <a href="{text:link 1}" title="{text:link 1 title}">III</a>
  458. {/block:IfLinkOne}
  459. {block:IfLinkTwo}
  460. <a href="{text:link 2}" title="{text:link 2 title}">IV</a>
  461. {/block:IfLinkTwo}
  462. {block:IfLinkThree}
  463. <a href="{text:link 3}" title="{text:link 3 title}">V</a>
  464. {/block:IfLinkThree}
  465. {block:IfLinkFour}
  466. <a href="{text:link 4}" title="{text:link 4 title}">VI</a>
  467. {/block:IfLinkFour}
  468. {block:IfLinkFive}
  469. <a href="{text:link 5}" title="{text:link 5 title}">VII</a>
  470. {/block:IfLinkFive}
  471. {block:IfLinkSix}
  472. <a href="{text:link 6}" title="{text:link 6 title}">VIII</a>
  473. {/block:IfLinkSix}
  474. </div>
  475. </div>
  476.  
  477. <div id="entries">
  478.  
  479.  
  480. {block:Posts}
  481.  
  482.  
  483. {block:ContentSource}
  484. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  485. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  486. {/block:SourceLogo}
  487. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  488. {/block:ContentSource}
  489.  
  490. <div id="post">
  491.  
  492.  
  493. {block:Photo}
  494. {block:IndexPage}
  495. <a href="{permalink}"><img src="{PhotoURL-250}"/></a>
  496. <div class="r">
  497. <a href="{Permalink}">{NoteCountWithLabel}</a> :
  498. <a href="{ReblogURL}">reblog</a></div>
  499. {/block:IndexPage}
  500. {block:PermalinkPage}
  501. <a href="{permalink}"><img src="{PhotoURL-500}"/></a>
  502. {/block:PermalinkPage}
  503. {/block:Photo}
  504.  
  505.  
  506.  
  507. {block:Photoset}
  508. {block:IndexPage}
  509. {Photoset-250}
  510. <div class="r">
  511. <a href="{Permalink}">{NoteCountWithLabel}</a> :
  512. <a href="{ReblogURL}">reblog</a>
  513. </div>
  514. {/block:IndexPage}
  515. {block:PermalinkPage}
  516. {Photoset-500}
  517. {/block:PermalinkPage}
  518. {/block:Photoset}
  519.  
  520. {block:Video}
  521. {block:IndexPage}
  522. {Video-250}
  523. <div class="r">
  524. <a href="{Permalink}">{NoteCountWithLabel}</a> :
  525. <a href="{ReblogURL}">reblog</a>
  526. </div>
  527. {/block:IndexPage}
  528. {block:PermalinkPage}
  529. {Video-500}
  530. {/block:PermalinkPage}
  531. {/block:Video}
  532.  
  533.  
  534. {block:Text}
  535. <div class="text">{Title}</div>{Body}
  536. <div class="perma">
  537. <a href="{Permalink}">{NoteCountWithLabel}</a> :
  538. <a href="{ReblogURL}">reblog</a>
  539. </div>
  540. {/block:Text}
  541.  
  542.  
  543. {block:Link}
  544. <div class="text" style="background:#eee; padding:2px; letter-spacing:1px; text-decoration:underline;"><a href="{URL}">{Name} →</a></div>
  545. {block:Description}{Description}{/block:Description}
  546. <div class="perma">
  547. <a href="{Permalink}">{NoteCountWithLabel}</a> :
  548. <a href="{ReblogURL}">reblog</a>
  549. </div>
  550. {/block:Link}
  551.  
  552.  
  553. {block:Quote}
  554. <div class="text">"{Quote}"</div>
  555. {block:Source}-{Source}{/block:Source}
  556. <div class="perma">
  557. <a href="{Permalink}">{NoteCountWithLabel}</a> :
  558. <a href="{ReblogURL}">reblog</a>
  559. </div>
  560. {/block:Quote}
  561.  
  562.  
  563. {block:Chat}
  564. {block:Lines}
  565. {block:Label}<br>
  566. <div class="text" div style="font-size:9px; padding:2px; background:#eee;">{Label}
  567. {/block:Label}
  568. &nbsp;{Line}</div>
  569. {/block:Lines}
  570. <div class="perma">
  571. <a href="{Permalink}">{NoteCountWithLabel}</a> :
  572. <a href="{ReblogURL}">reblog</a>
  573. </div>
  574. {/block:Chat}
  575.  
  576.  
  577. {block:Audio}
  578. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  579. {block:Artist}by {Artist}{/block:Artist}<br>
  580. {block:PlayCount}{PlayCount} plays{/block:PlayCount}
  581. </div>
  582. <div id="cover">
  583. {block:AlbumArt}
  584. <img src="{AlbumArtURL}">
  585. {/block:AlbumArt}</div>
  586. <div class="audioplayer"><div class="playbutton">
  587. {AudioPlayerWhite}</div></div><br><br>
  588. <div class="perma">
  589. <a href="{Permalink}">{NoteCountWithLabel}</a> :
  590. <a href="{ReblogURL}">reblog</a>
  591. </div>
  592. {/block:Audio}
  593.  
  594.  
  595.  
  596. {block:Answer}<div id="questions">
  597. <img src="{AskerPortraitURL-24}">{Asker}: {Question}</div>
  598. {Answer}
  599. <div class="perma">
  600. <a href="{Permalink}">{NoteCountWithLabel}</a> :
  601. <a href="{ReblogURL}">reblog</a>
  602. </div>
  603. {/block:Answer}
  604.  
  605. {block:PermalinkPage}<div id="n">
  606. <br>
  607. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  608. <br>
  609. {block:Date}{TimeAgo}{/block:Date}
  610. {block:NoteCount}
  611. {NoteCountWithLabel}
  612. {/block:NoteCount}
  613. <br>
  614. {block:Caption}
  615. {Caption}
  616. {/block:Caption}
  617. <br>
  618. {block:PostNotes}{PostNotes}{/block:PostNotes}
  619. </div>
  620. {/block:PermalinkPage}
  621. </div>
  622. {/block:Posts}
  623. </div>
  624.  
  625.  
  626.  
  627.  
  628. {block:IndexPage}
  629. {block:Pagination}
  630. <div id="pagination">
  631. {block:NextPage}
  632. <a id="nextPage" href="{NextPage}"></a>
  633. {/block:NextPage}
  634. {block:PreviousPage}
  635. <a href="{PreviousPage}"></a>
  636. {/block:PreviousPage}
  637. </div>
  638. {/block:Pagination}
  639. {/block:IndexPage}
  640.  
  641. </div>
  642. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  643. <div id="credit"><a href="http://resiliens.tumblr.com">credit</a></div>
  644. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  645. </div>
  646. </body>
  647. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement