Advertisement
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 BY NARRULD do not copy or remove credit
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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}
- <meta name="color:Text" content="#bbbbbb"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:linkbg" content="#eeeeee"/>
- <meta name="color:linkhover" content="#ffffff"/>
- <meta name="color:Tags" content="#cccccc"/>
- <meta name="color:Hover" content="#f1f1f1"/>
- <meta name="color:Line" content="#f2f2f2"/>
- <meta name="color:Border" content="#eeeeee"/>
- <meta name="color:scrollbarbg" content="ffffff"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:bg" content=""/>
- <meta name="text:linkA" content="">
- <meta name="text:linkA url" content="/">
- <meta name="text:linkB" content="">
- <meta name="text:linkB url" content="/">
- <meta name="text:linkC" content="">
- <meta name="text:linkC url" content="/">
- <meta name="text:linkD" content="">
- <meta name="text:linkD url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb{ background-color: {color:scrollbarbg}; border: 2px solid #fff; height:auto; }
- ::-webkit-scrollbar { height:8px; width:11px; background-color: {color:scrollbarbg}; border:4.5px solid #fff; }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:candara;
- font-size:11px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- h1 {
- font-size:18px;
- text-transform:uppercase;
- padding:8px;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- a:hover {
- opacity:1;
- color:{color:hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- #sidebar {
- position:fixed;
- width:120px;
- margin-left:260px;
- margin-top:200px;
- opacity:1;
- }
- #sidebarimage {
- width 120px;
- }
- #sidebarimage img {
- width:80px;
- height:80px;
- margin-top:-80px;
- padding:6px;
- border:2px solid #eee;
- }
- .desc {
- position:fixed;
- margin-top:110px;
- margin-left:-47px;
- font-family:candara;
- line-height:95%;
- font-size:11px;
- width:130px;
- padding:9px;
- text-align:justify;
- color:{color:text};
- }
- .desc a
- {color:{color:text};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .links {
- width:140px;
- height:5px;
- padding: 9px;
- font-size:12px;
- text-align:center;
- margin-top:0px;
- margin-left:-53px;
- text-align:right;
- text-transform:lowercase;
- letter-spacing:1px;
- position:fixed;
- padding-bottom:7px;
- color:{color:link};
- }
- .links a {
- display: block;
- padding: 5px;
- font-size: 11px;
- margin-bottom:5px;
- background-color: {color:linkbg};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- .links a:hover {
- text-transform: lowercase;
- background-color:{color:linkhover};
- color:{color:link};
- letter-spacing:3px;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #pagi{
- width:100px;
- font-size:10px;
- text-align:center;
- margin-left:15px;
- margin-top:-108px;
- position:fixed;
- font-family:candara;
- letter-spacing:0px;
- }
- #all {
- padding:10px;
- width:500px;
- margin-left:420px;
- margin-top:50px;
- font-size:10px;
- padding-bottom:40px;
- }
- #posts {
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:30px;
- background-color:{color:Post};
- }
- #details {
- text-align:right;
- margin-top:-19px;
- text-transform:lowercase;
- font-size:10px;
- font-style:none;
- color:{color:info};
- }
- #date {
- text-align:left;
- margin-top:7px;
- text-decoration:underline;
- font-size:10px;
- font-style:none;
- color:{color:info};
- border-top:1px solid #f2f2f2;
- }
- #tags {
- font-family:candara;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:10px;
- font-style:italic;
- margin-top:3px;
- text-align:right;
- }
- #tags a {
- display:inline-block;
- padding:-3px;
- text-align:right;
- color:{color:Tags};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -transition: all 0.6s ease-in-out;
- }
- #question {
- padding:14px;
- font-family:candara;
- letter-spacing:0px;
- text-align:left;
- line-height:110%;
- font-size:11px;
- margin-bottom:10px;
- color:{color:text};
- font-weight:bold;
- border:2px solid #ddd;
- }
- #asker {
- text-transform:lowercase;
- letter-spacing:0px;
- font-size:18px;
- margin-top:-28px;
- margin-bottom:18px;
- margin-left:-5px;
- color:{color:text};
- }
- .newplayerbutton {
- position: relative;
- width: 28px;
- height: 27px;
- overflow: hidden;
- background-color: #ccc;
- }
- .playerbuttonhug {
- position: absolute;
- top: -11px;
- left: -12px;
- }
- .tumblr_audio_player {
- border: none;
- padding: 0px;
- margin: 0px;
- height: 50px;
- width: 500px;
- background-color: #ccc;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 28px;
- height: 28px;
- background-color: white;
- 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;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- overflow: hidden;
- width: 88px;
- height: 88px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 100px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- #quote {
- font-size:18px;
- letter-spacing:-1px;
- line-height:100%;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="desc">
- {Description}
- </div>
- <div class="links">
- {block:IfLinkA}
- <a href="{text:linkA url}">{text:linkA}</a>
- {/block:IfLinkA}
- {block:IfLinkB}
- <a href="{text:linkB url}">{text:linkB}</a>
- {/block:IfLinkB}
- {block:IfLinkC}
- <a href="{text:linkC url}">{text:linkC}</a>
- {/block:IfLinkC}
- {block:IfLinkD}
- <a href="{text:linkD url}">{text:linkD}</a>
- {/block:IfLinkD}
- </div>
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- /{block:NextPage}
- <a href="{NextPage}">forth</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="all">{block:Posts}<div id="posts">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div id="quote">"{Quote}"<br><span style="text-align:right;font-size:12px;">— {Source}</span></div>{/block:Quote}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}{TrackName}{/block:TrackName}<br/>
- {block:Artist}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {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:Answer}<div id="question"><span style="text-transform:lowercase;font-size:18px;letter-spacing:0px;"> {Asker}: </span>{Question}</div><left> {Answer}{/block:Answer}
- <div id="date">
- <br> <a href="{Permalink}">{Month} {DayOfMonthWithZero} at {12Hour}:{Minutes}</u> </a> </div>
- <div id="details">
- <br>// {block:RebloggedFrom} <a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom} // {block:ContentSource} <a href="{SourceURL}">source <a href="{SourceURL}"></a> {/block:ContentSource} ♥ <a href="{Permalink}">{NoteCount}</a> <span style="text-transform:uppercase;padding:0px 4px 0px 4px;"><a title="reblog" href="{ReblogURL}" target="_blank">reblog</a></span>
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}
- <div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div style="float: right; position: fixed; bottom: -6px; right: 2px;"><a href="http://narruld.tumblr.com"><img src="http://static.tumblr.com/u7ncy54/yx6mp2nu0/untitled2.png">
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement