Advertisement
Annie_Schmitz

Tropic Theme

Nov 28th, 2013
2,064
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.94 KB | None | 0 0
  1. <!--Tropic 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:highlight text" content="#ffffff" />
  20. <meta name="color:highlight background" content="#cccccc" />
  21.  
  22. <meta name="text:home title" content="home" />
  23. <meta name="text:ask title" content="ask" />
  24. <meta name="text:link 1 title" content="" />
  25. <meta name="text:link 1" content="" />
  26. <meta name="text:link 2 title" content="" />
  27. <meta name="text:link 2" content="" />
  28. <meta name="text:link 3 title" content="" />
  29. <meta name="text:link 3" content="" />
  30. <meta name="text:link 4 title" content="" />
  31. <meta name="text:link 4" content="" />
  32. <meta name="text:link 5 title" content="" />
  33. <meta name="text:link 5" content="" />
  34. <meta name="text:link 6 title" content="" />
  35. <meta name="text:link 6" content="" />
  36.  
  37. <meta name="image:Left Background" content""/>
  38. <meta name="image:Right Background" content""/>
  39. <meta name="image:Cover Background" content""/>
  40. <meta name="image:Sidebar Background" content""/>
  41. <meta name="image:Sidebar" content""/>
  42.  
  43. <meta name="if:Two Columns" content""/>
  44. <meta name="if:Three 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:800px;
  180. {/block:IfTwoColumns}
  181. {block:IfThreeColumns}
  182. width:1000px;
  183. {/block:IfThreeColumns}
  184. margin-top:0px;
  185. margin-left:450px;
  186. position:absolute;
  187. {/block:IndexPage}{block:PermalinkPage}
  188. width:500px;
  189. margin-top:10px;
  190. margin-left:450px;
  191. position:absolute;
  192. {/block:PermalinkPage}
  193. }
  194.  
  195. #post{
  196. {block:IndexPage}
  197. margin-top:10px;
  198. margin-left:10px;
  199. padding:10px;
  200. width:250px;
  201. {/block:IndexPage}
  202. {block:PermalinkPage}
  203. width:500px;
  204. {/block:PermalinkPage}
  205. }
  206.  
  207. #post .perma{
  208. {block:IndexPage}
  209. -webkit-transition: 0.3s ease;
  210. transition: 0.3s ease;
  211. -o-transition: 0.3s ease;
  212. -moz-transition: 0.3s ease;
  213. margin-top:5px;
  214. text-align:center;
  215. width:250px;
  216. opacity:0;
  217. font-size:9px;
  218. text-transform:uppercase;
  219. {/block:IndexPage}{block:PermalinkPage}
  220. display:none;
  221. {/block:PermalinkPage}
  222. }
  223.  
  224.  
  225.  
  226. #post:hover .perma{
  227. -webkit-transition: 0.3s ease;
  228. transition: 0.3s ease;
  229. -o-transition: 0.3s ease;
  230. -moz-transition: 0.3s ease;
  231. opacity:1;
  232. }
  233.  
  234. #post .p{
  235. {block:IndexPage}
  236. -webkit-transition: 0.3s ease;
  237. transition: 0.3s ease;
  238. -o-transition: 0.3s ease;
  239. -moz-transition: 0.3s ease;
  240. margin-top:-35px;
  241. padding:5px;
  242. text-align:center;
  243. position:absolute;
  244. background:#fff;
  245. width:100px;
  246. opacity:0;
  247. font-size:9px;
  248. text-transform:uppercase;
  249. {/block:IndexPage}{block:PermalinkPage}
  250. display:none;
  251. {/block:PermalinkPage}
  252. }
  253.  
  254.  
  255.  
  256. #post:hover .p{
  257. -webkit-transition: 0.3s ease;
  258. transition: 0.3s ease;
  259. -o-transition: 0.3s ease;
  260. -moz-transition: 0.3s ease;
  261. width:250px;
  262. opacity:.8;
  263. }
  264.  
  265. #sidebar{
  266. margin-top:100px;
  267. text-align:center;
  268. background:transparent;
  269. width:200px;
  270. margin-left:100px;
  271. position:fixed;
  272. background-attachment: fixed;
  273. background-image:url({image:Sidebar Background});
  274. }
  275.  
  276. #sidebar img{
  277. max-width:150px;
  278. }
  279.  
  280. #desc{
  281. padding:6px;
  282. }
  283.  
  284. .title{
  285. padding:6px;
  286. font-family:consolas;
  287. font-size:19px;}
  288.  
  289. .title a{
  290. -webkit-transition: 0.3s ease;
  291. transition: 0.3s ease;
  292. -o-transition: 0.3s ease;
  293. -moz-transition: 0.3s ease;
  294. color:{color:title};
  295. }
  296.  
  297. .title a:hover{
  298. -webkit-transition: 0.3s ease;
  299. transition: 0.3s ease;
  300. -o-transition: 0.3s ease;
  301. -moz-transition: 0.3s ease;
  302. color:{color:title hover};
  303. }
  304.  
  305. .links{
  306. padding:6px;
  307. text-transform:lowercase;
  308. font-family:cambria;
  309. font-size:9px;
  310. letter-spacing:2px;}
  311.  
  312. .links a{
  313. }
  314.  
  315. i, em{
  316. color:{color:link};}
  317. b, strong{
  318. font-weight:normal;
  319. text-transform:uppercase;
  320. color:{color:link};}
  321. ul,ol{
  322. margin:0px;
  323. margin-left:-5px;}
  324. p{
  325. padding:0px;
  326. margin:2px;}
  327.  
  328.  
  329.  
  330. #credit {
  331. position:fixed;
  332. font-family:consolas;
  333. font-size:10px;
  334. bottom:10px;
  335. z-index:999999999999;
  336. right:10px;
  337. text-transform:uppercase;
  338. }
  339.  
  340.  
  341. blockquote{
  342. padding:3px;
  343. border-left:1px solid #e1e1e1;
  344. margin-left:10px;
  345. line-height:10px;
  346. }
  347.  
  348. {block:IndexPage}
  349. blockquote img{
  350. width:100px;
  351. overflow:hidden;
  352. }
  353. {/block:IndexPage}
  354. {block:PermalinkPage}
  355. blockquote img{
  356. width:200px;
  357. overflow:hidden;
  358. }
  359. {/block:PermalinkPage}
  360.  
  361. .text{
  362. text-decoration:bold;
  363. font-size:12px;
  364. text-transform:uppercase;
  365. }
  366.  
  367. #questions img{
  368. float:left;
  369. padding:2px;
  370. }
  371.  
  372. #questions a{
  373. font-size:9px;
  374. letter-spacing:1px;
  375. text-transform:uppercase;
  376. }
  377.  
  378. #questions {
  379. padding:4px;
  380. border-radius:6px;
  381. background:#eee;
  382. min-height:28px;
  383. border-bottom:1px solid #ccc;
  384. font-weight: bold;
  385. }
  386.  
  387. #questions img{
  388. border-radius:6px;
  389. }
  390.  
  391. .player{
  392. margin-left:110px;
  393. margin-top:25px;
  394. position:absolute;
  395. padding:2px;
  396. max-width:135px;
  397. padding:2px;
  398. font-size:9px;
  399. text-transform:uppercase;
  400. z-index:999999;
  401. {block:PermalinkPage}
  402. margin-top:0px;
  403. {/block:PermalinkPage}
  404. }
  405.  
  406. .audioplayer{
  407. margin-top:20px;
  408. margin-left:20px;
  409. opacity:.7;
  410. width:27px;
  411. height:27px;
  412. border-radius:30px;
  413. overflow:hidden;
  414. background:#fff;
  415. padding:15px;
  416. }
  417.  
  418. #cover{
  419. width:100px;
  420. background:#eee;
  421. position:absolute;
  422. height:100px;
  423. display:inline-block;
  424. float:left;
  425. {block:PermalinkPage}
  426. margin-top:-20px;
  427. {/block:PermalinkPage}
  428. }
  429.  
  430. #cover img{
  431. width:100px;
  432. height:100px;
  433. {block:PermalinkPage}
  434. margin-top:0px;
  435. {/block:PermalinkPage}
  436. }
  437.  
  438. .playbutton {
  439. width:30px;
  440. height:30px;
  441. overflow:hidden;
  442. position:relative;
  443. z-index:1000;
  444. margin:0px;}
  445.  
  446. </style>
  447.  
  448. </head>
  449. <body>
  450.  
  451. <div id="sidebar">
  452. <img src="{image:Sidebar}">
  453. <div class="title"><a href="/">{Title}</a></div>
  454. <div id="desc">{Description}</div>
  455. <div class="links">
  456. <a href="/">{text:home title}</a><br>
  457. <a href="/ask">{text:ask title}</a><br>
  458. {block:IfLinkOne}
  459. <a href="{text:link 1}">{text:link 1 title}</a><br>
  460. {/block:IfLinkOne}
  461. {block:IfLinkTwo}
  462. <a href="{text:link 2}">{text:link 2 title}</a><br>
  463. {/block:IfLinkTwo}
  464. {block:IfLinkThree}
  465. <a href="{text:link 3}">{text:link 3 title}</a><br>
  466. {/block:IfLinkThree}
  467. {block:IfLinkFour}
  468. <a href="{text:link 4}">{text:link 4 title}</a><br>
  469. {/block:IfLinkFour}
  470. {block:IfLinkFive}
  471. <a href="{text:link 5}">{text:link 5 title}</a><br>
  472. {/block:IfLinkFive}
  473. {block:IfLinkSix}
  474. <a href="{text:link 6}">{text:link 6 title}</a><br>
  475. {/block:IfLinkSix}
  476. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  477. <a href="http://resiliens.tumblr.com/">theme</a>
  478. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  479. </div>
  480. </div>
  481.  
  482. <div id="entries">
  483.  
  484.  
  485. {block:Posts}
  486.  
  487.  
  488. {block:ContentSource}
  489. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  490. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  491. {/block:SourceLogo}
  492. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  493. {/block:ContentSource}
  494.  
  495. <div id="post">
  496.  
  497.  
  498. {block:Photo}
  499. {block:IndexPage}
  500. <a href="{permalink}"><img src="{PhotoURL-250}"/></a>
  501. <div class="p">
  502. <a href="{Permalink}">{NoteCountWithLabel}</a>
  503. <a href="{ReblogURL}"> ↺</a>
  504. </div>
  505. {/block:IndexPage}
  506. {block:PermalinkPage}
  507. <a href="{permalink}"><img src="{PhotoURL-500}"/></a>
  508. {/block:PermalinkPage}
  509. {/block:Photo}
  510.  
  511.  
  512.  
  513. {block:Photoset}
  514. {block:IndexPage}
  515. {Photoset-250}
  516. <div class="p">
  517. <a href="{Permalink}">{NoteCountWithLabel}</a>
  518. <a href="{ReblogURL}"> ↺</a>
  519. </div>
  520. {/block:IndexPage}
  521. {block:PermalinkPage}
  522. {Photoset-500}
  523. {/block:PermalinkPage}
  524. {/block:Photoset}
  525.  
  526. {block:Video}
  527. {block:IndexPage}
  528. {Video-250}
  529. <div class="p">
  530. <a href="{Permalink}">{NoteCountWithLabel}</a>
  531. <a href="{ReblogURL}"> ↺</a>
  532. </div>
  533. {/block:IndexPage}
  534. {block:PermalinkPage}
  535. {Video-500}
  536. {/block:PermalinkPage}
  537. {/block:Video}
  538.  
  539.  
  540. {block:Text}
  541. <div class="text">{Title}</div>{Body}
  542. <div class="perma">
  543. <a href="{Permalink}">{NoteCountWithLabel}</a>
  544. <a href="{ReblogURL}"> ↺</a>
  545. </div>
  546. {/block:Text}
  547.  
  548.  
  549. {block:Link}
  550. <div class="text" style="background:#eee; padding:2px; letter-spacing:1px; text-decoration:underline;"><a href="{URL}">{Name} →</a></div>
  551. {block:Description}{Description}{/block:Description}
  552. <div class="perma">
  553. <a href="{Permalink}">{NoteCountWithLabel}</a>
  554. <a href="{ReblogURL}"> ↺</a>
  555. </div>
  556. {/block:Link}
  557.  
  558.  
  559. {block:Quote}
  560. <div class="text">"{Quote}"</div>
  561. {block:Source}-{Source}{/block:Source}
  562. <div class="perma">
  563. <a href="{Permalink}">{NoteCountWithLabel}</a>
  564. <a href="{ReblogURL}"> ↺</a>
  565. </div>
  566. {/block:Quote}
  567.  
  568.  
  569. {block:Chat}
  570. {block:Lines}
  571. {block:Label}<br>
  572. <div class="text" div style="font-size:9px; padding:2px; background:#eee;">{Label}
  573. {/block:Label}
  574. &nbsp;{Line}</div>
  575. {/block:Lines}
  576. <div class="perma">
  577. <a href="{Permalink}">{NoteCountWithLabel}</a>
  578. <a href="{ReblogURL}"> ↺</a>
  579. </div>
  580. {/block:Chat}
  581.  
  582.  
  583. {block:Audio}
  584. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  585. {block:Artist}by {Artist}{/block:Artist}<br>
  586. {block:PlayCount}{PlayCount} plays{/block:PlayCount}
  587. </div>
  588. <div id="cover">
  589. {block:AlbumArt}
  590. <img src="{AlbumArtURL}">
  591. {/block:AlbumArt}</div>
  592. <div class="audioplayer"><div class="playbutton">
  593. {AudioPlayerWhite}</div></div><br><br>
  594. <div class="perma">
  595. <a href="{Permalink}">{NoteCountWithLabel}</a>
  596. <a href="{ReblogURL}"> ↺</a>
  597. </div>
  598. {/block:Audio}
  599.  
  600.  
  601.  
  602. {block:Answer}<div id="questions">
  603. <img src="{AskerPortraitURL-24}">{Asker}: {Question}</div>
  604. {Answer}
  605. <div class="perma">
  606. <a href="{Permalink}">{NoteCountWithLabel}</a>
  607. <a href="{ReblogURL}"> ↺</a>
  608. </div>
  609. {/block:Answer}
  610.  
  611. {block:PermalinkPage}<div id="n">
  612. <br>
  613. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  614. <br>
  615. {block:Date}{TimeAgo}{/block:Date}
  616. {block:NoteCount}
  617. {NoteCountWithLabel}
  618. {/block:NoteCount}
  619. <br>
  620. {block:Caption}
  621. {Caption}
  622. {/block:Caption}
  623. <br>
  624. {block:PostNotes}{PostNotes}{/block:PostNotes}
  625. </div>
  626. {/block:PermalinkPage}
  627. </div>
  628. {/block:Posts}
  629. </div>
  630.  
  631.  
  632.  
  633.  
  634. {block:IndexPage}
  635. {block:Pagination}
  636. <div id="pagination">
  637. {block:NextPage}
  638. <a id="nextPage" href="{NextPage}"></a>
  639. {/block:NextPage}
  640. {block:PreviousPage}
  641. <a href="{PreviousPage}"></a>
  642. {/block:PreviousPage}
  643. </div>
  644. {/block:Pagination}
  645. {/block:IndexPage}
  646.  
  647. </div>
  648. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  649. <div id="credit"><a href="http://resiliens.tumblr.com">credit</a></div>
  650. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  651. </div>
  652. </body>
  653. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement