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:Tags" content="#cccccc"/>
- <meta name="color:Hover" content="#f1f1f1"/>
- <meta name="color:scrollbarbg" content="ffffff"/>
- <meta name="color:linkbg" content="dddddd"/>
- <meta name="color:sidebartitle" content="dddddd"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:sidebartitle" content="">
- <meta name="text:sidebartitle2" 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="/">
- <meta name="text:linkE" content="">
- <meta name="text:linkE 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; }
- ::selection {
- background: {color:scrollbarbg};
- color: #fff;
- }
- ::-moz-selection {
- background:{color:scrollbarbg};
- color: #fff;
- }
- ::-webkit-selection {
- background: {color:scrollbarbg};
- color: #fff;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Arial, Helvetica;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- h1 {
- font-size:18px;
- text-transform:lowercase;
- letter-spacing:-1px;
- }
- 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:160px;
- margin-top:140px;
- opacity:1;
- z-index:999999999999999;
- }
- #sidebarimage {
- width 120px;
- }
- #sidebarimage img {
- width:200px;
- border:0px;
- }
- .sidebartitle {
- color:{color:sidebartitle};
- position:fixed;
- font-size:24px;
- font-weight:bold;
- font-style:italic;
- text-align:right;
- top:0px;
- margin-left:230px;
- background-color:#fff;
- z-index:9999999;
- width:530px;
- height:40px;
- padding:50px 80px 30px 30px;
- letter-spacing:-2px;
- }
- .sidebartitle a{
- color:{color:sidebartitle};
- }
- .sidebartitle a:hover {
- color:{color:hover};
- }
- .sidebartitle2 {
- position:fixed;
- font-size:10px;
- font-style:italic;
- color:{color:text};
- text-align:right;
- top:65px;
- margin-left:435px;
- background-color:#fff;
- z-index:999999999999;
- width:350px;
- padding:10px;
- letter-spacing:1px;
- }
- .desc {
- position:fixed;
- margin-top:10px;
- margin-left:5px;
- font-family:arial;
- line-height:110%;
- font-size:8px;
- width:170px;
- padding:9px;
- text-transform:uppercase;
- text-align:justify;
- color:{color:text};
- border:1px solid #ddd;
- }
- .desc a
- {color:{color:text};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .links {
- width:70px;
- height:3px;
- padding: 9px;
- text-align:center;
- letter-spacing:1px;
- color:{color:link};
- position:relative;
- margin-top:-133px;
- margin-left:131px;
- z-index:-9999999999;
- }
- .links a {
- display: block;
- margin-bottom:-5px;
- padding:4px;
- font-size: 9px;
- margin-left:-6px;
- border-right:10px solid {color:linkbg};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .links a:hover {
- text-transform: lowercase;
- color:{color:link};
- border-right:0px solid {color:linkbg};
- letter-spacing:1px;
- margin-left:68px;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- #pagi{
- width:100px;
- font-size:10px;
- text-align:center;
- margin-left:45px;
- margin-top:200px;
- text-transform:lowercase;
- font-family:arial;
- z-index:9999999999999999999;
- }
- #all {
- padding:10px;
- width:500px;
- margin-left:450px;
- margin-top:30px;
- font-size:10px;
- padding-bottom:50px;
- }
- #posts {
- width:500px;
- padding-bottom:50px;
- padding:5px;
- margin-top:100px;
- background-color:{color:Post};
- position:relative;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3;
- }
- #details {
- position: absolute;
- margin-left: 490px;
- padding: 0px 5px 5px 5px;
- top: 6px;
- width: 80px;
- line-height:100%;
- text-align:left;
- opacity:0;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- -transition: all 0.8s ease-in-out;
- }
- #posts:hover #details {
- opacity:1;
- margin-left:510px;
- color:{color:hover};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- -transition: all 0.8s ease-in-out;
- }
- #tags {
- font-family:arial;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:9px;
- margin-top:1px;
- position:absolute;
- padding: 0px 5px 5px 5px;
- margin-left:-4px;
- }
- #tags a {
- display:inline-block;
- padding:-3px;
- color:{color:Tags};
- }
- #question {
- padding:8px;
- padding-bottom:20px;
- padding-top:0px;
- font-family:arial;
- letter-spacing:2px;
- text-align:left;
- text-transform:uppercase;
- font-size:9px;
- color:{color:text};
- border-bottom:1px solid #eee;
- border-right:1px solid #eee;
- background-color:{color:background}
- }
- #askpic {
- float: left;
- padding:4px 10px 15px 4px;
- }
- #askpic img {
- border:4px solid {color:linkbg};
- padding:3px;
- margin-top:-10px;
- }
- .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 class="sidebartitle"> <a href="/">{text:sidebartitle}</a></div>
- <div class="sidebartitle2">{text:sidebartitle2}</div>
- <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}<br>
- {block:IfLinkB}
- <a href="{text:linkB url}">{text:linkB}</a>
- {/block:IfLinkB}<br>
- {block:IfLinkC}
- <a href="{text:linkC url}">{text:linkC}</a>
- {/block:IfLinkC}<br>
- {block:IfLinkD}
- <a href="{text:linkD url}">{text:linkD}</a>
- {/block:IfLinkD}<br>
- {block:IfLinkE}
- <a href="{text:linkE url}">{text:linkE}</a>
- {/block:IfLinkE}<br>
- </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><br></div><span style="text-align:right;font-size:10px;">— {Source}</span>{/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}<p>{/block:Lines}{/block:Chat}
- {block:Answer}<div id="askpic"><img src="{AskerPortraitURL-30}"></div>
- <div id="question"> {Asker}: <p>{Question}</div><left> <span style="font-family:arial;">{Answer}</span>{/block:Answer}
- <div id="details">
- <br> <a href="{Permalink}"><span style="color:{color:linkbg};letter-spacing:-1px; font-size:16px;text-transform:lowercase;font-weight:bold;">{ShortMonth}. {DayOfMonthWithZero} </span></a> <br>{block:RebloggedFrom} <a href="{ReblogParentURL}">via;</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"> <a href="{SourceURL}">src</a><br> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <a href="{Permalink}">♥{NoteCount}</a>
- {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