aethemes

Zephyr Theme by Aesthetic Themes.

Aug 16th, 2013
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.46 KB | None | 0 0
  1. <!--
  2. Zephyr Theme, designed and created by Maria (SYNTHAZE on Tumblr). Brought to you by Aesthetic Themes.
  3.  
  4. By using this theme you're agreeing to NOT to do any of the following:
  5. - Removing the credit(s) or alter them in any way;
  6. - Stealing any parts/codes of the theme and claiming them as yours;
  7. - Editing the HTML and claiming it to be yours;
  8. - Using this theme as base code;
  9.  
  10. **Violating any of these terms will result in blog suspension/termination**
  11. -->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. {/block:Description}
  21. <meta name="font:body" content="">
  22.  
  23. <meta name="image:background" content="http://static.tumblr.com/eogznet/Zxvmrmv8m/whitebricks.gif">
  24. <meta name="image:banner" content="">
  25.  
  26. <meta name="color:background" content="#EFEFEF">
  27. <meta name="color:post area background" content="#FFFFFF">
  28. <meta name="color:body" content="#eeeeee">
  29. <meta name="color:header" content="#aaddee">
  30. <meta name="color:link" content="#b8d4d8">
  31. <meta name="color:link hover" content="#39b7cd">
  32. <meta name="color:scrollbar" content="#aaddee">
  33. <meta name="color:sidebar background" content="#FFFFFF">
  34.  
  35. <meta name="text:font size"content="12px">
  36.  
  37. <meta name="if:three columns"content="0">
  38. <meta name="if:transparent sidebar" content="0">
  39. <meta name="if:transparent post area" content="0">
  40. <meta name="if:animated buttons" content="0">
  41. <meta name="if:banner" content="0">
  42. <meta name="if:custom font one" content="0">
  43. <meta name="if:custom font two" content="1">
  44. <meta name="if:link 1" content="1">
  45. <meta name="if:link 2" content="0">
  46. <meta name="if:fullscreen background" content="0">
  47.  
  48. <meta name="text:posts font size"content="11px">
  49. <meta name="text:sidebar font size"content="11px">
  50. <meta name="text:link 1"content="/link">
  51. <meta name="text:link 1 title" content="link 1">
  52. <meta name="text:link 2" content="">
  53. <meta name="text:link 2 title"content="link 2">
  54.  
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Yellowtail|Pacifico|Raleway:400,100' rel='stylesheet' type='text/css'>
  57. <link href='http://fonts.googleapis.com/css?family=Muli:400' rel='stylesheet' type='text/css'>
  58.      
  59.    
  60. <style type="text/css">
  61. ::-webkit-scrollbar{width:5px;height:5px;}
  62. ::-webkit-scrollbar-button:start:decrement
  63. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  64. ::-webkit-scrollbar-track-piece{background-color:{color:background};}
  65. ::-webkit-scrollbar-thumb:vertical{height:50px;background-color:{color:Scrollbar};}
  66. ::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:{color:Scrollbar};}
  67.  
  68.  
  69.  body {
  70.     background:{color:background};
  71.     background-image:url({image:background});
  72.     font-family:muli;
  73.     font-size:{text:posts font size};
  74.     color:{color:body};
  75.     margin:auto;
  76.     {block:iffullscreenbackground}
  77.     background-attachment: fixed;
  78.     background-image: no-repeat;
  79.     -webkit-background-size: cover;
  80.     -moz-background-size: cover;
  81.     -o-background-size: cover;
  82.     background-size: cover;
  83.     {/block:iffullscreenbackground}
  84. }
  85.  
  86. a {
  87.     color:{color:link};
  88.     border-bottom:0px dotted #858585; text-decoration:none;
  89.     }
  90.  
  91. a:hover {
  92.     text-decoration:none;
  93. }
  94.  
  95.  
  96.  
  97.  
  98. #content {
  99.     background:{color:post area background};
  100.     {block:iftransparentpostarea}
  101.     background:transparent;
  102.     {/block:iftransparentpostarea}
  103.     width: 735px;
  104.     {block:ifthreecolumns}
  105.     width:735px;
  106.     padding-top:15px;
  107.     padding-left:15px;
  108.     {/block:ifthreecolumns}
  109.     left:380px;
  110.     top:0px;
  111.     margin:auto;
  112.     float:left;
  113.     position:fixed;
  114. }
  115.  
  116.  
  117. .posts {
  118.     padding: 8px;
  119.     overflow: hidden;
  120.     background:transparent;
  121.     margin:3.5%;
  122.     width:300px;
  123.     {block:ifthreecolumns}
  124.     width:200px;
  125.     margin:1.5%;
  126.     {/block:ifthreecolumns}
  127.     float:left;
  128.     {block:permalinkpage}
  129.     width:500px;
  130.     height:auto;
  131.     margin-left:100px;
  132.     float:center;
  133.     {/block:permalinkpage}
  134. }
  135.  
  136.  
  137. .posts img {
  138.     max-width: 100%;
  139. }
  140.  
  141.  
  142.  
  143.  #sidebar {
  144.     text-align:center;
  145.     position:fixed;
  146.     margin:auto;
  147.     top:220px;
  148.     left:50px;
  149.     width:250px;
  150.     height:auto;
  151.     text-align: justify;
  152.     background:{color:sidebar background};
  153.     {block:iftransparentsidebar}
  154.     background:transparent;
  155.     {/block:iftransparentsidebar}
  156.     padding: 1px;
  157.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  158.    }
  159.  
  160.  
  161.  
  162.  
  163.  
  164. .title{
  165.     text-align:center;
  166.     font-family:{block:ifcustomfontone}yellowtail{/block:ifcustomfontone}{block:ifcustomfonttwo}pacifico{/block:ifcustomfonttwo};
  167.     font-size:35px;
  168.     padding: 5px;
  169.     margin-left:5px;
  170.     margin-top:-5px;
  171.     color:{color:header};
  172.     letter-spacing: 1px;
  173.     height:auto;
  174.     text-transform:normal;
  175. }
  176.  
  177.  
  178.  
  179.  
  180. #description{
  181.     padding-bottom:0px;
  182.     margin-top:0px;
  183.     text-align:center;
  184.     font-family:muli;
  185.     font-size:{text:sidebar font size};
  186.     }
  187.  
  188.  
  189. #links{
  190.     font-family:raleway;
  191.     font-weight:100;
  192.     font-size:13.5px;
  193.     text-align:center;
  194.     padding:5px;
  195.     text-transform:uppercase;
  196.     }
  197.  
  198. blockquote {
  199.     border-left: 1px solid #efefef;
  200.     padding: 1px 1px 1px 10px;
  201.     margin: 5px;
  202. }
  203.  
  204.  
  205.  
  206. #captions {
  207.     background: #FFF;
  208.     display: block;
  209.     padding: 1px 10px 1px 10px;
  210.     margin-top: 10px;
  211.     {block:ifnotcaptions}
  212.     display: none;
  213.     {/block:ifnotcaptions}
  214. }
  215.  
  216. #audiocaptions {
  217.     display: block;
  218.     padding: 1px 10px 1px 10px;
  219.     margin-top: 10px;
  220.     border-top: 1px solid #F0F0F0;
  221.     {block:IfNotCaptions}
  222.     {block:IndexPage}
  223.     display: none;
  224.     {/block:IndexPage}
  225.     {/block:IfNotCaptions}
  226. }
  227.  
  228.  
  229.    
  230.     .permalink_text{
  231.         background:transparent;
  232.         text-align:right;
  233.         position:relative;
  234.         margin-top: -10px;
  235.         font-size:{text:font size};
  236.         opacity: 0;filter: alpha(opacity = 0);
  237.         -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  238.         }
  239.        
  240. .permalink_text a{
  241.     text-decoration:none;
  242.     }
  243.  
  244. div.posts:hover .permalink_text{
  245.     margin-top: -4px;
  246.     opacity:1;
  247.     border:none;
  248.     filter: alpha(opacity = 100);
  249.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  250.     }
  251.    
  252.     #photo_permalink {
  253.     border-radius:1.5px;
  254.     padding:4px;
  255.     position: absolute;
  256.     bottom: 20px;
  257.     left: 20px;
  258.     {block:ifanimatedbuttons}
  259.     bottom: -10px;
  260.     left: -5px;
  261.     {/block:ifanimatedbuttons}
  262.     height:20px;
  263.     width:20px;
  264.     opacity: 0;
  265.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  266.     text-align: center;
  267.     background-color:transparent;
  268.     {block:PermalinkPage}
  269.     display: none
  270.     {/block:PermalinkPage}
  271.     }
  272.    
  273.    
  274. #photo_permalink a {
  275.     -webkit-transition-duration: .3s;  
  276.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  277.     opacity:0.9;
  278.     }
  279.    
  280. #photo_permalink a:hover {
  281.     text-decoration:none;
  282.     color:{color:link hover};
  283.     opacity: 0.9;
  284.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  285.     }
  286. .posts:hover #photo_permalink {
  287.     {block:ifanimatedbuttons}
  288.     bottom: 20px;
  289.     left: 20px;
  290.     {block:ifanimatedbuttons}
  291.     opacity: 0.9;
  292.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  293.    
  294.     }
  295.    
  296.    
  297. #second_permalink {
  298.     padding:4px;
  299.     border-radius:1.5px;
  300.     position: absolute;
  301.     bottom:20px;
  302.     left:55px;
  303.     {block:ifanimatedbuttons}
  304.     bottom: -5px;
  305.     left: -2px;
  306.     {/block:ifanimatedbuttons}
  307.     height:20px;
  308.     width:20px;
  309.     opacity: 0;
  310.     text-align: center;
  311.     background-color:transparent;
  312.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  313.     {block:PermalinkPage}
  314.     display: none;
  315.     {/block:PermalinkPage}
  316.     }
  317.        
  318.    
  319. #second_permalink a {
  320.     color:{color:body};
  321.      text-decoration:none;
  322.     -webkit-transition-duration: .3s;
  323.     color: {color:body};
  324.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  325.     }
  326.    
  327. #second_permalink a:hover {
  328.     text-decoration:none;
  329.     color:{color:link hover};
  330.     opacity: 0.6;
  331.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  332.     }
  333. .posts:hover #second_permalink {
  334.     {block:ifanimatedbuttons}
  335.     bottom: 20px;
  336.     left: 60px;
  337.     {/block:ifanimatedbuttons}
  338.     opacity: 0.9;
  339.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  340.    
  341.     }
  342.    
  343.     #notes_permalink {
  344.     padding:4px;
  345.     border-radius:1.5px;
  346.     position: absolute;
  347.     bottom:19px;
  348.     left:90px;
  349.     {block:ifanimatedbuttons}
  350.     bottom: -20px;
  351.     left: -4px;
  352.     {/block:ifanimatedbuttons}
  353.     font-family:muli;
  354.     font-size:15px;
  355.     text-transform:bold;
  356.     color:white;
  357.     height:20px;
  358.     width:auto;
  359.     opacity: 0;
  360.      text-align: center;
  361.     background-color:transparent;
  362.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  363.     {block:PermalinkPage}
  364.     display: none;
  365.     {/block:PermalinkPage}
  366.     }
  367.        
  368.    
  369. #notes_permalink a {
  370.     color:{color:body};
  371.      text-decoration:none;
  372.     color:white;
  373.     font-family:helvetica;
  374.     font-size:13px;
  375.     text-transform:bold;
  376.     }
  377.    
  378. #notes_permalink a:hover {
  379.     text-decoration:none;
  380.     color:{color:link hover};
  381.     opacity: 0.6;
  382.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  383.     }
  384. .posts:hover #notes_permalink {
  385.     {block:ifanimatedbuttons}
  386.     bottom: 19px;
  387.     left: 100px;
  388.     {/block:ifanimatedbuttons}
  389.     opacity: 0.9;
  390.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  391.    
  392.     }
  393.    
  394.    
  395. .like_and_reblog_buttons {
  396.                 list-style: none;
  397.                 opacity:1;
  398.             }
  399.  
  400.             .like_and_reblog_buttons li {
  401.                 float: left;
  402.                 margin-left:-40px;
  403.                 margin-top:-11px;
  404.                 padding: 0px 0px;
  405.                 height: 5px;
  406.                 opacity:1;
  407.             }
  408.  
  409.             .like_and_reblog_buttons li:first-child {
  410.                 opacity:1;
  411.             }
  412.    
  413.    
  414.  
  415. .pagination {
  416. display: none;
  417. }
  418.  
  419.  
  420.  
  421. #albumart img {
  422.     width: 70px;
  423.     height: 70px;
  424. }
  425.  
  426.  
  427.  
  428.  
  429. #tumblr_controls{
  430. position:absolute !important;
  431. -webkit-filter: invert(100%)
  432. }
  433.  
  434. .scrollup{
  435.      width:60px;
  436.     height:50px;
  437.     opacity:1;
  438.     position:fixed;
  439.     bottom:50px;
  440.     right:100px;
  441.     display:none;
  442.     text-indent:-9999px;
  443.     background: url('http://static.tumblr.com/eogznet/keymrj2lm/grey.png') no-repeat;
  444. }
  445.  
  446.  
  447.  </style>
  448. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  449.  
  450. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  451.  
  452. <script>
  453. $(function(){
  454. var $container = $('#content');
  455. $container.imagesLoaded(function(){
  456. $container.masonry({
  457. itemSelector: '.posts',
  458. });
  459. });
  460. $container.infinitescroll({
  461. itemSelector : ".posts",
  462. navSelector : "div.pagination",
  463. nextSelector : ".pagination a#next",
  464. loadingImg : "",
  465. loadingText : "<em></em>",
  466. bufferPx : 10000,
  467. extraScrollPx: 12000,
  468. },
  469. // trigger Masonry as a callback
  470. function( newElements ) {
  471.   var $newElems = $( newElements ).css({ opacity: 0 });
  472. // ensure that images load before adding to masonry layout
  473. $newElems.imagesLoaded(function(){
  474. $newElems.animate({ opacity: 1 });
  475. $container.masonry( 'appended', $newElems, true );
  476. });
  477. }
  478. );
  479. });
  480. </script>
  481.  
  482. <script type="text/javascript">
  483.     $(document).ready(function(){
  484.  
  485.         $(window).scroll(function(){
  486.             if ($(this).scrollTop() > 200) {
  487.                 $('.scrollup').fadeIn();
  488.             } else {
  489.                 $('.scrollup').fadeOut();
  490.             }
  491.         });
  492.  
  493.         $('.scrollup').click(function(){
  494.             $("html, body").animate({ scrollTop: 0 }, 800);
  495.             return false;
  496.         });
  497.  
  498.     });
  499. </script>
  500.  
  501.  
  502. </head>
  503.  
  504.  <a href="#" class="scrollup" style="position:fixed;bottom:0px; right: 50px;"></a>
  505.  
  506. <body>
  507.  
  508. <div class="pagination">
  509. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next"></a>{/block:NextPage}{/block:Pagination}
  510. </div>
  511.  
  512. <div id="content">
  513.  <div id="sidebar">
  514.  {block:ifnotbanner}
  515. <div class="title">
  516. {Title}
  517. </div>
  518. {block:ifnotbanner}
  519. {block:ifbanner}
  520. <center>
  521. <img src="{image:banner}" height="60">
  522. {/block:ifbanner}
  523. <div id="description">
  524. {Description}
  525. </div>
  526. <div id="links">
  527. <a href="/">HOME</a>&nbsp;&nbsp;
  528. {block:iflink1}
  529. <a href="{text:link 1}">{text:link 1 title}</a>&nbsp;&nbsp;  
  530. {/block:iflink1}
  531. {block:iflink2}
  532. <a href="{text:link 2}">{text:link 2 title}</a>&nbsp;&nbsp;  
  533. {/block:iflink2}
  534. <a href="http://aesthetic-themes.tumblr.com/">THEME</a>
  535. </div>
  536.  </div>
  537.  
  538. {block:Posts}
  539.  
  540.  
  541. <div class="posts">
  542.  
  543.  
  544. {block:Text}
  545.  
  546.         {block:Title}
  547.             <b>{Title}</b>
  548.         {/block:Title}
  549.        
  550.         {Body}
  551. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  552. {/block:Text}
  553.  
  554.  
  555.  
  556.  
  557.  
  558. {block:Photo}
  559.  
  560.         <center>
  561.         <div id="second_permalink"><a href="{Permalink}"><center>
  562.         <ul class="like_and_reblog_buttons">
  563.               <li>{LikeButton color="white"}</li>
  564.           </ul></div></a>
  565.         <div id="photo_permalink">
  566.          <ul class="like_and_reblog_buttons">
  567.               <li>{ReblogButton color="white"}</li>
  568.           </ul></div>
  569.         <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  570.         </center>
  571.    
  572.  
  573. {/block:Photo}
  574.  
  575.  
  576.  
  577. {block:Photoset}
  578.  
  579.     <div class="photoset">
  580.     <div id="second_permalink"><a href="{Permalink}"><center>
  581.         <ul class="like_and_reblog_buttons">
  582.               <li>{LikeButton color="white"}</li>
  583.           </ul></div></a>
  584.         <div id="photo_permalink">
  585.          <ul class="like_and_reblog_buttons">
  586.               <li>{ReblogButton color="white"}</li>
  587.           </ul></div>
  588.           <div id="notes_permalink">
  589.        <a href="{Permalink}"><b>{NoteCount}</b></a>
  590.         </div>
  591.       {Photoset-250}
  592.          
  593.     </div>
  594.        
  595.        
  596.  
  597. {/block:Photoset}
  598.  
  599.  
  600.  
  601. {block:Quote}
  602.  
  603.         ❝{Quote}❞
  604.        
  605.         {block:Source}
  606.             <br><br>—{Source}
  607.         {/block:Source}
  608. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  609. {/block:Quote}
  610.  
  611.  
  612.  
  613. {block:Link}
  614.  
  615.    <b> <a href="{URL}" {Target}> {Name}</a> </b>
  616.        
  617.         {block:Description}
  618.         {Description}
  619.         {/block:Description}
  620.        {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  621. {/block:Link}
  622.  
  623.  
  624.  
  625. {block:Chat}
  626.  
  627.     {block:Title}
  628.     {Title}
  629.     {/block:Title}
  630.        
  631.             <ul>
  632.             {block:Lines}
  633.             <li>{block:Label}{Label}{/block:Label} {Line}</li>
  634.             {/block:Lines}
  635.             </ul>
  636. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  637. {/block:Chat}
  638.  
  639.  
  640.  
  641. {block:Audio}
  642.  
  643.         <div id="albumart">
  644.         {block:AlbumArt}
  645.         <img src="{AlbumArtURL}">
  646.         {/block:AlbumArt}
  647.         </div>
  648.  
  649.     {AudioPlayerGrey}
  650.    
  651.         {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  652.         {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  653.         {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  654.         <b>Plays:</b> {PlayCount}<br>
  655.        
  656.         {block:Caption}
  657.         <div id="audiocaptions">
  658.         {Caption}</div>
  659.         {/block:Caption}
  660. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  661. {/block:Audio}
  662.  
  663.  
  664.  
  665. {block:Video}
  666.  
  667.     <div class="video">
  668.         {block:IndexPage}{Video-250}{/block:IndexPage}
  669.         {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  670.     </div>
  671.        
  672.         {block:Caption}
  673.         <div id="captions">
  674.         {Caption}</div>
  675.         {/block:Caption}
  676. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  677. {/block:Video}
  678.  
  679.  
  680.  
  681. {block:Answer}
  682.  
  683.     <b>{Asker}</b>: {Question}
  684.    <br>
  685.         {Answer}
  686. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  687. {/block:Answer}
  688.  
  689.  
  690.  
  691. {block:PermalinkPage}</a>
  692. <a href="{Permalink}">Posted {Month} {DayOfMonth}, {Year} with</a><a href="{Permalink}">&nbsp;{NoteCountWithLabel}</a>
  693. {/block:Date}
  694.  
  695. {block:RebloggedFrom}
  696. <br>reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  697. <br>original post: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  698. {/block:RebloggedFrom}{block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}
  699. {block:HasTags}
  700. <br>tags: {block:Tags}<a href="{TagURL}">#{tag} </a> {/block:Tags}
  701. {/block:HasTags}
  702. <br>
  703. {Captions}
  704. <br><br>
  705. <div align="left">
  706. {block:PostNotes}
  707. {PostNotes}
  708. {/block:PostNotes}
  709. </div>
  710. </div>
  711. {/block:PermalinkPage}
  712. </div>
  713. {/block:Posts}
  714. </div>
  715. </div>
  716. </div>
  717. </center>
  718. <!--Please refrain from removing this code unless you've messaged us. Erasing this code and other theme credits violates our themes' Terms and Conditions. We will find out, and we won't hestitate to contact Tumblr and terminate your account.!-->
  719. <div style="position:fixed;bottom:16px;right:15px;z-index:9999999;"><a href="http://aesthetic-themes.tumblr.com/"><img src="http://static.tumblr.com/eogznet/aKvmr12r1/ae.png" height="25" title="Aesthetic Themes"></a></div>
  720.  
  721. <div style="position:absolute;z-index:99999999; !important;top:27px;right:3px;-webkit-filter:invert(100%);"><a href="http://aesthetic-themes.tumblr.com/"><img src="http://static.tumblr.com/wpm3fau/FLGmm1cfw/it.png"></a></div>
  722. </body>
  723. </html>
Advertisement
Add Comment
Please, Sign In to add comment