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">
- <!--
- Don't remove credit or I will gank you :)
- Contact me if you have any questions or concerns
- -->
- <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:background" content="#ffffff"/>
- <meta name="color:text" content="#a8a8a8"/>
- <meta name="color:link" content="#b8b8b8"/>
- <meta name="color:tags" content="f0f0f0"/>
- <meta name="color:hover" content="#f2f2f2"/>
- <meta name="color:line" content="#f2f2f2"/>
- <meta name="color:border" content="#e4e4e4"/>
- <meta name="color:post" content="#ffffff"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:homelink title" content="home">
- <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="color:scrollbar" content="#c0c0c0">
- <meta name="if:show captions" content="1" />
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:8px;
- line-height:9px;
- font-family:calibri;
- z-index: 1000;
- border: 1px solid #d3d3d3;
- background-color:#fff;
- color: #aaaaaa;
- text-transform:uppercase;
- letter-spacing: 1px;
- }
- </style>
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- background-color: {color:scrollbar};
- border-radius:5px;
- border: 2px solid {color:background};
- height:auto;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:9px;
- background-color: {color:scrollbar};
- border: 4px solid {color:background};
- }
- *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- img {
- max-width:100%;
- height:auto;
- }
- blockquote {
- margin:0px 4px;
- padding:0em 1em;
- border-left:1px solid {color:blockquote};
- }
- h1 {
- font-size:9px;
- text-transform:uppercase;
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #entries {
- padding:10px;
- width:400px;
- margin-left:450px;
- margin-top:40px;
- font-size:10px;
- }
- #post {
- width:400px;
- padding-bottom:20px;
- padding:10px;
- margin-top:15px;
- background-color:{color:Post};
- }
- #captions {
- margin-top: 5px;
- padding:10px 15px;
- background: #fbfbfb;
- border-radius: 5px;
- border: 1px solid #f6f6f6;
- }
- #sidebar {
- width:100px;
- position:fixed;
- margin-left:260px;
- margin-top:150px;
- opacity:.80;
- background-color:{color:Sidebar};
- }
- #sidebarimage {
- width 100px;
- }
- #sidebarimage img {
- width:100px;
- padding-bottom:16px;
- border-color: {color:border};
- background-color:{color:Sidebar};
- }
- .links {
- width:94px;
- height:5px;
- padding: 9px;
- font-size:9px;
- font-family:'calibri';
- text-align:center;
- margin-top:-16px;
- margin-left:-5px;
- text-align:center;
- text-transform:uppercase;
- word-spacing:2px;
- position:fixed;
- padding-bottom:7px;
- }
- .links a {
- font-size: 8px;
- }
- .links a:hover {
- color:{color:Hover}
- }
- .desc {
- margin-top:6px;
- text-align:center;
- font-size:9px;
- font-family:Calibri;
- color:{color:text};
- background: #fafafa;
- border: 1px solid {color:border};
- border-radius:5px;
- padding: 5px;
- letter-spacing:1px;
- line-height:125%;
- background-image:url {image:descriptionbgd};
- }
- .desc a {
- color:{color:link};
- }
- #pagination {
- width:100px;
- font-size:8px;
- text-align:center;
- margin-left:0px;
- margin-top:60px;
- position:fixed;
- font-family:consolas;
- letter-spacing:0px;
- }
- #info {
- text-align:left;
- margin-top:10px;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- border-top:1px solid {color:Line}
- }
- #tags {
- font-family:cambria;
- letter-spacing:0px;
- word-spacing:1px;
- text-transform:none;
- margin-top:6px;
- font-size:8px;
- font-style:none;
- text-align:right;
- padding:5px;
- border-top:1px solid {color:Line}
- }
- #tags
- a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
- -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;}
- #ask {
- padding:7px;
- padding-bottom:15px;
- padding-top:15px;
- padding-left:15px;
- text-align:left;
- color:{color:text};
- line-height:130%;
- border: 1px solid #f6f6f6;
- background-color:#fbfbfb;
- border-radius:15px;
- }
- #ans {
- text-align:left;
- padding-top:9px;
- padding-bottom:3px;
- color:{color:text};
- }
- .newplayerbutton {
- position: relative;
- width: 20px;
- height: 50px;
- border-radius:15px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- border-radius:15px;
- top: -11px;
- left: -12px;
- }
- .tumblr_audio_player {
- border: none;
- border-radius:15px;
- padding: 0px;
- height: 40px;
- width: 500px;
- margin:0px 40px 10px 4px;
- }
- .playerbuttonbg {
- position:absolute;
- left: 14px;
- top: 15px;
- width: 13px;
- border-radius:15px;
- height: 15px;
- background-color: #ffffff;
- padding: 20px;
- 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;
- border-radius:15px;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 80px;
- height: 80px;
- }
- .audioimgwrapper img {
- width: 100%;
- border-radius:15px;
- height: auto;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- line-height:20px;
- background-color:#fafafa;
- margin-left: 81px;
- padding-right:10px;
- padding-left:10px;
- border: 1px solid #f6f6f6;
- border-radius:15px;
- width:295px;
- height:80px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- ol.notes {
- width:200px;
- text-align:left;
- line-height:20px;
- list-style:none;
- color:{color:link};
- }
- ol.notes img {
- display:none;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <a title="{text:homelink title}" href="/"><div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="links">
- <a href="{text:link 1 url}" title="{text:link 1}">01.</a>
- <a href="{text:link 2 url}" title="{text:link 2}">02.</a>
- <a href="{text:link 3 url}" title="{text:link 3}">03.</a>
- <a href="{text:link 4 url}" title="{text:link 4}">04.</a>
- </div>
- <div class="desc">
- {Description}
- </div>
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span> {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
- {block:Photo}
- <div id="photo">
- {block:IndexPage}
- <center><a href="{Permalink}"><img src="{PhotoURL-400}"/></a></center>
- {block:ifShowCaptions}
- {block:Caption}
- <div id="captions">{Caption}</div>
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- <center><img src="{PhotoURL-400}"/></center>
- {block:Caption}
- <div id="captions">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div id="photoset">
- {block:IndexPage}
- <center>{Photoset-400}</center>
- {block:ifShowCaptions}
- {block:Caption}
- <div id="captions">{Caption}</div>
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>{Photoset-400}</center>
- {block:Caption}
- <div id="captions">{Caption}</div>
- {/block:Caption}
- {block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}<div style="font-size:10px; padding:20px; background-color:#fafafa; border: 1px solid #f6f6f6; border-radius:15px; color:{color:text};">❝{Quote}❞</div>{block:Source}<br><br> <div style="text-align: right;"> - {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {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:Caption}{Caption}{/block:Caption}
- {/block:AudioPlayer}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask">{Question}<br><div style="float:right;"> - {Asker} </div></div> <div id="ans">{Answer}</div>{/block:Answer}
- <div id="info">
- <br>posted <a href="{Permalink}">{DayofWeek} {Month} {DayofMonth} {Year},</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>,{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">from <a href="{SourceURL}">{SourceLink}</a>,{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</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>
- <!--
- THEME MAKER CREDIT
- -->
- <div style="position:fixed;bottom:3px; right:3px; font-size:15px; letter-spacing:1px; font-family:cambria;"><a href="http://jimothykirk.tumblr.com/">☁</a></center></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment