Advertisement
ammetrine

CHRYSOBERYL Theme by Ammetrine

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