Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-- header base for htmlheroes
- -->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Accent" content="#eeeeee"/>
- <meta name="if:400px" content="1">
- <meta name="if:Lazy Load" content="0">
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5" content="" />
- <!-- jquery for tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:40,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- #s-m-t-tooltip{
- padding:4px 9px;
- position:absolute;
- margin: 10px 20px;
- padding:5px;
- font-size:10px;
- font-family:sans-serif;
- z-index: 99999999999;
- letter-spacing:1px;
- text-transform:lowercase;
- background:{color:background};}
- ::-webkit-scrollbar{width: 6px;}
- ::-webkit-scrollbar-thumb{background:{color:scrollbar};:0.3;}
- ::-webkit-scrollbar-track {background: rgba(255, 255, 255, 0.3);}
- /* LAYOUT BASICS */
- blockquote {padding:5px 0 5px 30px;
- border-left:1px solid {color:text};
- margin-left:30px;}
- body {
- background:{color:background};
- color:{color:text};
- font-family:sans-serif;
- font-size:10px;
- letter-spacing:1px;
- text-align:justify;
- margin:0;
- line-height:1.3em;}
- a {
- color:{color:accent};
- text-decoration:none;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;}
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;}
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:10px;}
- big {
- font-size:12px;}
- pre{
- background:{color:background};
- padding:10px;
- color:{color:text};
- font-family:arial;
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:1px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;}
- code{
- text-transform:lowercase;
- font-style:italic;
- }
- b,strong{
- color:{color:accent};
- font-weight:bold;
- }
- em,i{
- color:{color:accent};
- font-style:italic;
- }
- strike{
- text-decoration: line-through;
- }
- #title {
- font-size:12px;
- line-height:1.4em;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;
- font-family:sans-serif;
- }
- /*Sidebar*/
- .sidebar{
- top:20px;
- left:50%;
- margin-left:-147px;
- position:relative;
- width:300px;
- background:{color:background};
- z-index:1;
- padding:5px;
- margin-bottom:35px;
- }
- /*Blog Title*/
- .btitle{
- text-align:center;
- font-size:24px;
- font-family:sans-serif;
- color:{color:title}; margin:10px 0;}
- .btitle a{
- color:{color:title};
- }
- .btitle a:hover{
- text-decoration:none;
- color:{color:hover};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- /*Description*/
- .descript{
- padding:10px;
- font-size:9px;
- word-spacing:2px;
- text-align:center;
- color:{color:title};}
- /*Sidebar Links*/
- .links{
- text-align:center;
- display:inline-block;
- width:300px;
- }
- .links a{
- padding:5px;
- margin-right:2px;color:{color:link};}
- .links a:hover{
- color:{color:hover};
- opacity:.7;
- }
- /*Pagination*/
- #pagination {
- margin-bottom:50px;
- width:auto;
- word-spacing:-3px;
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:ifnot400px}
- width:250px;
- margin-left:60px;
- {/block:ifnot400px}
- }
- #pagination a{
- color:{color:link};
- margin-top:-50px;
- {block:if400px}
- margin-left:-8px;
- {/block:if400px}
- {block:ifnot400px}
- margin-left:0px;
- {/block:ifnot400px}
- }
- /*Container*/
- #con {
- left:50%;
- margin-left:-193px;
- position:absolute;
- }
- /*Posts*/
- #entries{
- width:400px;
- margin-top:0px;}
- .posts {
- background:{color:background};
- {block:ifnot400px}
- width:250px;
- {/block:ifnot400px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- padding:20px 20px 17px;
- {block:IndexPage}
- margin-bottom:100px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:75px;
- {/block:PermalinkPage}
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- .posts img, .posts li, .posts blockquote {max-width: 100%;}
- .caption {width:100%;margin-top:10px;}
- /*Quote*/
- #ink{
- font-family:sans-serif;
- text-transform:lowercase;
- letter-spacing:1px;
- text-align:justify;
- font-size:13px;
- line-height:19px;
- font-weight:none;
- padding:10px;
- }
- #ink a{
- color:{color:text};
- }
- #ink-source a{
- color:{color:text};
- }
- #ink-source {
- text-align:right;
- font-style:none;
- font-weight:none;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-top:5px;
- margin-bottom:20px;}
- /*Audio*/
- .player iframe {
- width: 32px;
- height: 32px;}
- .tracks{
- {block:if400px}
- width: 250px;
- padding:7px;
- {/block:if400px}
- {block:ifnot400px}
- width: 110px;
- padding:3px;
- {/block:ifnot400px}
- }
- .playerbuttonbg {
- position: absolute;
- left: 36px;
- top: 36px;
- width: 32px;
- height: 32px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 26px;
- height: 26px;
- overflow: hidden;
- margin-top:-10px;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- #albumart { float:left; margin:0px 7px;}
- .tumblr_audio_player {
- height:33px;
- width:35px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- {block:if400px}
- margin-top:15px;
- {/block:if400px}
- {block:ifnot400px}
- margin-top:5px;
- {/block:ifnot400px}
- margin-left:7px;
- -webkit-border-radius: 1px;
- -moz-border-radius: 1px;
- border-radius: 1px;
- overflow: hidden;
- width: 109px;
- height: 109px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 1px;
- -moz-border-radius: 1px;
- border-radius: 1px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 128px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- margin-bottom:10px;
- }
- /* Asks */
- .ques {
- margin-bottom:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:text};
- padding:10px;
- line-height:13px;
- }
- .ques a{
- color:{color:text};
- }
- .who {
- font-weight:bold;
- padding:10px;
- color:{color:text};
- }
- .who a{
- color:{color:accent};}
- .answer {
- margin-top:10px;
- padding:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- letter-spacing:1px;}
- /*Chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /*Permalink and notes*/
- .infos {
- padding:10px 0;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- margin-top:5px;
- background:{color:background};}
- .infos a {margin:0 5px;
- text-decoration:none;
- color:{color:link};}
- .infos a:hover {color:{color:hover};}
- .up {cursor:pointer;}
- /*Tags*/
- .tags {
- opacity:1;
- padding:4px;
- text-transform:lowercase;
- margin-top:4px;
- word-break:break-all;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- .tags a{
- text-decoration:none;}
- /*Page Notes*/
- .pagenotes {
- {block:if400px}
- width:350px;
- margin-left:-2px;
- {/block:if400px}
- {block:ifnot400px}
- width:245px;
- margin-left:48px;
- {/block:ifnot400px}
- margin-top:25px;
- padding:25px;
- position:relative;
- margin-bottom:50px;
- font-size:8px;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes ol {
- margin:0;
- padding:0;
- display:block;
- }
- .pagenotes li {
- line-height:200%;
- list-style-type:none;
- text-align:left;
- font-size:8px;
- letter-spacing:1px;
- font-family:arial;
- text-transform:uppercase;
- }
- /*Credit*/
- #creds {
- font-family:sans-serif;
- bottom:10px;
- position:fixed;
- right:6px;
- float:right;
- padding:5px;
- z-index:1;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- #creds a{
- color:{color:text};
- -webkit-transition: all 1s ease-in;
- -moz-transition: all 1s ease-in;
- -o-transition: all 1s ease-in;
- -ms-transition: all 1s ease-in;
- transition: all 1s ease-in;
- }
- #creds a:hover {
- text-decoration:none;
- color:white;
- border:1px solid transparent;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- -ms-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- {CustomCSS}
- </style>
- {block:ifLazyLoad}
- <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>
- {/block:ifLazyLoad}
- </head>
- <body>
- <div class="sidebar">
- <div class="btitle"><a href="/">{Title}</a></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 class="descript">{Description}</div>
- </div>
- <div id="con">
- <div id="line"></div>
- <div id="entries" class="{select:Post Size}" >
- {block:Posts}
- <div class="posts" class="{select:Post Size}">
- {block:Quote}
- <div id="ink">{Quote}</div>
- {block:Source}<div id="ink-source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}
- {block:ifnot400px}<img src="{PhotoURL-250}">{/block:ifnot400px}
- {block:if400px}<img src="{PhotoURL-400}">{/block:if400px}
- {LinkCloseTag}
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:Photo}
- {block:Photoset}
- {block:if400px}{Photoset-400}{/block:if400px}
- {block:ifnot400px}{Photoset-250}{/block:ifnot400px}
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:Photoset}
- {block:Video}
- {block:if400px}{Video-400}{/block:if400px}
- {block:ifnot400px}{Video-250}{/block:ifnot400px}
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:Video}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- {AudioPlayerWhite}
- </div>
- <div class="trackdetails">
- {block:TrackName}<p class="tracks">{TrackName}</p>{/block:TrackName}
- {block:Artist}<p class="tracks">{Artist}</p>{/block:Artist}
- {block:Album}<p class="tracks">{Album}</p>{/block:Album}
- </div>
- </div>
- {block:permalink}{block:Caption}{Caption}{/block:Caption}{/block:permalink}
- {/block:AudioPlayer}
- {block:Answer}
- <div class="ques">
- <div class="who" >{Asker} said: {Question}</div>
- <div class="answer">{Answer}</div>
- </div>
- {/block:Answer}
- {block:Date}
- <div class="infos">
- <a href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}<a href="{ReblogURL}" target="_blank">reblog</a>{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">-{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev" style="float:left">back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next"style="float:right">next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="creds"><a title="trenzathemes" href="http://trenzathemes.tumblr.com/">TT</a></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment