Advertisement
Annie_Schmitz

Saturn Theme

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