Advertisement
ammetrine

Sugilite Theme by Ammetrine

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