Advertisement
adessive

Aura (2018)

Jul 31st, 2012
9,963
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.69 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. . .
  6. / \ | o
  7. /___\ .-.| .-. .--..--. .. ._.-.
  8. / \( |(.-' `--.`--. | \ / (.-'
  9. ' ``-'`-`--'`--'`--'-' `-`' `--'
  10. please do not delete any credits and/or
  11. redistribute the following code thank you
  12. [c] 2018
  13. -->
  14.  
  15. <head><title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}"/>
  24. {/block:Description}
  25.  
  26. <meta name="color:background" content="#fff"/>
  27. <meta name="color:primary" content="#5f5f5f"/>
  28. <meta name="color:secondary" content="#e9e9e9"/>
  29. <meta name="color:tertiary" content="#000"/>
  30. <meta name="color:link" content="#a8a8a8"/>
  31. <meta name="color:link hover" content="#000"/>
  32. <meta name="text:font size" content="12px"/>
  33. <meta name="text:title font size" content="20px"/>
  34. <meta name="font:body" content="courier new"/>
  35. <meta name="if:show rss" content="1"/>
  36. <meta name="if:image fade" content="1"/>
  37. <meta name="if:endless scrolling" content="0"/>
  38.  
  39. <style type="text/css">
  40. body {background:{color:background}; font-family:{font:body}; font-size:{text:font size}; text-align:justify; color:{color:primary};}
  41.  
  42. a {text-decoration:none; color:{color:link}; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;}
  43. a:hover {color:{color:link hover};}
  44.  
  45. h3 {font-weight:bold; text-transform:none; margin-top:0px; margin-bottom:-8px;}
  46.  
  47. .all {padding-top:40px;} .wrap {margin:0px auto; padding-top:30px; {block:permalinkpage}width:500px;{/block:permalinkpage}} .posts {{block:permalinkpage}width:500px;{/block:permalinkpage} padding-left:8px; padding-bottom:30px;} .post {margin:10px; {block:indexpage}max-width:400px;{/block:indexpage} {block:permalinkpage}width:500px;{/block:permalinkpage} float:left; position:relative;}
  48.  
  49. .permalink {margin-top:5px; opacity:0; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;} .post:hover .permalink {opacity:.8;}
  50.  
  51. .head {padding-left:25px; padding-right:25px; border-bottom:1px solid {color:secondary}; } .head a {font-size:9px; text-transform:uppercase;} #topfixed {position:fixed; z-index:2; background:{color:background}; top:0px; left:0px; width:100%;} .descrip {padding-left:25px; padding-right:25px; margin-top:1px; background:{color:secondary};} .divide {border-left:1px solid {color:secondary}; margin-left:20px; margin-right:20px; display:inline;}
  52.  
  53. #credit {position:fixed; bottom:0px; padding-right:25px; right:0px; z-index:8;} #credit a {font-size:9px; text-transform:uppercase; background:{color:background}; color:{color:tertiary};} #credit a:hover {background:{color:tertiary}; color:{color:secondary};}
  54.  
  55. .question {background:{color:secondary};} .arrow {margin-left:8px; border-color:{color:secondary} transparent transparent transparent; z-index:1; border-style:solid; border-width:7px; width:0; height:0;} .player {background:#f1f1f1; {block:indexpage}width:250px;{/block:indexpage}{block:permalinkpage}width:500px;{/block:permalinkpage}} .notes {font-weight:bold; font-size:9px; text-transform:uppercase;}
  56. ol.notes {padding-left:40px; margin-top:10px; list-style-type:none; font-weight:normal; font-size:{text:font size}; text-transform:none;}
  57. ol.notes li.note {padding-top:2px; opacity:.8; -moz-transition:0.1s ease-in; -webkit-transition:0.1s ease-in; -o-transition:0.1s ease-in; transition:0.1s ease-in;} ol.notes li.note:hover {opacity:1;} ol.notes li.note img.avatar {width:14px; height:14px;}
  58.  
  59. .label {font-weight:bold; font-size:9px; font-family:{font:title};}
  60. ul, ol {margin-left:-40px!important; list-style:none; font-size:9px;}
  61.  
  62. img {border:0px; {block:ifimagefade}opacity:.8;{/block:ifimagefade} {block:permalinkpage}opacity:1;{/block:permalinkpage} -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;}
  63. {block:ifimagefade}{block:indexpage}img:hover {opacity:1;}{/block:indexpage}{/block:ifimagefade}
  64.  
  65. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  66. #infscr-loading {display:none;}
  67. .navigation{{block:ifendlessscrolling}display:none;{/block:ifendlessscrolling}{block:ifnotendlessscrolling}font-size:9px; width:100%; background:{color:background}; position:fixed; bottom:0px; padding-left:25px; left:0px; z-index:5; border-top:1px solid {color:secondary}; width:100%;{/block:ifnotendlessscrolling}} .navigation a {text-transform:uppercase; font-size:9px;}
  68.  
  69. ::-webkit-scrollbar{width:6px; height:6px;}
  70. ::-webkit-scrollbar-button:start:decrement
  71. ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
  72. ::-webkit-scrollbar-track-piece{background:{color:background};}
  73. ::-webkit-scrollbar-thumb:vertical{height:50px; background:#f9f9f9;}
  74. ::-webkit-scrollbar-thumb:horizontal{width:6px; background:#f9f9f9;} ::-webkit-scrollbar-thumb:horizontal:hover {width:6px; background:{color:secondary};} ::-webkit-scrollbar-thumb:vertical:hover {background:{color:secondary};}
  75.  
  76. {CustomCSS}
  77. </style>
  78.  
  79. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script><script type='text/javascript' src='https://static.tumblr.com/fa4uqi4/qIkpc0ijc/imagesloaded.js'></script>{block:IndexPage}<script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script><script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script> <script type="text/javascript">$(window).load(function(){var $container = $('.posts'); $container.imagesLoaded(function() {$container.masonry({itemSelector: '.post', isAnimated: false, columnWidth: 220});}); $container.infinitescroll({navSelector: 'div.navigation', nextSelector: '.navigation a#next', itemSelector: '.post', bufferPx : 2000, debug: false,errorCallback: function() {$('#scroll').fadeOut('normal');}}, function( newElements) {var $newElems = $(newElements); $newElems.hide(); $newElems.imagesLoaded(function() {$container.masonry( 'appended', $newElems,{isAnimated: false}, function() {$newElems.fadeIn('slow');} );});}); $('.post').show(500);});</script>{/block:IndexPage}
  80. </head>
  81.  
  82. <body>
  83.  
  84. <div id="credit"><a href="http://adessive.tumblr.com">Theme</a></div>
  85.  
  86. <div class="wrap"><div class="all"><div id="topfixed"><div class="head"><a href="/">{title}</a><div class="divide"></div><a href="/archive">{lang:Archive}</a><div class="divide"></div>{block:AskEnabled}<a href="/ask">Message</a><div class="divide"></div>{/block:AskEnabled}{block:SubmissionsEnabled}<a href="/submit">Submit</a><div class="divide"></div>{/block:SubmissionsEnabled}{block:IfShowRSS}<a href="{RSS}">RSS</a><div class="divide"></div>{/block:IfShowRSS}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a><div class="divide"></div>{/block:Pages}{/block:HasPages}</div>{block:description}<div class="descrip">{description}</div>{/block:description}</div>
  87.  
  88. <div class="posts">{block:Posts}
  89.  
  90. <div class="post">{block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{block:indexpage}<div class="permalink">{block:date}<a href="{permalink}">{24Hour}:{Minutes}{AmPm}</a>{/block:date}</div>{/block:indexpage}{/block:Text}
  91.  
  92. {block:Photo}<div id="photo">{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}{block:IndexPage}<a href="{Permalink}">{block:Post1}<img src="{PhotoURL-400}">{/block:Post1}{block:Post2}<img src="{PhotoURL-500}" width="180px">{/block:Post2}{block:Post3}<img src="{PhotoURL-500}" width="180px">{/block:Post3}{block:Post4}<img src="{PhotoURL-500}" width="180px">{/block:Post4}{block:Post5}<img src="{PhotoURL-400}">{/block:Post5}{block:Post6}<img src="{PhotoURL-500}" width="180px">{/block:Post6}{block:Post7}<img src="{PhotoURL-500}" width="180px">{/block:Post7}{block:Post8}<img src="{PhotoURL-500}" width="180px">{/block:Post8}{block:Post9}<img src="{PhotoURL-500}" width="180px">{/block:Post9}{block:Post10}<img src="{PhotoURL-500}" width="180px">{/block:Post10}{block:Post11}<img src="{PhotoURL-500}" width="180px">{/block:Post11}{block:Post12}<img src="{PhotoURL-500}" width="180px">{/block:Post12}{block:Post13}<img src="{PhotoURL-500}" width="180px">{/block:Post13}{block:Post14}<img src="{PhotoURL-500}" width="180px">{/block:Post14}{block:Post15}<img src="{PhotoURL-500}" width="180px">{/block:Post15}{/block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{/block:PermalinkPage}</div>{/block:Photo}
  93.  
  94. {block:Photoset}{block:IndexPage}{Photoset-250}<div class="permalink">{block:date}<a href="{permalink}">{24Hour}:{Minutes}{AmPm}</a>{/block:date}</div>{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}
  95.  
  96. {block:Quote}{Quote}{block:Source}<div style="opacity:.5; margin-bottom:10px;">{Source}</div>{/block:Source}{block:indexpage}<div class="permalink">{block:date}<a href="{permalink}">{24Hour}:{Minutes}{AmPm}</a>{/block:date}</div>{/block:indexpage}{/block:Quote}
  97.  
  98. {block:Link}<h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>{block:Description}<div class="description">{Description}</div>{/block:Description}{block:indexpage}<div class="permalink">{block:date}<a href="{permalink}">{24Hour}:{Minutes}{AmPm}</a>{/block:date}</div>{/block:indexpage}{/block:Link}
  99.  
  100. {block:Chat}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{block:indexpage}<div class="permalink">{block:date}<a href="{permalink}">{24Hour}:{Minutes}{AmPm}</a>{/block:date}</div>{/block:indexpage}{/block:Chat}
  101.  
  102. {block:Video}{block:indexpage}{Video-250}{/block:indexpage}{block:permalinkpage}{Video-500}{/block:permalinkpage}{block:indexpage}<div class="permalink">{block:date}<a href="{permalink}">{24Hour}:{Minutes}{AmPm}</a>{/block:date}</div>{/block:indexpage}{/block:Video}
  103.  
  104. {block:Audio}<div class="player">{AudioPlayer}</div>{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{block:indexpage}<div class="permalink">{block:date}<a href="{permalink}">{24Hour}:{Minutes}{AmPm}</a>{/block:date}</div>{/block:indexpage}{/block:Audio}
  105.  
  106. {block:Answer}<div class="question">{Asker}: {Question}</div><div style="position:absolute; margin-top:0px;"><div class="arrow"></div></div>{answer}{block:indexpage}<div class="permalink">{block:date}<a href="{permalink}">{24Hour}:{Minutes}{AmPm}</a>{/block:date}</div>{/block:indexpage}{/block:Answer}
  107.  
  108. {block:PermalinkPage}<div class="notes">{block:caption}{caption}{/block:caption}<br>Posted {block:Date}{ShortDayOfWeek} {ShortMonth} {DayOfMonthWithZero} at {12Hour}:{Minutes}{AmPm}{/block:Date} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}</div>{/block:Posts}</div>
  109.  
  110. {block:indexpage}<div class="navigation">{block:Pagination}{block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page">{PageNumber}</span><div class="divide"></div>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a><div class="divide"></div>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}" id="next">Next</a>{/block:NextPage}{/block:Pagination}</div>{/block:indexpage}</div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement