Advertisement
ammetrine

Rhodochrosite Theme by Ammetrine

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