Advertisement
Annie_Schmitz

Native Theme

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