aethemes

Clarity by Aesthetic Themes

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