ammetrine

Indicolite Theme by Ammetrine

Feb 10th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link href='https://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>
  4.  
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. //
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36.  
  37.  
  38.  
  39.  
  40. <title>{Title}</title>
  41.  
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46.  
  47. <meta name="image:Background" content=""/>
  48. <meta name="color:Background" content="#ffffff"/>
  49. <meta name="color:Blog Title" content="#D1F4FF"/>
  50. <meta name="color:Description" content="#666666" />
  51. <meta name="color:Text" content="#000000"/>
  52. <meta name="color:Link" content="#D1F4FF"/>
  53. <meta name="color:Link Hover" content="#81B7B8"/>
  54. <meta name="color:Scrollbar" content="#D1F4FF"/>
  55. <meta name="color:perma BG" content="D1F4FF"/>
  56. <meta name="color:popup border" content="D1F4FF"/>
  57.  
  58.  
  59. <meta name="if:Show Custom Link 1" content="1"/>
  60. <meta name="if:Show Custom Link 2" content="1"/>
  61. <meta name="if:Show Custom Link 3" content="1"/>
  62.  
  63.  
  64. <meta name="text:Link 1 URL" content="" />
  65. <meta name="text:Link 1 Title" content="" />
  66. <meta name="text:Link 2 URL" content="" />
  67. <meta name="text:Link 2 Title" content="" />
  68. <meta name="text:Link 3 URL" content="" />
  69. <meta name="text:Link 3 Title" content="" />
  70.  
  71.  
  72. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  73.  
  74.  
  75. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  76. <script>
  77. (function($){
  78. $(document).ready(function(){
  79. $("[title]").style_my_tooltips({
  80. tip_follows_cursor:true,
  81. tip_delay_time:0,
  82. tip_fade_speed:0
  83. }
  84. );
  85. });
  86. })(jQuery);
  87. </script>
  88.  
  89.  
  90. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  91.  
  92.  
  93. <style type="text/css">
  94. #left {
  95. width:40px;
  96. height:100%;
  97. background-color:#D1F4FF;
  98. z-index:999;
  99. left:0;
  100. position:fixed;}
  101.  
  102. #right {
  103. width:27px;
  104. height:100%;
  105. right:0;
  106. background-color:#D1F4FF;
  107. z-index:999;
  108. position:fixed;}
  109.  
  110. ::-webkit-scrollbar-thumb{
  111. background-color:{color:scrollbar};
  112. border:1px solid {color:background};
  113. height:6px;
  114. }
  115.  
  116. ::-webkit-scrollbar {
  117. height:6px;
  118. width:4px;
  119. background-color:{color:background};
  120. }
  121.  
  122. #s-m-t-tooltip{
  123. position:absolute;
  124. margin-top: 15px;
  125. z-index:9999;
  126. background:{color:background};
  127. }
  128.  
  129.  
  130. body {
  131. background:{color:Background};
  132. color:{color:text};
  133. font-family: 'Josefin Sans', sans-serif;ily:courier;
  134. font-size:11px;
  135. text-align:justify;
  136. margin:0;
  137. line-height:16px;
  138.  
  139.  
  140. background-color:{color:Background};
  141. background-image:url('{image:background}');
  142. background-attachment:fixed;
  143.  
  144. }
  145.  
  146.  
  147. a {
  148. color:{color:link};
  149. text-decoration:none;
  150. -webkit-transition: all 0.2s ease-in-out;
  151. -moz-transition: all 0.2s ease-in-out;
  152. -o-transition: all 0.2s ease-in-out;
  153. }
  154.  
  155.  
  156. #header {
  157. border:1px solid #666;
  158. text-align:left;
  159. position:fixed;
  160. left:425px;
  161. top:30px;
  162. width:500px;
  163. height:130px;
  164. padding:7px;
  165. background:#fff;
  166.  
  167. {block:if1column}
  168. margin-left:-200px;
  169. {/block:if1column}
  170.  
  171. {block:if2columns}
  172. margin-left:-230px;
  173. {/block:if2columns}
  174.  
  175. {block:if3columns}
  176. margin-left:-300px;
  177. {/block:if3columns}
  178. }
  179.  
  180.  
  181. #blogt {
  182. margin-top:10px;
  183. padding:10px;
  184. font-size:26px;
  185. text-align:center;
  186. font-family: 'Josefin Sans', sans-serif;
  187. text-transform:uppercase;
  188. color:{color:Blog Title};
  189. }
  190.  
  191.  
  192. .navlinks {
  193. font-size:14px;
  194. line-height:16px;
  195. text-transform:lowercase;
  196. position:relative;
  197. font-family: 'Josefin Sans', sans-serif;
  198. text-align:center;
  199. }
  200.  
  201.  
  202. .navlinks a {
  203. margin-right:5px;
  204. margin-bottom:5px;
  205. display:inline-block;
  206. }
  207.  
  208.  
  209. .navlinks a:hover {
  210. color:{color:Link Hover};
  211. background:#fff;
  212. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  213. -webkit-transition:all 0.3s ease-in-out;
  214. -moz-transition:all 0.3s ease-in-out;
  215. transition:all 0.3s ease-in-out;
  216. }
  217.  
  218.  
  219. #description {
  220. font-size:14px;
  221. margin:15px 0;
  222. color:{color:Description};
  223. font-family: 'Josefin Sans', sans-serif;
  224. text-align:center;
  225. }
  226.  
  227.  
  228. #con {
  229. left:50%;
  230. margin-left:-300px;
  231. position:absolute;
  232. }
  233.  
  234.  
  235. #entries {
  236. background:#fff;
  237. width:1100px;
  238. margin-top:200px;
  239. margin-left:-180px;
  240.  
  241. {block:PermalinkPage}
  242. width:500px;
  243. {/block:PermalinkPage}
  244. }
  245.  
  246.  
  247. .posts {
  248. width:200px;
  249. float:left;
  250. margin-right:40px;
  251. padding:7px 7px 0px 7px;
  252. {block:IndexPage}
  253. margin-bottom:40px;
  254. {/block:IndexPage}
  255.  
  256. {block:if3columns}
  257. width:180px;
  258. margin-right:30px;
  259. margin-bottom:30px;
  260. {/block:if3columns}
  261.  
  262. {block:PermalinkPage}
  263. width:500px;
  264. margin-bottom:30px;
  265. position:relative;
  266. float:left;
  267. {/block:PermalinkPage}
  268. }
  269.  
  270.  
  271. .posts img {
  272. max-width:250px;
  273. }
  274.  
  275. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  276. .caption {width:100%;
  277. margin-top:10px;
  278.  
  279. }
  280.  
  281. #title {
  282. font-size:12px;
  283. line-height:18px;
  284. font-weight:bold;
  285. margin-bottom:10px;
  286. text-transform:uppercase;
  287. text-align:left;
  288. }
  289.  
  290.  
  291. .text {
  292. font-size:11px;
  293. font-family: 'Josefin Sans', sans-serif;
  294. }
  295.  
  296.  
  297. .text a:hover {
  298. text-decoration:underline;
  299. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  300. -webkit-transition:all 0.3s ease-in-out;
  301. -moz-transition:all 0.3s ease-in-out;
  302. transition:all 0.3s ease-in-out;
  303. }
  304.  
  305.  
  306. #quote{
  307. text-align:left;
  308. font-size:14px;
  309. line-height:18px;
  310. font-weight:bold;
  311. }
  312.  
  313.  
  314. #quote a:hover {
  315. text-decoration:underline;
  316. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  317. -webkit-transition:all 0.3s ease-in-out;
  318. -moz-transition:all 0.3s ease-in-out;
  319. transition:all 0.3s ease-in-out;
  320. }
  321.  
  322.  
  323. #quotesource {
  324. margin-top:15px;
  325. margin-left:15px;
  326.  
  327. }
  328.  
  329.  
  330. .player {
  331. width:25px;
  332. height:25px;
  333. overflow:hidden;
  334. position:absolute;
  335. margin-left:12px;
  336. margin-top:12px;
  337. background:white;
  338. }
  339.  
  340.  
  341. .audioinfo {
  342. margin-left:70px;
  343. }
  344.  
  345.  
  346. .albumart {
  347. position:absolute;
  348. {block:IndexPage}
  349. width:60px;
  350. height:60px;
  351. {/block:IndexPage}
  352. {block:PermalinkPage}
  353. width:60px;
  354. height:60px;
  355. {/block:PermalinkPage}
  356. }
  357.  
  358.  
  359. .albumart img {
  360. float:left;
  361. {block:IndexPage}
  362. width:60px;
  363. height:60px;
  364. {/block:IndexPage}
  365. {block:PermalinkPage}
  366. width:60px;
  367. height:60px;
  368. {/block:PermalinkPage}
  369. }
  370.  
  371.  
  372. .question {
  373. margin-bottom:10px;
  374. }
  375.  
  376. .asker {
  377. font-weight:bold;
  378. }
  379.  
  380.  
  381. .answer {
  382. margin-top:10px;
  383. }
  384.  
  385.  
  386. .chat ol {
  387. padding:0;
  388. list-style:none;
  389. }
  390.  
  391.  
  392. .line {
  393. padding:5px 0;
  394. }
  395.  
  396.  
  397. .label {
  398. font-weight:bold;
  399. }
  400.  
  401.  
  402. #permalink {
  403. margin:5px;
  404. font-size:11px;
  405. text-align:left;
  406. padding:3px;
  407. opacity:0;
  408. position:absolute;
  409. top:10px;
  410. right:10px;
  411. background:{color:perma BG};
  412. border-radius:3px;
  413. }
  414.  
  415. .posts:hover #permalink {
  416. opacity:1;
  417. }
  418.  
  419.  
  420. #permalink a {
  421. margin-left:10px;
  422. color:#666;
  423. padding:3px;
  424. }
  425.  
  426.  
  427. #permalink a:hover {
  428. padding:3px;
  429. color:{color:Link Hover};
  430. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  431. -webkit-transition:all 0.3s ease-in-out;
  432. -moz-transition:all 0.3s ease-in-out;
  433. transition:all 0.3s ease-in-out;
  434. }
  435.  
  436.  
  437. .pagination {
  438. display:none;
  439. }
  440.  
  441.  
  442. .popup_block{
  443. display:none;
  444. background:#fff;
  445. padding:20px;
  446. border:10px solid {color:popup border}; /* if you want a solid white pop-up, delete this */
  447. float:left;
  448. position:fixed;
  449. top:50%;left:50%;
  450. z-index: 99999;
  451. }
  452.  
  453. *html #fade {position: absolute;}
  454. *html .popup_block {position: absolute;}
  455. #fade {
  456. display:none;
  457. position:fixed;
  458. left:0px;
  459. top:0px;
  460. width:100%;
  461. height:100%;
  462. z-index:9999;
  463. background:#000; /* change to #fff for solid white */
  464. opacity:0.5; /* change to opacity:1; */
  465. }
  466.  
  467.  
  468. .notes {
  469. padding-left:20px;
  470. font-size:11px;
  471. }
  472.  
  473. .pagination {
  474. display: none;
  475. }
  476.  
  477.  
  478. #credit {
  479. position:fixed;
  480. right:5px;
  481. z-index:9999;
  482. bottom:3px;
  483. }
  484.  
  485.  
  486. {CustomCSS}
  487. </style>
  488.  
  489. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  490.  
  491. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  492.  
  493. <script>
  494. $(function(){
  495. var $container = $('#entries');
  496. $container.imagesLoaded(function(){
  497. $container.masonry({
  498. itemSelector: '.posts',
  499. });
  500. });
  501. $container.infinitescroll({
  502. itemSelector : ".posts",
  503. navSelector : "div.pagination",
  504. nextSelector : ".pagination a#next",
  505. loadingImg : "",
  506. loadingText : "<em></em>",
  507. bufferPx : 10000,
  508. extraScrollPx: 12000,
  509. },
  510. // trigger Masonry as a callback
  511. function( newElements ) {
  512. var $newElems = $( newElements ).css({ opacity: 0 });
  513. // ensure that images load before adding to masonry layout
  514. $newElems.imagesLoaded(function(){
  515. $newElems.animate({ opacity: 1 });
  516. $container.masonry( 'appended', $newElems, true );
  517. });
  518. }
  519. );
  520. });
  521. </script>
  522.  
  523.  
  524. </head>
  525.  
  526. <body>
  527. <div id="right"></div>
  528. <div id="left"></div>
  529.  
  530. <div id="con">
  531.  
  532. <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>
  533.  
  534. <div id="header">
  535. <div id="blogt">{Title}</div>
  536. <div id="description">{Description}</div>
  537. <div class="navlinks">
  538. <a href="/">home</a>
  539. <a href="#?w=400" rel="box1" class="poplight">inbox</a>
  540. <a href="/archive">archive</a>
  541. {block:ifShowCustomlink1}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  542. {/block:ifShowCustomLink1}
  543. {block:ifShowCustomlink2}<a href="{text:Link 2 URL}" >{text:Link 2 Title}</a>{/block:ifShowCustomLink2}
  544. {block:ifShowCustomlink3}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:ifShowCustomLink3}
  545. <a href="http://ammetrine.tumblr.com" target="_blank">theme</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>
Add Comment
Please, Sign In to add comment