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">
- <!--
- If you remove credit I will gank you :)
- If you have any questions or concerns contact me
- -->
- <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:link1" content="link 1" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 2" content="link 2" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 3" content="link 3" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 4" content="link 4" />
- <meta name="text:link 4 url" content="/" />
- <meta name="color:scrollbar" content="#c0c0c0"/>
- <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: 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 ---*/
- 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 {
- max-width:100%;
- height:auto;
- }
- blockquote {
- margin:0px 4px;
- padding:0em 1em;
- border-left:1px solid {color:blockquote};
- }
- h1 {
- font-size:9px;
- font-family:cambria;
- 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:500px;
- margin-top:40px;
- font-size:10px;
- }
- #post {
- width:400px;
- padding-bottom:20px;
- padding:10px;
- margin-top:15px;
- background-color:{color:Post};
- }
- #title {
- font-family:cambria;
- margin-top:5px;
- width:150px;
- text-align:right;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- padding-bottom:3px;
- border-bottom:1px solid;
- border-color:{color:border};
- color:{color:text};
- }
- #sidebar {
- width:150px;
- height:150px;
- position:fixed;
- margin-left:250px;
- margin-top:150px;
- opacity:1;
- background-color:{color:Sidebar};
- }
- #sidebarimage {
- width 150px;
- }
- #sidebarimage img {
- width:150px;
- padding:6px;
- border-color: {color:border};
- background-color:{color:Sidebar};
- }
- #line{
- position:fixed;
- top:0px;
- height:150%;
- width:1px;
- background:#cecece;
- margin-left:166px;
- }
- .links {
- width:145px;
- height:5px;
- padding: 9px;
- font-size:10px;
- font-family:'calibri';
- text-align:right;
- margin-top:-3px;
- margin-left:-5px;
- text-align:right;
- text-transform:uppercase;
- word-spacing:2px;
- position:fixed;
- padding-bottom:7px;
- opacity:0;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .links a {
- font-size: 8px;
- }
- .links a:hover {
- color:{color:Hover}
- }
- #sidebar:hover .links {
- opacity:1;
- margin-left:-5px;
- -moz-transition-duration:.8s;
- -webkit-transition-duration:.8s;
- -o-transition-duration:.8s;
- }
- /* --- DESCRIPTION ---*/
- #description {
- position:fixed;
- font-family:cambria;
- line-height:170%;
- font-size:9px;
- font-style:italic;
- width:100px;
- margin-top:20px;
- padding:8px;
- margin-left:40px;
- text-align:right;
- color:{color:text};
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- #sidebar:hover #description {
- opacity:1;
- margin-top:30px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #description a {color:{color:text}; -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
- /* --- PAGINATION---*/
- #pagination {
- width:400px;
- font-size:10px;
- text-align:center;
- margin-left:700px;
- margin-top:-70px;
- position:fixed;
- font-family:consolas;
- letter-spacing:0px;
- }
- /* --- POST INFO ---*/
- #info {
- text-align:left;
- margin-top:10px;
- text-transform:uppercase;
- font-size:8px;
- word-spacing:1px;
- font-style:none;
- border-top:1px solid {color:Line}
- }
- /* --- POST TAGS---*/
- #tags {
- font-family:cambri;
- letter-spacing:0px;
- text-transform:none;
- margin-top:6px;
- font-size:8px;
- letter-spacing:1px;
- padding-top:10px;
- font-style:none;
- text-align:right;
- 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;}
- /* --- QUESTIONS ---*/
- #ask {
- padding:7px;
- padding-bottom:20px;
- padding-left:10px;
- text-align:left;
- color:{color:text};
- line-height:130%;
- background-color:#fafafa;
- }
- #ans {
- text-align:left;
- padding-top:9px;
- padding-bottom:3px;
- color:{color:text};
- }
- .newplayerbutton {
- position: relative;
- width: 20px;
- height: 50px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -11px;
- left: -12px;
- }
- .tumblr_audio_player {
- border: none;
- padding: 0px;
- height: 40px;
- width: 500px;
- margin:0px 40px 10px 4px;
- }
- .playerbuttonbg {
- position:absolute;
- left: 14px;
- top: 15px;
- width: 13px;
- 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;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 80px;
- height: 80px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- line-height:20px;
- background-color:#fafafa;
- margin-left: 81px;
- padding-right:10px;
- padding-left:10px;
- 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">
- <div id="sidebarimage">
- <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
- <div id="description">
- {Description}
- </div>
- <div id="title">{Title}</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 id="line"></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}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {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:Quote}<div style="font-size:10px; padding:5px;color:{color:text};">❝{Quote}❞</div>{block:Source}<br><br> <div style="text-align: right;"> - {Source}</div>{/block:Source}{/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: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