Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- THEME 3 by sherloeckchen.
- - don't say you made it
- - don't remove credit, you can move it/change font etc. though
- ask me if you have questions :)
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link rel="shortcut icon" href="{Favicon}">
- <title>{Title}</title>
- <meta name="color:main" content="#202020" />
- <meta name="color:light" content="#fff" />
- <meta name="color:link" content="#008080" />
- <meta name="if:likeposts" content="1" />
- <meta name="text:link1title" content="" />
- <meta name="text:link1url" content="/" />
- <meta name="text:link2title" content="" />
- <meta name="text:link2url" content="/" />
- <meta name="text:link3title" content="" />
- <meta name="text:link3url" content="/" />
- <meta name="text:link4title" content="" />
- <meta name="text:link4url" content="/" />
- <link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400italic|Playfair+Display:400,400italic|Lora:400,400italic|IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700' rel='stylesheet' type='text/css'>
- <!-- LIKE POSTS DIRECTLY -->
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- };
- </script>
- <!-- CUSTOMIZABLE TOOLTIP -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
- <script>
- $().ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor: "on", //on/off
- tip_delay_time: 300 //milliseconds
- });
- });
- </script>
- <!-- LAZY LOAD -->
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- </head>
- <style type="text/css">
- body{
- background-color:{color:light};
- color:{color:main};
- font-family:georgia, times, serif;
- font-size:9px;
- text-align:justify;
- }
- body a{
- text-decoration:none;
- color:{color:link};
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;;
- }
- body a:active{
- text-decoration:none;
- color:{color:link};
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;;
- }
- body a:visited{
- text-decoration:none;
- color:{color:link};
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;;
- }
- body a:hover{
- color:{color:main};
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- blockquote{
- padding-left:7px;
- margin-left:0px;
- border-left:10px solid {color:main};
- }
- blockquote img{max-width:475px;}
- ul, ol{margin-left:23px;padding-left:1px;}
- small{font-size:9px;}
- big{font-size:12px;font-family:'Old Standard TT';}
- #header{
- background-image:url('http://media.tumblr.com/tumblr_m7vh82EXHZ1qf07mv.png');
- background-repeat:repeat;
- background-position:top left;
- position:fixed;
- width:101.7%;
- height:50px;
- color:{color:light};
- margin-left:-8px;
- margin-top:-160px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- overflow:hidden;
- float:left;
- }
- .blogtitle{
- margin-top:10px;
- letter-spacing:1px;
- font-size:17px;
- font-family:'Old Standard TT';
- font-style:bold;
- text-transform:uppercase;
- text-align:center;
- padding:3px;
- }
- #header:hover{
- height:137px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -webkit-transition-delay: 0.2s;
- -moz-transition-delay: 0.2s;
- -o-transition-delay: 0.2s;
- }
- #header a, a:active, a:visited{color:{color:light};}
- #header a:hover{color:{color:light};}
- .blogdescription{
- margin-top:10px;
- text-align:justify;
- width:307px;
- margin-left:auto;
- margin-right:auto;
- word-spacing:2px;
- }
- .bloglinks{
- width:500px;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- margin-top:10px;
- }
- .bloglinks a{padding-top:3px;padding-bottom:3px;padding-left:5px;padding-right:5px;font-size:9px;letter-spacing:0px;-webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- .bloglinks a:hover{background-color:{color:light};color:{color:main};}
- #pagination{
- background-color:{color:main};
- margin-top:100px;
- position:fixed;
- margin-left:6%;
- padding:10px;
- font-size:15px;
- letter-spacing:1px;
- font-family:'Old Standard TT';
- font-style:bold;
- color:{color:light};
- }
- #pagination a, a:active, a:visited{color:{color:light};}
- #pagination a:hover{color:{color:light};}
- #sidebar{
- background-color:{color:main};
- margin-top:200px;
- position:fixed;
- margin-left:80px;
- padding:20px;
- color:{color:light};
- width:250px;
- }
- #container{
- width:500px;
- margin-left:auto;
- margin-right:auto;
- margin-top:160px;
- margin-bottom:100px;
- }
- #post{
- width:500px;
- padding:25px;
- margin-bottom:50px;
- border:1px solid #bfbfbf;
- }
- .postinfo{
- position:absolute;
- margin-left:500px;
- margin-top:-45px;
- opacity:0;
- padding:20px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- width:100px;
- text-align:center;
- }
- #post:hover .postinfo{
- margin-left:530px;
- opacity:0.8;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out
- }
- .postinfo a, a:active, a:visited{color:{color:main};-webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out}
- .postinfo a:active{color:{color:main};-webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out}
- .postinfo a:visited{color:{color:main};-webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out}
- .postinfo a:hover{opacity:0.5;-webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out}
- .notecount{
- margin-top:5px;
- font-size:15px;
- letter-spacing:4px;
- font-family:'Old Standard TT';
- font-style:bold;
- margin-bottom:3px;
- }
- .postsource{
- margin-top:5px;
- font-size:9px;
- word-wrap:break-word;
- }
- #likepost{
- font-size:15px;
- margin-left:0px;
- margin-top:3px;
- font-family:calibri;
- text-align:center;
- }
- .my-like, .my-liked{
- color:{color:main};
- cursor:pointer;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .my-liked, .my-like:hover{
- color:{color:link};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .posttitle{
- text-align:center;
- font-family:'Old Standard TT';
- text-transform:uppercase;
- font-style:bold;
- font-size:14px;
- margin-bottom:5px;
- }
- .musicplayer{
- width:27px;
- height:27px;
- overflow:hidden;
- z-index:2;
- display:block;
- background-color:white;
- padding: 38px 38px 35px 35px;
- position:absolute;
- opacity:0.1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #post:hover .musicplayer{opacity:1;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
- .audio{
- position:absolute;
- width:40px;
- height:40px;
- }
- .audioimg{
- width:100px;
- height:100px;
- position:absolute;
- }
- .audioimg img{
- float:left;
- opacity:1;
- width:100px;
- }
- .audioinfo{
- font-size:13px;
- text-transform:uppercase;
- font-family:'Old Standard TT';
- color:white;
- margin-bottom: 1px;
- margin-left:101px;
- height:65px;
- display:block;
- width:399px;
- text-align:center;
- background-color:{color:main};
- padding-top:35px;
- }
- .answer{
- padding:10px;
- color:white;
- display:block;
- height:auto;
- width:480px;
- text-align:justify;
- background-color:{color:main};
- }
- .postquote{
- padding:10px;
- color:{color:light};
- display:block;
- height:auto;
- width:480px;
- text-align:justify;
- background-color:{color:main};
- }
- .postquote img{height:30px;float:right;padding-left:10px;}
- .answer a, a:active, a:visited, a:hover{color:{color:light};}
- .caption{margin-top:10px;}
- .tags{
- text-align:center;
- margin-top:20px;
- width:500px;
- opacity:0.5;
- -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;
- }
- .tags a{color:{color:main};-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
- .tags a:active{color:{color:main};-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
- .tags a:visited{color:{color:main};-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
- .tags a:hover{color:{color:light};}
- #post:hover .tags{margin-top:20px;opacity:0.6;}
- ::-webkit-scrollbar-thumb:vertical{background-color:{color:main};border-bottom:1px solid {color:light};height: 100px;}
- ::-webkit-scrollbar-thumb:horizontal{background-color:{color:main};border-right:1px solid {color:light};}
- ::-webkit-scrollbar{height: 7px; width: 7px; background-color: {color:light};}
- ::-moz-selection, ::selection{background-color:{color:main};color: {color:light};}
- #tumblr_controls{top:10px !important;right:5px !important;position:fixed !important;opacity:1 !important;}
- #s-m-t-tooltip{
- position:absolute;
- font-size:9px;
- z-index:5000;
- background-color:{color:main};
- color:{color:light};
- padding: 4px 7px;
- }
- #credit{
- bottom:10px;
- left:15px;
- position:fixed;
- opacity:0.8;
- width:63px;
- text-align:justify;
- font-style:italic;
- }
- #credit a{color:{color:main};}
- </style>
- <body>
- <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
- <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div>
- <div id="credit"><a href="http://sherloeckchen.tumblr.com/">theme</a></div>
- <div id="header">
- <div class="blogtitle"><a href="/">{title}</a></div>
- <div class="blogdescription">{description}</div>
- <div class="bloglinks">
- <a href="/ask">message</a>
- <a href="/archive">archive</a>
- <a href="{text:link1url}">{text:link1title}</a>
- <a href="{text:link2url}">{text:link2title}</a>
- <a href="{text:link3url}">{text:link3title}</a>
- <a href="{text:link4url}">{text:link4title}</a>
- </div>
- </div>
- {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}</div>{/block:Pagination}
- <div id="container">
- {block:Posts}
- <div id="post">
- {block:Date}<div class="postinfo">
- {block:NoteCount}<div class="notecount"><a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a></div>{/block:NoteCount}
- <a title="{DayOfWeek}, {Month} {DayOfMonth}, {Year} at {24Hour}:{Minutes} {AmPm}" href="{Permalink}">{TimeAgo}</a>
- <div class="postsource">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
- {block:iflikeposts}<div id="likepost"><span class="button my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post">♥</span></div>{/block:iflikeposts}
- </div>{/block:Date}
- {block:Text}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}{block:More}<a href="{Permalink}">More →</a>{/block:More}{/block:Text}
- {block:Photo}<a href="{Permalink}">
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="500px" />
- </a><p>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="postquote">{Quote}</div><p>
- {block:Source}―{Source}{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}"><div class="posttitle">{Name}</div></a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Video}
- {Video-500}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
- {block:Chat}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}<p>
- {block:Lines}<div style="margin-bottom:4px;">{block:Label}<span style="text-transform: uppercase; font-family:'Old Standard TT'; font-style:;"> {Label}</span>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div class="audio"><div class="musicplayer">{AudioPlayerWhite}</div>
- <div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
- <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>
- <div style="font-size:9px;font-family:Georgia;">{block:Artist}{Artist}{/block:Artist}{block:Album} - {Album}{/block:Album}</div></div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="answer"><div style="font-size:8px;letter-spacing:1px;text-transform:uppercase;text-align:center;padding-bottom:4px;border-bottom:1px solid white;">{Asker}</div><br>{Question}</div>
- <br>{Answer}
- {/block:Answer}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Posts}
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment