Advertisement
ammetrine

Iolite Theme by Ammetrine

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