Advertisement
ammetrine

Rose Quartz Theme by Ammetrine

Dec 23rd, 2015
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.00 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  4.  
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. //
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36.  
  37.  
  38.  
  39.  
  40. <title>{Title}</title>
  41.  
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46.  
  47. <meta name="image:Background" content=""/>
  48. <meta name="color:Background" content="#ffffff"/>
  49. <meta name="color:Blog Title" content="#f7cac9"/>
  50. <meta name="color:Description" content="#666666" />
  51. <meta name="color:Text" content="#000000"/>
  52. <meta name="color:Link" content="#f7cac9"/>
  53. <meta name="color:Link Hover" content="#92a8d1"/>
  54. <meta name="color:Scrollbar" content="#f7cac9"/>
  55. <meta name="color:popup border" content="#f7cac9"/>
  56. <meta name="color:dots" content="#92a8d1"/>
  57. <meta name="color:border" content="#f7cac9"/>
  58. <meta name="color:post border" content="#f7cac9"/>
  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. ::-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: 'Lato', sans-serif;mily:arial;
  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. #sidebar {
  144. text-align:left;
  145. position:fixed;
  146. right:60px;
  147. top:280px;
  148. width:240px;
  149. height:100px;
  150. padding:7px;
  151. background:#fff;
  152. {block:if3columns}
  153. margin-left:-300px;
  154. {/block:if3columns}
  155. }
  156.  
  157.  
  158. #blogt {
  159. font-size:20px;
  160. margin:10px;
  161. text-align:center;
  162. font-family: 'Lato', sans-serif;
  163. text-transform:uppercase;
  164. color:{color:Blog Title};
  165. }
  166.  
  167. #circlecon {
  168. position:relative;
  169. width:32px;
  170. margin-left:auto;
  171. margin-right:auto;
  172. }
  173.  
  174. .circle {
  175. width:5px;
  176. height:5px;
  177. margin:0px 2px;
  178. background-color:{color:dots};
  179. border-radius:100%;
  180. position:relative;
  181. display:inline-block;
  182. }
  183.  
  184.  
  185. .navlinks {
  186. margin-left:15px;
  187. display:inline-block;
  188. font-size:10px;
  189. text-transform:uppercase;
  190. position:relative;
  191. font-family: 'Lato', sans-serif;
  192. text-align:center;
  193. }
  194.  
  195.  
  196. .navlinks a {
  197. margin:5px;
  198. display:inline-block;
  199. }
  200.  
  201.  
  202. .navlinks a:hover {
  203. color:{color:Link Hover};
  204. background:#fff;
  205. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  206. -webkit-transition:all 0.3s ease-in-out;
  207. -moz-transition:all 0.3s ease-in-out;
  208. transition:all 0.3s ease-in-out;
  209. }
  210.  
  211.  
  212. #description {
  213. margin-top:10px;
  214. color:{color:Description};
  215. font-family: 'Lato', sans-serif;
  216. text-align:center;
  217. }
  218.  
  219.  
  220. #con {
  221. border:1px solid {color:border};
  222. margin:12px;
  223. }
  224.  
  225.  
  226. #entries {
  227. width:900px;
  228. margin-left:100px;
  229. margin-top:40px;
  230.  
  231. {block:PermalinkPage}
  232. width:500px;
  233. {/block:PermalinkPage}
  234. }
  235.  
  236.  
  237. .posts {
  238. border:1px solid {color:post border};
  239. width:250px;
  240. float:left;
  241. margin-right:40px;
  242. padding:4px 4px 0px 4px;
  243. {block:IndexPage}
  244. margin-bottom:40px;
  245. {/block:IndexPage}
  246.  
  247. {block:if3columns}
  248. width:180px;
  249. margin-right:30px;
  250. margin-bottom:30px;
  251. {/block:if3columns}
  252.  
  253. {block:PermalinkPage}
  254. width:500px;
  255. margin-bottom:30px;
  256. position:relative;
  257. float:left;
  258. {/block:PermalinkPage}
  259. }
  260.  
  261.  
  262. .posts img {
  263. max-width:250px;
  264. }
  265.  
  266. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  267. .caption {width:100%;
  268. margin-top:10px;
  269.  
  270. }
  271.  
  272. #title {
  273. font-size:12px;
  274. line-height:18px;
  275. font-weight:bold;
  276. margin-bottom:10px;
  277. text-transform:uppercase;
  278. text-align:left;
  279. }
  280.  
  281.  
  282. .text {
  283. font-size:11px;
  284. font-family: 'Lato', sans-serif;
  285. }
  286.  
  287.  
  288. .text a:hover {
  289. text-decoration:underline;
  290. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  291. -webkit-transition:all 0.3s ease-in-out;
  292. -moz-transition:all 0.3s ease-in-out;
  293. transition:all 0.3s ease-in-out;
  294. }
  295.  
  296.  
  297. #quote{
  298. text-align:left;
  299. font-size:14px;
  300. line-height:18px;
  301. font-weight:bold;
  302. }
  303.  
  304.  
  305. #quote a:hover {
  306. text-decoration:underline;
  307. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  308. -webkit-transition:all 0.3s ease-in-out;
  309. -moz-transition:all 0.3s ease-in-out;
  310. transition:all 0.3s ease-in-out;
  311. }
  312.  
  313.  
  314. #quotesource {
  315. margin-top:15px;
  316. margin-left:15px;
  317.  
  318. }
  319.  
  320.  
  321. .player {
  322. width:25px;
  323. height:25px;
  324. overflow:hidden;
  325. position:absolute;
  326. margin-left:12px;
  327. margin-top:12px;
  328. background:white;
  329. }
  330.  
  331.  
  332. .audioinfo {
  333. margin-left:70px;
  334. }
  335.  
  336.  
  337. .albumart {
  338. position:absolute;
  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. .albumart img {
  351. float:left;
  352. {block:IndexPage}
  353. width:60px;
  354. height:60px;
  355. {/block:IndexPage}
  356. {block:PermalinkPage}
  357. width:60px;
  358. height:60px;
  359. {/block:PermalinkPage}
  360. }
  361.  
  362.  
  363. .question {
  364. margin-bottom:10px;
  365. }
  366.  
  367. .asker {
  368. font-weight:bold;
  369. }
  370.  
  371.  
  372. .answer {
  373. margin-top:10px;
  374. }
  375.  
  376.  
  377. .chat ol {
  378. padding:0;
  379. list-style:none;
  380. }
  381.  
  382.  
  383. .line {
  384. padding:5px 0;
  385. }
  386.  
  387.  
  388. .label {
  389. font-weight:bold;
  390. }
  391.  
  392.  
  393. #permalink {
  394. margin:5px;
  395. font-size:11px;
  396. text-align:right;
  397. padding:5px;
  398. opacity:0;
  399. position:absolute;
  400. top:-2px;
  401. right:-1px;
  402. background:#fff;
  403. border-bottom:solid 1px #f7cac9;
  404. border-left:solid 1px #f7cac9;
  405. }
  406.  
  407. .posts:hover #permalink {
  408. opacity:1;
  409. }
  410.  
  411.  
  412. #permalink a {
  413. color:{color:link};
  414. padding:3px;
  415. }
  416.  
  417.  
  418. #permalink a:hover {
  419. padding:3px;
  420. color:{color:Link Hover};
  421. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  422. -webkit-transition:all 0.3s ease-in-out;
  423. -moz-transition:all 0.3s ease-in-out;
  424. transition:all 0.3s ease-in-out;
  425. }
  426.  
  427.  
  428. .pagination {
  429. display:none;
  430. }
  431.  
  432.  
  433. .popup_block{
  434. display:none;
  435. background:#fff;
  436. padding:20px;
  437. border:5px solid {color:popup border}; /* if you want a solid white pop-up, delete this */
  438. float:left;
  439. position:fixed;
  440. top:50%;left:50%;
  441. z-index: 99999;
  442. }
  443.  
  444. *html #fade {position: absolute;}
  445. *html .popup_block {position: absolute;}
  446. #fade {
  447. display:none;
  448. position:fixed;
  449. left:0px;
  450. top:0px;
  451. width:100%;
  452. height:100%;
  453. z-index:9999;
  454. background:#000; /* change to #fff for solid white */
  455. opacity:0.5; /* change to opacity:1; */
  456. }
  457.  
  458.  
  459. .notes {
  460. padding-left:20px;
  461. font-size:11px;
  462. }
  463.  
  464. .pagination {
  465. display: none;
  466. }
  467.  
  468.  
  469. #credit {
  470. position:fixed;
  471. right:17px;
  472. z-index:9999;
  473. bottom:3px;
  474. }
  475.  
  476.  
  477. {CustomCSS}
  478. </style>
  479.  
  480. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  481.  
  482. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  483.  
  484. <script>
  485. $(function(){
  486. var $container = $('#entries');
  487. $container.imagesLoaded(function(){
  488. $container.masonry({
  489. itemSelector: '.posts',
  490. });
  491. });
  492. $container.infinitescroll({
  493. itemSelector : ".posts",
  494. navSelector : "div.pagination",
  495. nextSelector : ".pagination a#next",
  496. loadingImg : "",
  497. loadingText : "<em></em>",
  498. bufferPx : 10000,
  499. extraScrollPx: 12000,
  500. },
  501. // trigger Masonry as a callback
  502. function( newElements ) {
  503. var $newElems = $( newElements ).css({ opacity: 0 });
  504. // ensure that images load before adding to masonry layout
  505. $newElems.imagesLoaded(function(){
  506. $newElems.animate({ opacity: 1 });
  507. $container.masonry( 'appended', $newElems, true );
  508. });
  509. }
  510. );
  511. });
  512. </script>
  513.  
  514.  
  515. </head>
  516.  
  517. <body>
  518.  
  519. <div id="con">
  520.  
  521. <div id="credit"><a href="http://ammetrine.tumblr.com/" target="_blank" title="ammetrine's themes"><img src="http://38.media.tumblr.com/tumblr_lu2de5CqUh1qfoi4t.gif"></a></div>
  522.  
  523. <div id="sidebar">
  524. <div id="blogt">{Title}</div>
  525. <div class="navlinks">
  526. <a href="/">home</a><div class="circle"></div>
  527. <a href="#?w=400" rel="box1" class="poplight">inbox</a><div class="circle"></div>
  528. <a href="/archive">archive</a><div class="circle"></div>
  529. {block:ifShowCustomlink1}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a><div class="circle"></div>{/block:ifShowCustomLink1}
  530. {block:ifShowCustomlink2}<a href="{text:Link 2 URL}" >{text:Link 2 Title}</a><div class="circle"></div>{/block:ifShowCustomLink2}
  531. {block:ifShowCustomlink3}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a><div class="circle"></div>{/block:ifShowCustomLink3}
  532. <a href="http://ammetrine.tumblr.com" target="_blank">theme</a>
  533. </div>
  534. <div id="description">{Description}</div>
  535. <div id="circlecon">
  536. <div class="circle"></div>
  537. <div class="circle"></div>
  538. <div class="circle"></div>
  539. </div>
  540. </div>
  541.  
  542.  
  543. <div id="entries">
  544.  
  545. {block:Posts}
  546.  
  547. <div class="posts">
  548.  
  549. {block:Quote}
  550. <div class="quote">
  551. '<strong><i>{Quote}</i></strong>'
  552. </div>
  553. {block:Source}
  554. <br><div class="quotesource">— {Source}</div>
  555. {/block:Source}
  556.  
  557. {block:IndexPage}
  558. <div id="permalink">
  559. <a href="{Permalink}" >{NoteCount}</a><div class="circle"></div>
  560. <a href="{ReblogURL}">reblog</a>
  561. </div>
  562. {/block:IndexPage}
  563. {/block:Quote}
  564.  
  565.  
  566. {block:Text}
  567. {block:Title}
  568. <div id="title">{Title}</div>
  569. {/block:Title}
  570. <div class="text">
  571. {Body}
  572. </div>
  573.  
  574. {block:IndexPage}
  575. <div id="permalink">
  576. <a href="{Permalink}" >{NoteCount}</a><div class="circle"></div>
  577. <a href="{ReblogURL}">reblog</a>
  578. </div>
  579. {/block:IndexPage}
  580. {/block:Text}
  581.  
  582.  
  583. {block:Link}
  584. <div id="title">
  585. <a href="{URL}">{Name}</a>
  586. </div>
  587. {block:Description}{Description}{/block:Description}
  588.  
  589. {block:IndexPage}
  590. <div id="permalink">
  591. <a href="{Permalink}" >{NoteCount}</a><div class="circle"></div>
  592. <a href="{ReblogURL}">reblog</a>
  593. </div>
  594. {/block:IndexPage}
  595. {/block:Link}
  596.  
  597.  
  598. {block:Chat}
  599. {block:Title}
  600. <h1>{Title}</h1>
  601. {/block:Title}
  602. <div class="chat">
  603. <ol>{block:Lines}
  604. <li class="line {Alt}">
  605. {block:Label}
  606. <span class="label">
  607. {Label}</span>
  608. {/block:Label}{Line}</li>
  609. {/block:Lines}
  610. </ol>
  611. </div>
  612.  
  613. {block:IndexPage}
  614. <div id="permalink">
  615. <a href="{Permalink}" >{NoteCount}</a><div class="circle"></div>
  616. <a href="{ReblogURL}"</a>
  617. </div>
  618. {/block:IndexPage}
  619. {/block:Chat}
  620.  
  621.  
  622. {block:Photo}
  623. {block:IndexPage}
  624. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  625.  
  626. <div id="permalink">
  627. <a href="{Permalink}" >{NoteCount}</a><div class="circle"></div>
  628. <a href="{ReblogURL}">reblog</a>
  629. </div>
  630. {/block:IndexPage}
  631.  
  632. {block:PermalinkPage}
  633. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  634. <br>
  635. {/block:PermalinkPage}
  636. {/block:Photo}
  637.  
  638.  
  639. {block:Photoset}
  640. {block:IndexPage}
  641. {Photoset}
  642.  
  643. <div id="permalink">
  644. <a href="{Permalink}" >{NoteCount}</a><div class="circle"></div>
  645. <a href="{ReblogURL}">reblog</a>
  646. </div>
  647. {/block:IndexPage}
  648. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  649. {/block:Photoset}
  650.  
  651.  
  652. {block:Video}
  653. {Video-250}
  654.  
  655. {block:IndexPage}
  656. <div id="permalink">
  657. <a href="{Permalink}" >{NoteCount}</a><div class="circle"></div>
  658. <a href="{ReblogURL}">reblog</a>
  659. </div>
  660. {/block:IndexPage}
  661. {/block:Video}
  662.  
  663.  
  664. {block:Audio}
  665. {block:AlbumArt}
  666. <div class="albumart">
  667. <img src="{AlbumArtURL}">
  668. </div>
  669. {/block:AlbumArt}
  670. <div class="player">{AudioPlayerWhite}</div>
  671.  
  672. <div class="audioinfo">
  673. Title: {block:TrackName}{TrackName}{/block:TrackName}<br>
  674.  
  675. Artist: {block:Artist}{Artist}{/block:Artist}<br>
  676.  
  677. Plays: {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}
  678.  
  679. {block:IndexPage}
  680. <div id="permalink">
  681. <a href="{Permalink}" >{NoteCount}</a><div class="circle"></div>
  682. <a href="{ReblogURL}">reblog</a>
  683. </div>
  684. {/block:IndexPage}
  685. </div>
  686. {/block:Audio}
  687.  
  688.  
  689. {block:Answer}
  690. <div class="question">
  691. <div class="asker">{Asker} said: </div>
  692. {Question}
  693. </div>
  694. <div class="answer"><br><i>{Answer}</i></div>
  695.  
  696. {block:IndexPage}
  697. <div id="permalink">
  698. <a href="{Permalink}" >{NoteCount}</a><div class="circle"></div>
  699. <a href="{ReblogURL}">reblog</a>
  700. </div>
  701. {/block:IndexPage}
  702. {/block:Answer}
  703.  
  704.  
  705.  
  706. {block:PermalinkPage}
  707. <div class="notes">
  708. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  709. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  710. {block:RebloggedFrom}
  711. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  712. {/block:RebloggedFrom}
  713. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  714. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  715. <br>{PostNotes}
  716. </div>
  717. {/block:PermalinkPage}
  718.  
  719. </div>
  720. {/block:Posts}
  721.  
  722. <div class="pagination">
  723. {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}
  724. </div>
  725.  
  726.  
  727.  
  728. </div>
  729.  
  730. </div>
  731.  
  732. </body>
  733.  
  734. <div id="box1" class="popup_block">
  735. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  736.  
  737. </div>
  738.  
  739.  
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement