Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:cursor" content=""/>
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Title" content="#999999"/>
- <meta name="color:Link" content="#555555"/>
- <meta name="color:Hover" content="#999999"/>
- <meta name="color:Links" content="#555555"/>
- <meta name="color:Links Hover" content="#555555"/>
- <meta name="color:Links Bg" content="#e1e1e1"/>
- <meta name="color:Text" content="#777777"/>
- <meta name="color:Permalink Bg" content="#777777"/>
- <meta name="color:Permalink" content="#e1e1e1"/>
- <meta name="color:Scrollbar Color" content="#FFFFFF"/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 5" content=""/>
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Scrollbar Size" content="10" />
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#entries');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#post, #post_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '#post, #post_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#scroll').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#entries').show(500);
- });
- </script>
- <style type="text/css">body, a, a:hover {cursor: url({image:cursor}), progress;}</style>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){$(document)
- .ready(function(){$("[title]")
- .style_my_tooltips();});})
- (jQuery);
- </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 $wall = $('#entries');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#post, #post_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '#post, #post_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#scroll').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#entries').show(500);
- });
- </script>
- {/block:IndexPage}
- <!---------------END SCRIPTS--------------->
- <style type="text/css">
- /************EDIT BODY HERE************/
- ::-webkit-scrollbar {
- height: 6px;
- width: {text:Scrollbar Size}px;
- background: #ffffff;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar Color};
- border-radius: 10px;
- }
- body{
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment:fixed;
- background-repeat:100%;
- background-position:bottom-right;
- font-family: Calibri;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:left;
- line-height:11px;
- color: {color:Text};}
- a:link, a:active, a:visited{
- text-decoration: none;
- color: {color:Link};}
- a:hover {
- color:{color:Link};
- text-decoration:none;}
- /************EDIT TOOLTIP HERE************/
- #s-m-t-tooltip {
- padding: 3px;
- height:auto;
- display: none;
- font-family: consolas;
- font-size: 8px;
- text-transform:uppercase;
- text-align: center;
- letter-spacing:1px;
- margin-top:10px;
- margin-left: 15px;
- line-height: 8px;
- z-index: 999999999999;
- border-radius:3px;
- border: 1px solid #f5f5f5;
- background:#ffffff;
- color: #888;}
- /************EDIT POST POSITION/WIDTH HERE************/
- /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
- #entries{
- text-align:left;
- width:780px;
- margin-left:220px;
- margin-top:10px;
- position:relative;
- overflow: hidden;
- }
- /************EDIT OVERALL POSTS HERE************/
- /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
- #post{
- text-align:left;
- margin:35px;
- background:#ffffff;
- max-width: 100%;
- display:block;
- overflow:hidden;
- width:250px;
- padding:10px;
- font-size:10px;
- letter-spacing:1px;
- line-height:18px;
- border:1px solid #ddd;
- box-shadow: 10px 10px rgba(0,0,0,.07);
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- opacity:.9;
- border-radius:7px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}}
- /*Do not delete #post img.*/
- #post img{
- max-width:100%;
- border-radius:5px;
- }
- #post:hover{
- opacity:1;
- -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- }
- /*Edit the permalinks all posts.*/
- .permalink{
- text-transform:lowercase;
- font-size:9px;
- background-color:{color:Permalink Bg};
- border: 0px solid #E0F1FF;
- text-align:right;
- color:{color:Permalink};
- margin-top: 8px;
- padding:1px;
- padding-right:4px;
- line-height:12px;
- border-radius:3px;
- text-shadow:1px 1px 0px #BBBBBB;
- }
- .permalink a{
- text-transform:uppercase;
- line-height:15px;
- color:{color:Permalink};
- -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- }
- .permalink a:hover{
- color:{color:Permalink Hover};
- -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- }
- .notes {
- float: left;
- text-align: left;
- padding-left:4px;
- }
- /*Edit the titles on any text-based post.*/
- .posttitle{
- font-size:10px;
- text-align:center;
- color:{color:Link};}
- .posttitle a{
- color:{color:Link};}
- /************EDIT QUOTE POSTS HERE************/
- .quote{
- margin-right: 5px;}
- .source{
- padding-top:5px;
- display:block;
- text-align:right;}
- /************EDIT ANSWER POSTS HERE************/
- .bubble {align:right;background: #D8FFF2; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; font-size:9px;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #D8FFF2;}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #fff, border:1px solid #ddd;}
- /************EDIT AUDIO POSTS HERE************/
- .audio{
- {block:IndexPage}width:180px;{/block:IndexPage}
- {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
- .info{
- padding:2px 0px 1px 57px;}
- .i {
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;}
- .pl b,strong{
- text-transform:lowercase;
- font-size:9px;}
- .player{
- position:absolute;
- overflow:hidden;
- margin-top:0px;
- margin-left:15px;
- background:#ffffff;
- width:24px;
- height:23px;}
- /************EDIT VIDEO POSTS HERE************/
- /***********DO NOT DELETE THIS CODE************/
- .video-container {
- position:relative;
- padding-bottom:56.25%;
- padding-top: 30px;
- height:0;
- overflow:hidden;}
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;}
- /************EDIT CHAT POSTS HERE************/
- .chat{
- line-height:12px;
- list-style:none;}
- .chat ul{
- list-style:none;
- padding:0px 5px;
- line-height:15px;}
- .label{
- color:{color:Link};}
- /************EDIT SIDEBAR HERE************/
- #sidebar{
- background:#fff;
- border:1px #eee solid;
- margin-left:-190px;
- margin-top:250px;
- width:150px;
- position:fixed;
- text-align:center;
- box-shadow: 10px 10px rgba(0,0,0,.07);
- border-radius:5px;
- }
- #sidebarimage img{
- border-radius:120px;
- background-color: #fff;
- border: 1px solid #eee;
- padding: 6px;
- height:100px;
- width:100px;
- }
- #side{
- background:transparent;
- border:0px #f5f5f5 solid;
- margin-left:-190px;
- margin-top:90px;
- width:150px;
- position:fixed;
- text-align:center;}
- .description{
- padding:5px;}
- .links{
- padding:0px;
- width:150px;
- margin-top:5px;
- background-color: {color:Links Bg};
- padding-bottom:3px;
- }
- .links a{
- color:{color:Links};
- margin-left:0px;
- text-shadow:1px 1px 0px #BBBBBB;
- }
- .links a:hover{
- color:{color:Links Hover};}
- /************EDIT TEXT SETTINGS HERE************/
- i, em{
- color:{color:Link};}
- b, strong{
- font-weight:normal;
- text-transform:uppercase;
- color:{color:Link};}
- ul,ol{
- margin:0px;
- margin-left:-5px;}
- p{
- padding:0px;
- margin:2px;}
- u{
- text-decoration:none;
- color:{color:Title};}
- blockquote {
- margin:0px;
- padding:4px;
- background:#fff;}
- /************DO NOT DELETE #SCROLL************/
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;}
- /************EDIT CREDIT HERE************/
- #credit{
- position:fixed;
- right:10px;
- bottom:10px;
- text-transform:uppercase;
- font-family:Calibri;
- font-size:8px;}
- #credit a{
- color:#aaaaaa;}
- </style>
- </head>
- <body>
- <center>
- <div id="entries">
- <img src='http://static.tumblr.com/a16008d7a4a7dcc91b800caceb7b1b69/pd9lqla/buqn1nerm/tumblr_static_cherry_blossoms_transparent.png' style='position:fixed;top:0px;right:0px;z-index:-999'/>
- <!---------------EDIT SIDEBAR CONTENT HERE--------------->
- <div id="side">
- <center>
- <a href="/"><img src="http://media.tumblr.com/e66292d646491f8aa301e35fc0f0b0cc/tumblr_inline_muh35q7q7g1qcza22.png"></a>
- <a href="/ask"><img src="http://media.tumblr.com/c12f7f0e7cd821d414c09700d264e6d4/tumblr_inline_muh37dKIXQ1qcza22.png"></a>
- <a href="/archive"><img src="http://media.tumblr.com/f7467629af29df95cb6471b99901032e/tumblr_inline_muh38d52511qcza22.png"></a>
- </center><br>
- <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"/></a></div>
- </div>
- <div id="sidebar">
- <div class="description">{Description}</div>
- <div class="links">
- <a href="{text:Link 1 url}">{text:Link 1}</a>
- <a href="{text:link 2 url}">{text:link 2}</a>
- <a href="{text:link 3 url}">{text:link 3}</a>
- <a href="{text:link 4 url}">{text:link 4}</a>
- <a href="{text:link 5 url}">{text:link 5}</a>
- </div>
- </div>
- {block:Posts}
- <!---------------DO NOT DELETE block:ContentSource--------------->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="post">
- <!---------------EDIT TEXT POSTS HERE--------------->
- {block:Text}
- <div class="text">
- <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
- {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div>
- </div>{/block:IndexPage}</div>
- {/block:Text}
- <!---------------EDIT LINK POSTS HERE--------------->
- {block:Link}
- <a href="{URL}"><div class="posttitle">{Name}</div></a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div>
- </div>{/block:IndexPage}
- {/block:Link}
- <!---------------EDIT PHOTO POSTS HERE--------------->
- {block:Photo}
- {block:IndexPage}
- <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="250px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div>
- </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
- {/block:Photo}
- <!---------------EDIT PHOTOSET POSTS HERE--------------->
- {block:Photoset}
- {block:IndexPage}<a href="{Permalink}">{Photoset-250}</a><div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div>
- </div>{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {/block:Photoset}
- <!---------------EDIT QUOTE POSTS HERE--------------->
- {block:Quote}
- {Quote}{block:Source}
- <div class="source">{Source}</div>{/block:Source}
- {block:IndexPage}
- <div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}</div>
- {/block:Quote}
- <!---------------EDIT ANSWER POSTS HERE--------------->
- {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question} </div>
- <br>
- {Answer}
- <div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div></div>
- {/block:Answer}
- <!---------------EDIT CHAT POSTS HERE--------------->
- {block:Chat}
- {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div></div>
- {/block:IndexPage}
- {/block:Chat}
- <!---------------EDIT AUDIO POSTS HERE--------------->
- {block:Audio}<div class="player">{AudioPlayerWhite}</div>
- <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div></div>
- {/block:IndexPage}
- {/block:Audio}
- <!---------------EDIT VIDEO POSTS HERE--------------->
- {block:Video}
- {block:IndexPage}<div class="video-container">{Video-250}</div>
- <div class="permalink"><a href="{ReblogURL}">Reblog</a> <div class="notes"> <a href="{Permalink}">{NoteCountWithLabel}</a></div></div>{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {/block:Video}
- <!---------------EDIT PERMALINK PAGE HERE--------------->
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
- <div class="permapage">
- <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <!---------------DO NOT DELETE THIS--------------->
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </center>
- </body>
- <!---------------EDIT CREDIT CONTENT HERE--------------->
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div style=" font-size:8px; position:fixed; bottom:5px; left:0px; text-align:center; font-family:arial">
- <a href="http://themesbymiki.tumblr.com/tagged/cute-themes">✿</a></div>
- <div id="credit"><a href="http://dislikes.tumblr.com/">credit</a></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment