Advertisement
ammetrine

Rhodonite Theme by Ammetrine

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