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 steal or 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:Sidebar" 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="color:Answer" content="#f8f8f8"/>
- <meta name="color:scrollbar" content="#D6D5D5">
- <meta name="image:header" content=""/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Text" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Text" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 text" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Text" content="" />
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px;
- display: none;
- font-style:none;
- text-align: center;
- position: absolute;
- font-size:11px;
- line-height:10px;
- font-family: 'Arapey', serif;
- z-index: 1000;
- background: white;
- z-index: 9999999;
- border: 1px solid #a8a8a8;
- color: {color:text};
- letter-spacing: 1px;
- max-width:150px;
- }
- </style>
- <link href='http://fonts.googleapis.com/css?family=Paprika' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Arapey' rel='stylesheet' type='text/css'>
- <style type="text/css">
- *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
- ::-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};
- }
- #woah
- #woah a{
- display:block
- }
- #woah #description {
- margin-top:-130px;filter: alpha(opacity = 0);
- opacity:0;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #woah:hover #description {
- margin-top:-130px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:.83;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family: 'Arapey', serif;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- h1 {
- font-size:9px;
- }
- h3 {
- font-size:10px;
- text-transform:lowercase;
- font-family: 'Paprika', cursive;
- }
- 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
- }
- /* --- POST ENTRIES ---*/
- #entries {
- padding:10px;
- width:400px;
- margin-left:470px;
- margin-top:170px;
- font-size:10px;
- }
- /* --- BODY: POSTS ---*/
- #post {
- width:400px;
- padding-bottom:60px;
- padding:40px;
- margin-top:15px;
- background-color:{color:Post};
- }
- #header {
- position:fixed;
- background-color:#fcfcfc;
- width: 398px;
- padding-top:20px;
- padding-bottom: 20px;
- margin-top:-20px;
- margin-left:6px;
- border: 1px solid {color:line};
- border-bottom: 1px solid {color:line};
- }
- #woah {
- position:fixed;
- margin-top:-200px;
- margin-left:514px;
- width:400px;
- height:220px;
- }
- #woahimage {
- width 400px;
- height:200px;
- }
- #woahimage img {
- width:400px;
- height:200px;
- padding:6px;
- }
- /* --- SIDEBAR LINKS ---*/
- .links {
- width:170px;
- height:5px;
- padding: 9px;
- font-size:8px;
- font-family: 'Paprika', cursive;
- text-align:center;
- margin-top:-2px;
- margin-left:-20px;
- text-align:center;
- text-transform:lowercase;
- word-spacing:2px;
- position:fixed;
- padding-bottom:7px;
- }
- .links a {
- font-size: 8px;
- }
- .links a:hover {
- color:{color:Hover}
- }
- /* --- DESCRIPTION ---*/
- #description {
- max-height:50px; overflow-y: auto; overflow-x: yes scroll;
- position:fixed;
- font-family: 'Paprika', cursive;
- line-height:130%;
- font-size:8px;
- width:343px;
- padding:16px;
- margin-left:10px;
- text-align:justify;
- color:{color:text};
- background-color:white;
- border: 1px solid #a8a8a8;
- opacity:0;
- }
- #description a {color:{color:text}; -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;}
- /* --- PAGINATION---*/
- #pagination {
- position:fixed;
- padding: 9px;
- padding-bottom:7px;
- width:400px;
- font-size:8px;
- text-align:center;
- font-style:italic;
- margin-left:155px;
- margin-top:-2px;
- font-family: 'Paprika', cursive;
- letter-spacing:0px;
- }
- /* --- POST INFO ---*/
- #info {
- font-family: 'Arapey', serif;
- text-align:center;
- margin-top:10px;
- text-transform:lowercase;
- font-size:9px;
- font-style:none;
- border-top:1px solid {color:Line}
- }
- /* --- POST TAGS---*/
- #tags {
- font-family:cambria;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:8px;
- font-style:italic;
- margin-top:4px;
- text-align:center;
- }
- #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:30px;
- padding-left:0px;
- text-align:left;
- color:{color:text};
- line-height:130%;
- border-bottom: 1px solid #f4f4f4;
- }
- #ask img {
- margin-left:-2px;
- margin-bottom:-9px;
- padding:3px;
- }
- #ans {
- text-align:left;
- padding-top:9px;
- padding-bottom:3px;
- color:{color:text};
- }
- {CustomCSS}</style></head><body>
- <div id="woah">
- <div id="woahimage"><img src="{image:header}"></div>
- <div id="header">
- <div id="description">
- {Description}
- </div>
- <div class="links">
- <a href="{text:Link 1}">{text:Link 1 Text}</a>
- <a href="{text:Link 2}">{text:Link 2 Text}</a>
- <a href="{text:Link 3}">{text:Link 3 Text}</a>
- <a href="{text:Link 4}">{text:Link 4 Text}</a>
- </div>
- </div>
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">forward</a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h3>{block:Title}{Title}{/block:Title}</h3>{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:Quote}<big><em>❝{Quote}❞</em></big>{block:Source}<br><br> <div style="text-align: right;"> - {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h3><a href="{URL}" {Target}>{Name}</a></h3>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h3>{Title}</h3>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask">{Question}<div style="float:right;"> - {Asker} <img src="{AskerPortraitURL-24}"> </div></div> <div id="ans">{Answer}</div>{/block:Answer}
- <div id="info">
- <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>,{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">by <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">filed under:{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:11px; 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