aethemes

Chiaro Theme by Aesthetic-Themes

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