aethemes

Aero by Aesthetic Themes

Jun 5th, 2013
3,389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.37 KB | None | 0 0
  1. <!--
  2.  
  3. Aero theme brought to you by Aesthetic-Themes on Tumblr.
  4.  
  5. by using this theme you agree to NOT do any of the following:
  6.  
  7. -removing/altering any credit(s)
  8.  
  9. -use this theme as a base code
  10.  
  11. -stealing parts of the coding and claiming it as yours
  12.  
  13. *violation of any of these will result in blog suspension/termination.*
  14.  
  15. -->
  16.  
  17. {block:ifclicktoshowsidebar}
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
  19.  
  20. <script type="text/javascript">
  21.  
  22. $(document).ready(function(){
  23.     $(".con").hide(0);
  24.   $(".title,.con").click(function(){
  25.     $(".con").slideToggle(500);
  26.   });
  27. });
  28. </script>
  29. {/block:ifclicktoshowsidebar}
  30.  
  31. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  32. <head><title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35.  
  36. {block:Description}
  37. <meta name="description" content="{MetaDescription}" />
  38. {/block:Description}
  39. <meta name="font:body" content="">
  40.  
  41. <meta name="image:background" content="">
  42. <meta name="image:header" content="">
  43. <meta name="image:banner"content="">
  44.  
  45. <meta name="color:background" content="#ffffff">
  46. <meta name="color:body" content="#858585">
  47. <meta name="color:header" content="#000000">
  48. <meta name="color:header title" content="#ffffff">
  49. <meta name="color:header text" content="#ffffff">
  50. <meta name="color:link" content="#C0A172">
  51. <meta name="color:link hover" content="#ffffff">
  52. <meta name="color:scrollbar" content="#C0A172">
  53.  
  54. <meta name="text:link 1"content="/">
  55. <meta name="text:link 1 title" content="link 1">
  56. <meta name="text:link 2" content="/">
  57. <meta name="text:link 2 title"content="link 2">
  58. <meta name="text:link 3" content="/">
  59. <meta name="text:link 3 title" content="link 3">
  60. <meta name="text:link 4" content="/">
  61. <meta name="text:link 4 title" content="link 4">
  62. <meta name="text:link 5" content="/">
  63. <meta name="text:link 5 title" content="link 5">
  64. <meta name="text:link 6" content="/">
  65. <meta name="text:link 6 title" content="link 6">
  66.  
  67. <meta name="if:3 columns" content="0">
  68. <meta name="if:4 columns" content="1">
  69. <meta name="if:5 columns" content="0">
  70. <meta name="if:banner" content="0">
  71. <meta name="if:click to show sidebar" content="1">
  72.  
  73. <meta name="text:font size"content="12px">
  74. <meta name="text:header font size"content="25px">
  75.  
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Quicksand|Raleway' rel='stylesheet' type='text/css'>
  78.    
  79. <style type="text/css">
  80. ::-webkit-scrollbar{width:5px;height:5px;}
  81. ::-webkit-scrollbar-button:start:decrement
  82. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  83. ::-webkit-scrollbar-track-piece{background-color:{color:background};}
  84. ::-webkit-scrollbar-thumb:vertical{height:50px;background-color:{color:Scrollbar};}
  85. ::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:{color:Scrollbar};}
  86.  
  87. @font-face {
  88.     font-family: 'neou';
  89.     src: url('http://static.tumblr.com/wpm3fau/8L2mlyyg4/neou-thin.ttf') format('truetype');
  90.    }
  91.  
  92.  
  93.  body {
  94.     font-family:raleway;
  95.     font-size:{text:font size};
  96.     color:{color:body};
  97.     margin:auto;
  98.     background-image:url({image:background});
  99.     background-size:cover;
  100.     background-color:{color:background};
  101. }
  102.  
  103. a {
  104.     color:{color:link};
  105.     text-decoration:none;
  106.     }
  107.  
  108. a:hover {
  109. text-decoration:none;
  110. text-shadow: {color:link hover} 0 0 100px;
  111. -webkit-transition: all 0.2s linear;
  112. -webkit-transition: all 0.2s linear;
  113. -moz-transition: all 0.2s linear;
  114. transition: all 0.2s linear;
  115.  
  116. }
  117.  
  118.  
  119.  
  120.  
  121. #content {
  122.     width: 1330px;
  123.     left:25px;
  124.     top:150px;
  125.     margin:auto;
  126.     float:left;
  127.     position:relative;
  128.     {block:if3columns}
  129.     width: 1300px;
  130.     left:55px;
  131.     top:145px;
  132.     {/block:if3columns}
  133.     {block:if5columns}
  134.     width: 1310px;
  135.     left:45px;
  136.     {/block:if5columns}
  137. }
  138.  
  139.  
  140. .posts {
  141.     padding: 8px;
  142.     overflow: hidden;
  143.     background:transparent;
  144.     margin:1.5%;
  145.     width:270px;
  146.     {block:if3columns}
  147.     width:350px;
  148.     margin:2%;
  149.     {/block:if3columns}
  150.     {block:if5columns}
  151.     width:200px;
  152.     margin:1.8%
  153.     {/block:if5columns}
  154.     float:left;
  155.     {block:permalinkpage}
  156.     width:500px;
  157.     height:auto;
  158.     margin-left:400px;
  159.     float:center;
  160.     {/block:permalinkpage}
  161. }
  162.  
  163.  
  164. .posts img {
  165.     max-width: 100%;
  166. }
  167.  
  168.  
  169.  #sidebar {
  170.     z-index:999;
  171.     text-align:center;
  172.     position:fixed;
  173.     top:0px;
  174.     left:0px;
  175.     width:100%;
  176.     height:auto;
  177.     text-align: justify;
  178.     background-color:{color:header};
  179.     background-image:url({image:header});
  180.     background-size:cover;
  181.     padding: 1px;
  182.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  183.    }
  184.  
  185.  
  186.  
  187.  
  188.  
  189. .title{
  190.     text-align:center;
  191.     font-family:neou;
  192.     font-size:80px;
  193.     padding: 5px;
  194.     margin-left:5px;
  195.     margin-top:-5px;
  196.     color:{color:header title};
  197.     letter-spacing: 1px;
  198.     height:auto;
  199. }
  200.  
  201. .con{
  202. width:auto;
  203. height:auto;
  204. text-align:center;
  205. padding:5px;
  206. }
  207.  
  208.  
  209. #description{
  210.     font-size:13px;
  211.     text-align:center;
  212.     font-family:raleway;
  213.     color:{color:header text};
  214.     }
  215.  
  216. #links{
  217.     text-transform:uppercase;
  218.     font-size:18px;
  219.     font-family:quicksand;
  220.     padding:5px;
  221.     }
  222.  
  223. blockquote {
  224.     border-left: 1px solid #efefef;
  225.     padding: 1px 1px 1px 10px;
  226.     margin: 5px;
  227. }
  228.  
  229.  
  230.  
  231. #captions {
  232.     background: #FFF;
  233.     display: block;
  234.     padding: 1px 10px 1px 10px;
  235.     margin-top: 10px;
  236.     {block:ifnotcaptions}
  237.     display: none;
  238.     {/block:ifnotcaptions}
  239. }
  240.  
  241. #audiocaptions {
  242.     display: block;
  243.     padding: 1px 10px 1px 10px;
  244.     margin-top: 10px;
  245.     border-top: 1px solid #F0F0F0;
  246.     {block:IfNotCaptions}
  247.     {block:IndexPage}
  248.     display: none;
  249.     {/block:IndexPage}
  250.     {/block:IfNotCaptions}
  251. }
  252.  
  253.  
  254.    
  255.     .permalink_text{
  256.         background:transparent;
  257.         text-align:right;
  258.         position:relative;
  259.         margin-top: -10px;
  260.         font-size:{text:font size};
  261.         opacity: 0;filter: alpha(opacity = 0);
  262.         -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  263.         }
  264.        
  265. .permalink_text a{
  266.     text-decoration:none;
  267.     }
  268.  
  269. div.posts:hover .permalink_text{
  270.     margin-top: -2px;
  271.     opacity:1;
  272.     border:none;
  273.     filter: alpha(opacity = 100);
  274.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  275.     }
  276.    
  277.     #photo_permalink {
  278.     border-radius:3px;
  279.     padding:2px;
  280.     position: absolute;
  281.     bottom: 20px;
  282.     left: 20px;
  283.     height:20px;
  284.     width:auto;
  285.     opacity: 0;
  286.     background:white;
  287.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  288.     text-align: center;
  289.     {block:PermalinkPage}
  290.     display: none
  291.     {/block:PermalinkPage}
  292.     }
  293.    
  294.    
  295.  
  296. .posts:hover #photo_permalink {
  297.     opacity:0.9;
  298.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  299.    
  300.     }
  301.    
  302.    
  303. #notes_perma {
  304.     border-radius:3px;
  305.     padding:5px;
  306.     position: absolute;
  307.     bottom: 20px;
  308.     left:86px;
  309.     height:auto;
  310.     width:auto;
  311.     opacity: 0;
  312.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  313.     text-align: center; background-color:white;
  314.     {block:PermalinkPage}
  315.     display: none
  316.     {/block:PermalinkPage}
  317.     }
  318.        
  319.    
  320. #notes_perma a {
  321.     color:{color:body};
  322.      text-decoration:none;
  323.     -webkit-transition-duration: .3s;
  324.     color: {color:body};
  325.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  326.     font-family:{font:body};
  327.     font-size:{text:font size};
  328.     }
  329.    
  330. #notes_perma a:hover {
  331.     text-decoration:none;
  332.     color:{color:link hover};
  333.     opacity: 0.6;
  334.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  335.     }
  336. .posts:hover #notes_perma {
  337.     opacity: 0.9;
  338.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  339.     }
  340.    
  341.     #like_perma {
  342.     border-radius:3px;
  343.     padding:2px;
  344.     position: absolute;
  345.     bottom: 20px;
  346.     left: 55px;
  347.     height:20px;
  348.     width:auto;
  349.     opacity: 0;
  350.      -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  351.     text-align: center; background-color:white;
  352.     {block:PermalinkPage}
  353.     display: none
  354.     {/block:PermalinkPage}
  355.     }
  356.        
  357. .posts:hover #like_perma {
  358.     opacity: 0.9;
  359.     -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
  360.    
  361.     }
  362.    
  363.    
  364.  
  365. .pagination {
  366. display: none;
  367. }
  368.  
  369.  
  370.  
  371. #albumart img {
  372.     width: 70px;
  373.     height: 70px;
  374. }
  375.  
  376.  
  377.  
  378.  
  379. #tumblr_controls{
  380. position:absolute !important;
  381. -webkit-filter: invert(100%)
  382. }
  383.  
  384. </style>
  385. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  386.  
  387. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  388.  
  389. <script>
  390. $(function(){
  391. var $container = $('#content');
  392. $container.imagesLoaded(function(){
  393. $container.masonry({
  394. itemSelector: '.posts',
  395. });
  396. });
  397. $container.infinitescroll({
  398. itemSelector : ".posts",
  399. navSelector : "div.pagination",
  400. nextSelector : ".pagination a#next",
  401. loadingImg : "",
  402. loadingText : "<em></em>",
  403. bufferPx : 10000,
  404. extraScrollPx: 12000,
  405. },
  406. // trigger Masonry as a callback
  407. function( newElements ) {
  408.   var $newElems = $( newElements ).css({ opacity: 0 });
  409. // ensure that images load before adding to masonry layout
  410. $newElems.imagesLoaded(function(){
  411. $newElems.animate({ opacity: 1 });
  412. $container.masonry( 'appended', $newElems, true );
  413. });
  414. }
  415. );
  416. });
  417. </script>
  418.  
  419.  
  420. </head>
  421.  
  422.  
  423. <body>
  424.  
  425. <div class="pagination">
  426. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next"></a>{/block:NextPage}{/block:Pagination}
  427. </div>
  428.  
  429. <div id="content">
  430.  <div id="sidebar">
  431. <div class="title">
  432. {block:ifnotbanner}
  433. {Title}
  434. {/block:ifnotbanner}
  435. {block:ifbanner}
  436. <img src="{image:banner}" height="100">
  437. {/block:ifbanner}
  438.  </div>
  439. <div class="con">
  440. <div id="description">
  441. {Description}
  442. </div>
  443. <div id="links">
  444. <a href="/">home</a> &nbsp;&nbsp;&nbsp;
  445. <a href="{text:link 1}">{text:link 1 title}</a> &nbsp;&nbsp;&nbsp;
  446. {/block:iflink1}
  447. {block:iflink2}
  448. <a href="{text:link 2}">{text:link 2 title}</a> &nbsp;&nbsp;&nbsp;
  449. {/block:iflink2}
  450. {block:iflink3}
  451. <a href="{text:link 3}">{text:link 3 title}</a> &nbsp;&nbsp;&nbsp;
  452. {/block:iflink3}
  453. {block:iflink4}
  454. <a href="{text:link 4}">{text:link 4 title}</a> &nbsp;&nbsp;&nbsp;
  455. {/block:iflink4}
  456. {block:iflink5}
  457. <a href="{text:link 5}">{text:link 5 title}</a> &nbsp;&nbsp;&nbsp;
  458. {/block:iflink5}
  459. {block:iflink6}
  460. <a href="{text:link 6}">{text:link 6 title}</a> &nbsp;&nbsp;&nbsp;
  461. {/block:iflink6}
  462. <a href="http://aesthetic-themes.tumblr.com/">theme</a>
  463. </div>
  464. </div>
  465.      
  466.  </div>
  467.  
  468. {block:Posts}
  469.  
  470.  
  471. <div class="posts">
  472.  
  473.  
  474. {block:Text}
  475.  
  476.         {block:Title}
  477.             <b>{Title}</b>
  478.         {/block:Title}
  479.        
  480.         {Body}
  481. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  482. {/block:Text}
  483.  
  484.  
  485.  
  486.  
  487.  
  488. {block:Photo}
  489.  
  490.         <center>
  491.         <div id="notes_perma"><a href="{Permalink}"><center>{NoteCount}</a></div>
  492.         <div id="photo_permalink">
  493.         <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/j1tjexd/p25m8ecft/reblog.png" title="reblog" height="20"></a></div>
  494.         <div id="like_perma">
  495.         <img height="20" style="height:20px" src="http://static.tumblr.com/j1tjexd/raBm8ecgy/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"
  496.    </div></div>
  497.         <img src="{PhotoURL-500}">
  498.         </center>
  499.    
  500.  
  501. {/block:Photo}
  502.  
  503.  
  504.  
  505. {block:Photoset}
  506.  
  507.     <div class="photoset">
  508.      <div id="notes_perma"><a href="{Permalink}"><center>{NoteCount}</a></div>
  509.         <div id="photo_permalink">
  510.         <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/j1tjexd/p25m8ecft/reblog.png" title="reblog" height="20"></a></div>
  511.         <div id="like_perma">
  512.         <img height="20" style="height:20px" src="http://static.tumblr.com/j1tjexd/raBm8ecgy/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"
  513.    </div></div>
  514.         {Photoset-250}
  515.          
  516.     </div>
  517.        
  518.        
  519.  
  520. {/block:Photoset}
  521.  
  522.  
  523.  
  524. {block:Quote}
  525.  
  526.         ❝{Quote}❞
  527.        
  528.         {block:Source}
  529.             <br><br>—{Source}
  530.         {/block:Source}
  531. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  532. {/block:Quote}
  533.  
  534.  
  535.  
  536. {block:Link}
  537.  
  538.    <b> <a href="{URL}" {Target}> {Name}</a> </b>
  539.        
  540.         {block:Description}
  541.         {Description}
  542.         {/block:Description}
  543.        {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  544. {/block:Link}
  545.  
  546.  
  547.  
  548. {block:Chat}
  549.  
  550.     {block:Title}
  551.     {Title}
  552.     {/block:Title}
  553.        
  554.             <ul>
  555.             {block:Lines}
  556.             <li>{block:Label}{Label}{/block:Label} {Line}</li>
  557.             {/block:Lines}
  558.             </ul>
  559. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  560. {/block:Chat}
  561.  
  562.  
  563.  
  564. {block:Audio}
  565.  
  566.         <div id="albumart">
  567.         {block:AlbumArt}
  568.         <img src="{AlbumArtURL}">
  569.         {/block:AlbumArt}
  570.         </div>
  571.  
  572.     {AudioPlayerGrey}
  573.    
  574.         {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  575.         {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  576.         {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  577.         <b>Plays:</b> {PlayCount}<br>
  578.        
  579.         {block:Caption}
  580.         <div id="audiocaptions">
  581.         {Caption}</div>
  582.         {/block:Caption}
  583. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  584. {/block:Audio}
  585.  
  586.  
  587.  
  588. {block:Video}
  589.  
  590.     <div class="video">
  591.         {block:IndexPage}{Video-250}{/block:IndexPage}
  592.         {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  593.     </div>
  594.        
  595.         {block:Caption}
  596.         <div id="captions">
  597.         {Caption}</div>
  598.         {/block:Caption}
  599. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  600. {/block:Video}
  601.  
  602.  
  603.  
  604. {block:Answer}
  605.  
  606.     <b>{Asker}</b>: {Question}
  607.    <br>
  608.         {Answer}
  609. {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  610. {/block:Answer}
  611.  
  612.  
  613.  
  614. {block:PermalinkPage}</a>
  615. posted <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>
  616. {/block:Date}
  617.  
  618. {block:RebloggedFrom}
  619. <br>reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  620. <br>original post: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  621. {/block:RebloggedFrom}{block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}
  622.  
  623. {block:HasTags}
  624. <br>tags: {block:Tags}<a href="{TagURL}">#{tag} </a> {/block:Tags}
  625. {/block:HasTags}
  626. <br>
  627. {Captions}
  628. <br><br>
  629. <div align="left">
  630. {block:PostNotes}
  631. {PostNotes}
  632. {/block:PostNotes}
  633. </div>
  634. </div>
  635. {/block:PermalinkPage}
  636. </div>
  637. {/block:Posts}
  638. </div>
  639. </div>
  640. </div>
  641. </center>
  642. <!--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.!-->
  643. <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>
  644.  
  645. <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>
  646. </body>
  647. </html>
Advertisement
Add Comment
Please, Sign In to add comment