ammetrine

Peridot Theme by Ammetrine

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