Advertisement
ammetrine

Taaffeite Theme by Ammetrine

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