Advertisement
ammetrine

Scapolite Theme by Ammetrine

Mar 26th, 2016
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link href='https://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  4. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  5. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. //
  11. $('a.poplight[href^=#]').click(function() {
  12. var popID = $(this).attr('rel'); //Get Popup Name
  13. var popURL = $(this).attr('href'); //Get Popup href to define size
  14. var query= popURL.split('?');
  15. var dim= query[1].split('&');
  16. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  17. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  18. var popMargTop = ($('#' + popID).height() + 80) / 2;
  19. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  20. //Apply Margin to Popup
  21. $('#' + popID).css({
  22. 'margin-top' : -popMargTop,
  23. 'margin-left' : -popMargLeft
  24. });
  25. $('body').append('<div id="fade"></div>');
  26. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  27. return false;
  28. });
  29. $('a.close, #fade').live('click', function() {
  30. $('#fade , .popup_block').fadeOut(function() {
  31. $('#fade, a.close').remove(); //fade them both out
  32. });
  33. return false;
  34. });
  35. });
  36. </script>
  37.  
  38.  
  39.  
  40.  
  41. <title>{Title}</title>
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47.  
  48. <meta name="image:Background" content=""/>
  49. <meta name="color:Background" content="#ffffff"/>
  50. <meta name="color:Blog Title" content="#888888"/>
  51. <meta name="color:Description" content="#888888" />
  52. <meta name="color:Text" content="#888888"/>
  53. <meta name="color:Link" content="#f7d1be"/>
  54. <meta name="color:Link Hover" content="#888888"/>
  55. <meta name="color:Scrollbar" content="#f7d1be"/>
  56. <meta name="color:Credit BG" content="#f7d1be"/>
  57. <meta name="color:Sidebar Border" content="#f7d1be"/>
  58. <meta name="color:Blog Border" content="#f7d1be"/>
  59. <meta name="color:perma text" content="#000"/>
  60. <meta name="color:perma text hover" content="#f7d1be"/>
  61. <meta name="color:perma BG" content="#fff"/>
  62. <meta name="color:perma border" content="#ffffff"/>
  63.  
  64.  
  65. <meta name="if:Show Custom Link 1" content="1"/>
  66. <meta name="if:Show Custom Link 2" content="1"/>
  67. <meta name="if:Show Custom Link 3" content="1"/>
  68.  
  69.  
  70. <meta name="text:Link 1 URL" content="" />
  71. <meta name="text:Link 1 Title" content="" />
  72. <meta name="text:Link 2 URL" content="" />
  73. <meta name="text:Link 2 Title" content="" />
  74. <meta name="text:Link 3 URL" content="" />
  75. <meta name="text:Link 3 Title" content="" />
  76.  
  77.  
  78. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  79.  
  80.  
  81. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  82. <script>
  83. (function($){
  84. $(document).ready(function(){
  85. $("[title]").style_my_tooltips({
  86. tip_follows_cursor:true,
  87. tip_delay_time:0,
  88. tip_fade_speed:0
  89. }
  90. );
  91. });
  92. })(jQuery);
  93. </script>
  94.  
  95.  
  96. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  97.  
  98.  
  99. <style type="text/css">
  100. #top {
  101. height:12px;
  102. width:100%;
  103. top:0;
  104. background-color:{color:Blog Border};
  105. z-index:9;
  106. position:fixed;}
  107.  
  108. #left {
  109. width:12px;
  110. height:100%;
  111. background-color:{color:Blog Border};
  112. z-index:999;
  113. left:0;
  114. position:fixed;}
  115.  
  116. ::-webkit-scrollbar-thumb{
  117. background-color:{color:scrollbar};
  118. border:1px solid {color:background};
  119. height:6px;
  120. }
  121.  
  122. ::-webkit-scrollbar {
  123. height:6px;
  124. width:4px;
  125. background-color:{color:background};
  126. }
  127.  
  128. #s-m-t-tooltip{
  129. position:absolute;
  130. margin-top: 15px;
  131. z-index:9999;
  132. background:{color:background};
  133. }
  134.  
  135.  
  136. body {
  137. background:{color:Background};
  138. color:{color:text};
  139. font-family: 'Raleway', sans-serif;family:courier;
  140. font-size:11px;
  141. text-align:justify;
  142. margin:0;
  143. line-height:16px;
  144.  
  145.  
  146. background-color:{color:Background};
  147. background-image:url('{image:background}');
  148. background-attachment:fixed;
  149.  
  150. }
  151.  
  152.  
  153. a {
  154. color:{color:link};
  155. text-decoration:none;
  156. -webkit-transition: all 0.2s ease-in-out;
  157. -moz-transition: all 0.2s ease-in-out;
  158. -o-transition: all 0.2s ease-in-out;
  159. }
  160.  
  161.  
  162. #sidebar {
  163. text-align:left;
  164. position:fixed;
  165. right:110px;
  166. top:280px;
  167. width:220px;
  168. padding:7px;
  169. background:#fff;
  170. }
  171.  
  172.  
  173. #blogt {
  174. font-size:22px;
  175. margin-bottom:5px;
  176. text-align:center;
  177. font-family: 'Raleway', sans-serif;
  178. text-transform:uppercase;
  179. color:{color:Blog Title};
  180. }
  181.  
  182. #description {
  183. border:solid 1px {color:Sidebar Border};
  184. padding:10px;
  185. height:113px;
  186. color:{color:Description};
  187. font-family: 'Raleway', sans-serif;
  188. text-align:left;
  189. }
  190.  
  191.  
  192. .navlinks {
  193. margin-top:-137px;
  194. left:230px;
  195. line-height:16px;
  196. text-transform:lowercase;
  197. position:relative;
  198. font-family: 'Raleway', sans-serif;
  199. text-align:left;
  200. }
  201.  
  202.  
  203. .navlinks a {
  204. margin-right:5px;
  205. margin-bottom:5px;
  206. display:inline-block;
  207. }
  208.  
  209.  
  210. .navlinks a:hover {
  211. color:{color:Link Hover};
  212. background:#fff;
  213. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  214. -webkit-transition:all 0.3s ease-in-out;
  215. -moz-transition:all 0.3s ease-in-out;
  216. transition:all 0.3s ease-in-out;
  217. }
  218.  
  219.  
  220. #con {
  221. left:50%;
  222. margin-left:-250px;
  223. position:absolute;
  224. }
  225.  
  226.  
  227. #entries {
  228. width:860px;
  229. margin-top:50px;
  230. margin-left:-300px;
  231.  
  232. {block:PermalinkPage}
  233. width:500px;
  234. {/block:PermalinkPage}
  235. }
  236.  
  237.  
  238. .posts {
  239. width:230px;
  240. float:left;
  241. margin-right:40px;
  242. padding:7px 7px 0px 7px;
  243. {block:IndexPage}
  244. margin-bottom:40px;
  245. {/block:IndexPage}
  246.  
  247.  
  248. {block:PermalinkPage}
  249. width:500px;
  250. margin-bottom:30px;
  251. position:relative;
  252. float:left;
  253. {/block:PermalinkPage}
  254. }
  255.  
  256.  
  257. .posts img {
  258. max-width:250px;
  259. }
  260.  
  261. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  262. .caption {width:100%;
  263. margin-top:10px;
  264.  
  265. }
  266.  
  267. #title {
  268. font-size:12px;
  269. line-height:18px;
  270. font-weight:bold;
  271. margin-bottom:10px;
  272. text-transform:uppercase;
  273. text-align:left;
  274. }
  275.  
  276.  
  277. .text {
  278. font-size:11px;
  279. font-family: 'Raleway', sans-serif;
  280. }
  281.  
  282.  
  283. .text a:hover {
  284. text-decoration:underline;
  285. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  286. -webkit-transition:all 0.3s ease-in-out;
  287. -moz-transition:all 0.3s ease-in-out;
  288. transition:all 0.3s ease-in-out;
  289. }
  290.  
  291.  
  292. #quote{
  293. text-align:left;
  294. font-size:14px;
  295. line-height:18px;
  296. font-weight:bold;
  297. }
  298.  
  299.  
  300. #quote a:hover {
  301. text-decoration:underline;
  302. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  303. -webkit-transition:all 0.3s ease-in-out;
  304. -moz-transition:all 0.3s ease-in-out;
  305. transition:all 0.3s ease-in-out;
  306. }
  307.  
  308.  
  309. #quotesource {
  310. margin-top:15px;
  311. margin-left:15px;
  312.  
  313. }
  314.  
  315.  
  316. .player {
  317. width:25px;
  318. height:25px;
  319. overflow:hidden;
  320. position:absolute;
  321. margin-left:12px;
  322. margin-top:12px;
  323. background:white;
  324. }
  325.  
  326.  
  327. .audioinfo {
  328. margin-left:70px;
  329. }
  330.  
  331.  
  332. .albumart {
  333. position:absolute;
  334. {block:IndexPage}
  335. width:60px;
  336. height:60px;
  337. {/block:IndexPage}
  338. {block:PermalinkPage}
  339. width:60px;
  340. height:60px;
  341. {/block:PermalinkPage}
  342. }
  343.  
  344.  
  345. .albumart img {
  346. float:left;
  347. {block:IndexPage}
  348. width:60px;
  349. height:60px;
  350. {/block:IndexPage}
  351. {block:PermalinkPage}
  352. width:60px;
  353. height:60px;
  354. {/block:PermalinkPage}
  355. }
  356.  
  357.  
  358. .question {
  359. margin-bottom:10px;
  360. }
  361.  
  362. .asker {
  363. font-weight:bold;
  364. }
  365.  
  366.  
  367. .answer {
  368. margin-top:10px;
  369. }
  370.  
  371.  
  372. .chat ol {
  373. padding:0;
  374. list-style:none;
  375. }
  376.  
  377.  
  378. .line {
  379. padding:5px 0;
  380. }
  381.  
  382.  
  383. .label {
  384. font-weight:bold;
  385. }
  386.  
  387.  
  388. #permalink {
  389. margin:5px;
  390. font-size:11px;
  391. text-align:left;
  392. padding:5px;
  393. opacity:0;
  394. position:absolute;
  395. top:0px;
  396. right:0px;
  397. background:{color:perma BG};
  398. border:solid 1px {color:perma border};
  399. }
  400.  
  401. .posts:hover #permalink {
  402. opacity:0.5;
  403. }
  404.  
  405.  
  406. #permalink a {
  407. margin-left:10px;
  408. color:{color:perma text};
  409. padding:3px;
  410. }
  411.  
  412.  
  413. #permalink a:hover {
  414. padding:3px;
  415. color:{color:perma text hover};
  416. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  417. -webkit-transition:all 0.3s ease-in-out;
  418. -moz-transition:all 0.3s ease-in-out;
  419. transition:all 0.3s ease-in-out;
  420. }
  421.  
  422.  
  423. .pagination {
  424. display:none;
  425. }
  426.  
  427.  
  428. .popup_block{
  429. display:none;
  430. background:#fff;
  431. padding:20px;
  432. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  433. float:left;
  434. position:fixed;
  435. top:50%;left:50%;
  436. z-index: 99999;
  437. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  438. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  439. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  440. }
  441.  
  442. *html #fade {position: absolute;}
  443. *html .popup_block {position: absolute;}
  444. #fade {
  445. display:none;
  446. position:fixed;
  447. left:0px;
  448. top:0px;
  449. width:100%;
  450. height:100%;
  451. z-index:9999;
  452. background:#000; /* change to #fff for solid white */
  453. opacity:0.5; /* change to opacity:1; */
  454. }
  455.  
  456.  
  457. .notes {
  458. padding-left:20px;
  459. font-size:11px;
  460. }
  461.  
  462. .pagination {
  463. display: none;
  464. }
  465.  
  466.  
  467. #credit {
  468. position:fixed;
  469. right:5px;
  470. bottom:5px;
  471. background:{color:Credit BG};
  472. padding-top:5px;
  473. padding-right:5px;
  474. padding-left:5px;
  475. padding-bottom:2px;
  476. font-size:12px;
  477. font-family: 'Raleway', sans-serif;
  478. z-index:9999;
  479. }
  480.  
  481. #credit a{
  482. color:#666;
  483. }
  484.  
  485. {CustomCSS}
  486. </style>
  487.  
  488. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  489.  
  490. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  491.  
  492. <script>
  493. $(function(){
  494. var $container = $('#entries');
  495. $container.imagesLoaded(function(){
  496. $container.masonry({
  497. itemSelector: '.posts',
  498. });
  499. });
  500. $container.infinitescroll({
  501. itemSelector : ".posts",
  502. navSelector : "div.pagination",
  503. nextSelector : ".pagination a#next",
  504. loadingImg : "",
  505. loadingText : "<em></em>",
  506. bufferPx : 10000,
  507. extraScrollPx: 12000,
  508. },
  509. // trigger Masonry as a callback
  510. function( newElements ) {
  511. var $newElems = $( newElements ).css({ opacity: 0 });
  512. // ensure that images load before adding to masonry layout
  513. $newElems.imagesLoaded(function(){
  514. $newElems.animate({ opacity: 1 });
  515. $container.masonry( 'appended', $newElems, true );
  516. });
  517. }
  518. );
  519. });
  520. </script>
  521.  
  522.  
  523. </head>
  524.  
  525. <body>
  526. <div id="top"></div>
  527. <div id="left"></div>
  528.  
  529. <div id="con">
  530.  
  531. <div id="credit"><a href="http://ammetrine.tumblr.com/">AT</a></div>
  532.  
  533. <div id="sidebar">
  534. <div id="blogt">{Title}</div>
  535. <div id="description">{Description}</div>
  536.  
  537. <div class="navlinks">
  538. <a href="/">home</a> <br>
  539. <a href="#?w=400" rel="box1" class="poplight">inbox</a> <br>
  540. <a href="/archive">archive</a> <br>
  541. {block:ifShowCustomlink1}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a><br>{/block:ifShowCustomLink1}
  542. {block:ifShowCustomlink2}<a href="{text:Link 2 URL}" >{text:Link 2 Title}</a><br>{/block:ifShowCustomLink2}
  543. {block:ifShowCustomlink3}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a><br>{/block:ifShowCustomLink3}
  544. <a href="http://ammetrine.tumblr.com" target="_blank"><i class="fa fa-copyright"></i>
  545. </a>
  546. </div>
  547.  
  548. </div>
  549.  
  550.  
  551. <div id="entries">
  552.  
  553. {block:Posts}
  554.  
  555. <div class="posts">
  556.  
  557. {block:Quote}
  558. <div class="quote">
  559. '<strong><i>{Quote}</i></strong>'
  560. </div>
  561. {block:Source}
  562. <br><div class="quotesource">— {Source}</div>
  563. {/block:Source}
  564.  
  565. {block:IndexPage}
  566. <div id="permalink">
  567. <a href="{Permalink}" >{NoteCount}</a>
  568. <a href="{ReblogURL}">reblog</a>
  569. </div>
  570. {/block:IndexPage}
  571. {/block:Quote}
  572.  
  573.  
  574. {block:Text}
  575. {block:Title}
  576. <div id="title">{Title}</div>
  577. {/block:Title}
  578. <div class="text">
  579. {Body}
  580. </div>
  581.  
  582. {block:IndexPage}
  583. <div id="permalink">
  584. <a href="{Permalink}" >{NoteCount}</a>
  585. <a href="{ReblogURL}">reblog</a>
  586. </div>
  587. {/block:IndexPage}
  588. {/block:Text}
  589.  
  590.  
  591. {block:Link}
  592. <div id="title">
  593. <a href="{URL}">{Name}</a>
  594. </div>
  595. {block:Description}{Description}{/block:Description}
  596.  
  597. {block:IndexPage}
  598. <div id="permalink">
  599. <a href="{Permalink}" >{NoteCount}</a>
  600. <a href="{ReblogURL}">reblog</a>
  601. </div>
  602. {/block:IndexPage}
  603. {/block:Link}
  604.  
  605.  
  606. {block:Chat}
  607. {block:Title}
  608. <h1>{Title}</h1>
  609. {/block:Title}
  610. <div class="chat">
  611. <ol>{block:Lines}
  612. <li class="line {Alt}">
  613. {block:Label}
  614. <span class="label">
  615. {Label}</span>
  616. {/block:Label}{Line}</li>
  617. {/block:Lines}
  618. </ol>
  619. </div>
  620.  
  621. {block:IndexPage}
  622. <div id="permalink">
  623. <a href="{Permalink}" >{NoteCount}</a>
  624. <a href="{ReblogURL}"</a>
  625. </div>
  626. {/block:IndexPage}
  627. {/block:Chat}
  628.  
  629.  
  630. {block:Photo}
  631. {block:IndexPage}
  632. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  633.  
  634. <div id="permalink">
  635. <a href="{Permalink}" >{NoteCount}</a>
  636. <a href="{ReblogURL}">reblog</a>
  637. </div>
  638. {/block:IndexPage}
  639.  
  640. {block:PermalinkPage}
  641. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  642. <br>
  643. {/block:PermalinkPage}
  644. {/block:Photo}
  645.  
  646.  
  647. {block:Photoset}
  648. {block:IndexPage}
  649. {Photoset}
  650.  
  651. <div id="permalink">
  652. <a href="{Permalink}" >{NoteCount}</a>
  653. <a href="{ReblogURL}">reblog</a>
  654. </div>
  655. {/block:IndexPage}
  656. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  657. {/block:Photoset}
  658.  
  659.  
  660. {block:Video}
  661. {Video-250}
  662.  
  663. {block:IndexPage}
  664. <div id="permalink">
  665. <a href="{Permalink}" >{NoteCount}</a>
  666. <a href="{ReblogURL}">reblog</a>
  667. </div>
  668. {/block:IndexPage}
  669. {/block:Video}
  670.  
  671.  
  672. {block:Audio}
  673. {block:AlbumArt}
  674. <div class="albumart">
  675. <img src="{AlbumArtURL}">
  676. </div>
  677. {/block:AlbumArt}
  678. <div class="player">{AudioPlayerWhite}</div>
  679.  
  680. <div class="audioinfo">
  681. Title: {block:TrackName}{TrackName}{/block:TrackName}<br>
  682.  
  683. Artist: {block:Artist}{Artist}{/block:Artist}<br>
  684.  
  685. Plays: {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}
  686.  
  687. {block:IndexPage}
  688. <div id="permalink">
  689. <a href="{Permalink}" >{NoteCount}</a>
  690. <a href="{ReblogURL}">reblog</a>
  691. </div>
  692. {/block:IndexPage}
  693. </div>
  694. {/block:Audio}
  695.  
  696.  
  697. {block:Answer}
  698. <div class="question">
  699. <div class="asker">{Asker} said: </div>
  700. {Question}
  701. </div>
  702. <div class="answer"><br><i>{Answer}</i></div>
  703.  
  704. {block:IndexPage}
  705. <div id="permalink">
  706. <a href="{Permalink}" >{NoteCount}</a>
  707. <a href="{ReblogURL}">reblog</a>
  708. </div>
  709. {/block:IndexPage}
  710. {/block:Answer}
  711.  
  712.  
  713.  
  714. {block:PermalinkPage}
  715. <div class="notes">
  716. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  717. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  718. {block:RebloggedFrom}
  719. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  720. {/block:RebloggedFrom}
  721. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  722. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  723. <br>{PostNotes}
  724. </div>
  725. {/block:PermalinkPage}
  726.  
  727. </div>
  728. {/block:Posts}
  729.  
  730. <div class="pagination">
  731. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  732. </div>
  733.  
  734.  
  735.  
  736. </div>
  737.  
  738. </div>
  739.  
  740. </body>
  741.  
  742. <div id="box1" class="popup_block">
  743. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  744.  
  745. </div>
  746.  
  747.  
  748. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement