Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <!--
- PLEASE DO NOT REMOVE THIS.
- THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
- IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
- THEME: #22 AESTHETIC
- jyuubi.org | manatopia.org
- --RULES--
- 1) DO NOT REMOVE CREDIT.
- 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
- 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
- 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
- 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW.
- --CREDIT--
- [sidebar] ukekid.tumblr.com
- -->
- <meta name="color:BackgroundM" content="#fff">
- <meta name="color:Post Background" content="#f6f6f6">
- <meta name="color:Post Border" content="#dedede">
- <meta name="color:Post Text" content="#a8a8a8">
- <meta name="color:Post Bold" content="#8e8e8e">
- <meta name="color:Post Italic" content="#8e8e8e">
- <meta name="color:Post Link" content="#6f6f6f">
- <meta name="color:Post Title" content="#cdcdcd">
- <meta name="color:Post Blockquote" content="#dedede">
- <meta name="color:Post Question" content="#fbfbfb">
- <meta name="color:Stats Background" content="#e4e4e4">
- <meta name="color:Stats Text" content="#a8a8a8">
- <meta name="color:Sidebar Border" content="#727272">
- <meta name="color:Sidebar Title" content="#cdcdcd">
- <meta name="color:Sidebar Text" content="#a8a8a8">
- <meta name="color:Sidebar Bold" content="#8e8e8e">
- <meta name="color:Sidebar Italic" content="#8e8e8e">
- <meta name="color:Sidebar Link" content="#6f6f6f">
- <meta name="color:Nav Background" content="#fff">
- <meta name="color:Nav Text" content="#cdcdcd">
- <meta name="color:Nav Text Hover" content="#818181">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/GaEm2atn4/aesthetic.png">
- <meta name="image:Sidebar" content="http://static.tumblr.com/pdgxkke/fxfm2atns/aesthetic.png">
- <meta name="if:Show Captions" content="0">
- <meta name="if:Photo Fading" content="1">
- <meta name="text:Sidebar Title" content="">
- <meta name="text:Name 1" content="">
- <meta name="text:URL 1" content="http://">
- <meta name="text:Name 2" content="">
- <meta name="text:URL 2" content="http://">
- <meta name="text:Name 3" content="">
- <meta name="text:URL 3" content="http://">
- <meta name="text:Name 4" content="">
- <meta name="text:URL 4" content="http://">
- <meta name="text:Name 5" content="">
- <meta name="text:URL 5" content="http://">
- <meta name="text:Name 6" content="">
- <meta name="text:URL 6" content="http://">
- <head>
- <title>{Title}</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <link rel="shortcut icon" href="{Favicon}">
- <style type="text/css">
- /* BODY */
- body {
- background-image: url('{image:BackgroundM}');
- background-attachment: fixed;
- background-color: {color:BackgroundM};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:Post Bold};
- height: 50px;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 3px;
- background-color: {color:Post Background};
- }
- /* SIDEBAR */
- #sidebar {
- position: fixed;
- left: 570px;
- top: 200px;
- }
- #desc {
- width: 150px;
- font-family: tahoma, sans-serif;
- font-size: 9px;
- color: {color:Sidebar Text};
- text-align: justify;
- border-left: 3px solid {color:Sidebar Border};
- line-height: 10px;
- padding-left: 5px;
- }
- #desc b, strong {
- color: {color:Sidebar Bold};
- }
- #desc i, em {
- color: {color:Sidebar Italic};
- }
- #desc a {
- color: {color:Sidebar Link};
- text-decoration: none;
- }
- #desc img {
- max-width: 150px;
- margin-bottom: 1px;
- }
- #header {
- font-family: georgia;
- font-size: 10px;
- color: {color:Sidebar Title};
- font-weight: normal;
- font-style: italic;
- letter-spacing: 2px;
- text-align: right;
- margin: 0;
- width: 160px;
- }
- #main {
- text-align: center;
- margin-bottom: 2px;
- position: relative;
- z-index: 999;
- }
- #main a {
- background-color: {color:Nav Background};
- border-bottom: 1px dotted {color:Nav Text};
- font-family: consolas;
- font-size: 8px;
- color: {color:Nav Text};
- text-decoration: none;
- text-transform: uppercase;
- display: inline-block;
- padding-top: 2px;
- width: 35px;
- text-align: center;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #main a:hover {
- color: {color:Nav Text Hover};
- border-bottom: 1px dotted {color:Nav Text Hover};
- }
- #nav {
- position: fixed;
- top: 230px;
- left: 735px;
- }
- #nav a {
- background-color: {color:Nav Background};
- border-bottom: 1px dotted {color:Nav Text};
- font-family: consolas;
- font-size: 9px;
- color: {color:Nav Text};
- text-decoration: none;
- text-transform: uppercase;
- display: block;
- width: 51px;
- margin-bottom: 3px;
- text-align: center;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #nav a:hover {
- color: {color:Nav Text Hover};
- border-bottom: 1px dotted {color:Nav Text Hover};
- }
- .pagination {
- display:none;
- }
- /* ENTRIES */
- #posts {
- {block:IndexPage}width: 600px;{/block:IndexPage}
- {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
- float: left;
- }
- .entry {
- background-color: {color:Post Background};
- {block:IndexPage}width: 250px;{/block:IndexPage}
- {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
- padding: 6px;
- position: relative;
- {block:IndexPage}float: left;{/block:IndexPage}
- margin: 5px;
- font-family: tahoma, sans-serif;
- {block:IndexPage}font-size: 9px;{/block:IndexPage}
- {block:PermalinkPage}font-size: 11px;{/block:PermalinkPage}
- color: {color:Post Text};
- text-align: justify;
- {block:PermalinkPage}margin-left: 30px;{/block:PermalinkPage}
- border: 1px solid #dedede;
- }
- .entry b, strong {
- color: {color:Post Bold};
- }
- .entry i, em {
- color: {color:Post Italic};
- }
- .entry a {
- color: {color:Post Link};
- text-decoration: none;
- }
- .entry h1 {
- font-family: georgia;
- font-size: 11px;
- color: {color:Post Title};
- font-weight: normal;
- font-style: italic;
- letter-spacing: 1px;
- text-transform: lowercase;
- text-align: right;
- margin: 0;
- }
- .entry h1 a {
- color: {color:Post Title};
- }
- .entry blockquote {
- border-left: 3px solid {color:Post Blockquote};
- padding-left: 8px;
- margin-left: 5px;
- }
- .entry img {
- {block:IndexPage}max-width: 250px;{/block:IndexPage}
- {block:PermalinkPage}max-width: 500px;{/block:PermalinkPage}
- margin-bottom: -2px;
- {block:IfPhotoFading}opacity: .8;{/block:IfPhotoFading}
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .entry img:hover {
- opacity: 1;
- }
- .photo {
- {block:IfPhotoFading}opacity: .8;{/block:IfPhotoFading}
- margin-bottom: -2px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .photo:hover {
- opacity: 1;
- }
- /* QUOTE POST */
- .entry h2 {
- font-family: georgia;
- font-size: 9px;
- color: {color:Post Title};
- font-weight: normal;
- font-style: italic;
- text-transform: lowercase;
- letter-spacing: 2px;
- text-align: left;
- }
- .quote {
- font-family: georgia;
- font-size: 20px;
- color: {color:Post Bold};
- float: left;
- margin-top: -1px;
- margin-right: 5px;
- }
- /* QUESTIONS */
- .ask {
- background-color: {color:Post Question};
- padding: 2px;
- border-bottom: 1px dotted {color:Post Blockquote};
- }
- .ask i {
- font-style: normal;
- }
- /* STATS */
- .stats {
- background-color: {color:Stats Background};
- opacity: 0;
- width: 262px;
- height: 10px;
- position: absolute;
- left: 0px;
- top: 0px;
- font-family: consolas;
- font-size: 8px;
- color: {color:Stats Text};
- text-align: center;
- text-transform: uppercase;
- line-height: 10px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- z-index: 999;
- letter-spacing: 2px;
- }
- .stats a {
- color: {color:Stats Text};
- text-decoration: none;
- border-bottom: 0px;
- }
- .entry:hover .stats {
- opacity: 1;
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: consolas;
- font-size: 9px;
- color: {color:Sidebar Text};
- text-transform: uppercase;
- text-align: center;
- width: 518px;
- float: left;
- margin-left: 30px;
- }
- .permalink b {
- color: {color:Sidebar Bold};
- font-weight: normal;
- }
- #date {
- color: {color:Sidebar Italic};
- }
- .permalink a {
- color: {color:Sidebar Link};
- text-decoration: none;
- }
- ol.notes {
- padding: 0px;
- margin: 15px 0px;
- list-style-type: none;
- background: transparent;
- border: 0px;
- letter-spacing: 0px;
- }
- ol.notes li.note {
- padding: 1px;
- text-align: left;
- letter-spacing: 0px;
- }
- .notes img{
- width: 8px;
- position: relative;
- top: 1px;
- opacity: .5;
- }
- /* FOLLOW CODE */
- iframe#tumblr_controls {
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.2;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- </style>
- {block:IndexPage}<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#posts');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>{/block:IndexPage}
- </head>
- <body>
- <div id="sidebar">
- <div id="header">
- {text:Sidebar Title}
- </div>
- <div id="desc">
- {block:IfSidebarImage}<img src="{image:Sidebar}" alt=""><br />{/block:IfSidebarImage}
- <div id="main">
- <a href="/">return</a>
- <a href="/archive">archive</a>
- <a href="/ask">message</a>
- <a href="http://jyuubi.org">theme</a>
- </div>
- {Description}
- </div>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div id="nav">
- {block:IfName1}<a href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
- {block:IfName2}<a href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
- {block:IfName3}<a href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
- {block:IfName4}<a href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}
- {block:IfName5}<a href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5}
- {block:IfName6}<a href="{text:URL 6}">{text:Name 6}</a>{/block:IfName6}
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="">{LinkCloseTag}</center>
- {block:PermalinkPage}{block:HighRes}<a href="{PhotoURL-HighRes}">high resolution »</a>{/block:HighRes}{/block:PermalinkPage}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photo}
- {block:Photoset}
- <div class="photo">{block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">❝</div>
- <h2>{Quote}</h2>
- {block:Source}<div style="border-right: 5px solid #dedede; text-align: right; padding-right: 2px; font-family: consolas; text-transform: uppercase; letter-spacing: 1px;">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br />
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div style="margin-bottom: 3px;"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div style="background-color: #fff; height: 27px; margin-bottom: 2px;">{AudioPlayer}</div>
- <div style="border-left: 5px solid #dedede; padding-left: 5px; font-family: consolas; text-transform: uppercase;">{block:TrackName}{TrackName} / {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div>
- {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Video}
- {block:Answer}
- <div class="ask"><i>{Asker}</i> <b>sent:</b> {Question}</div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}<div class="stats">
- <a href="{Permalink}">{TimeAgo}{block:NoteCount} / {NoteCountWithLabel}{/block:NoteCount}</a>
- </div>{/block:IndexPage}
- </div>
- {block:PermalinkPage}
- <div class="permalink">
- <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
- {block:HasTags}<b>tags »</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</center>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment