Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme 011 by furyofthetimelords. Dont' steal, don't claim as your own or use as a base. That's not cool. Be cool, kids -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link href='http://fonts.googleapis.com/css?family=Junge' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Junge::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="color:background" content="#355a8f" />
- <meta name="color:post" content="#4978a5" />
- <meta name="color:sidebar" content="#4c79aa" />
- <meta name="color:description" content="#97a5b4" />
- <meta name="color:text" content="#709bcc" />
- <meta name="color:title" content="#aeb2d3" />
- <meta name="color:link" content="#30355f" />
- <meta name="text:link1" content="" />
- <meta name="text:link1 URL" content="" />
- <meta name="text:link2" content="" />
- <meta name="text:link2 URL" content="" />
- <meta name="text:link3" content="" />
- <meta name="text:link3 URL" content="" />
- <meta name="text:link4" content="" />
- <meta name="text:link4 URL" content="" />
- <meta name="text:link5" content="" />
- <meta name="text:link5 URL" content="" />
- <meta name="image:sidebar bg" content="" />
- <meta name="image:sidebar img" content="" />
- <meta name="image:background" content="" />
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Junge);
- body {
- background: {color:background};
- background-image: url('{image:background}');
- margin: 0;
- padding: 0;
- font-family: Book Antiqua;
- font-size:10px;
- color:{color:text};
- }
- blockquote {
- border-left: 3px solid {color:description};
- padding-left:4px;
- }
- a{text-decoration:none;}
- a:link, a:active, a:visited{
- color:{color:link};
- text-decoration:none;
- }
- a:hover{
- text-decoration:underline;
- }
- #title {
- font-family:Junge;
- color:{color:title};
- font-size:18px;
- font-style:bold;
- text-align:center;
- text-decoration:none;
- }
- #sidebar {
- position:fixed;
- width:390px;
- height:100%;
- padding-left:5px;
- padding-top:200px;
- background-color:{color:sidebar};
- background-image: url('{image:sidebar bg}');
- background-attachment:fixed;
- background-position:bottom left;
- background-repeat:no-repeat
- }
- #sidebar img {
- margin-top:5px;
- margin-bottom;5px;
- text-align:center;
- padding:2px;
- }
- #description {
- width: 200px;
- font-size:10px;
- text-align:left;
- color:{color:description};
- padding:3px;
- font-family:Book Antiqua;
- }
- .nav a{
- margin-top:5px;
- font-size:10px;
- color:{color:link};
- }
- .nav a:hover {
- background-color:{color:description};
- text-decoration:none;
- }
- #audioplayer {
- position:absolute;
- opacity: 0.5;
- filter:alpha(opacity=50);
- -moz-opacity: 0.5;
- -khtml-opacity: 0.5;
- float:right;
- margin-right:360px;
- width:100px;
- height:30px;
- overflow:hidden;
- padding-bottom:50px;
- }
- #audiodesc {
- float:right;
- margin-bottom:20px;
- }
- .icon img {
- border-radius:15px;
- -moz-border-radius:15px;
- -webkit-border-radius:15px;
- -o-border-radius:15px;
- padding-right:3px;
- float:left;
- margin-left:5px;
- }
- #qtext {
- float:left;
- padding:5px;
- width:500px;
- background-color:{color:sidebar};
- padding-left:5px;
- }
- #info {
- background-color:{color:post};
- border-top:3px solid {color:link bg};
- padding:3px;
- }
- #entry {
- font-size:10px;
- margin-right: 290px;
- margin-top:40px;
- float: right;
- text-align: justify;
- width:500px;
- }
- #post {
- font-size:10px;
- padding: 5px;
- width: 500px;
- color:{color:text};
- text-align: justify;
- }
- {CustomCSS}
- </style>
- <style> .my-like { cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { color: #c5b99a; cursor:pointer; display:inline-block; vertical-align:top; } </style> <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- </head>
- <body>
- <div id="sidebar">
- <center>
- <div id="title">{Title}</div></center>
- <center><div id="sidebar img"><img src="{image:sidebar img}"></div>
- <center><div class="nav"><a href="/">home</a> / <a href="/ask">ask</a> / <a href="/archive">past</a> / <a href="http://furyofthetimelords.tumblr.com">credit</a> <br>{block:ifLink1}<a href="{text:link1 URL}">{text:link1}</a>{/block:iflink1} {block:ifLink2} / <a href="{text:link2 URL}">{text:link2}</a>{/block:iflink2} {block:ifLink3} / <a href="{text:link3 URL}">{text:link3}</a>{/block:iflink3} {block:ifLink4} / <a href="{text:link4 URL}">{text:link4}</a>{/block:iflink4} {block:ifLink5} / <a href="{text:link5 URL}">{text:link5}</a>{/block:iflink5}</div>
- <center><div id="description">{block:Description}{Description}{/block:Description}</div>
- <center>
- {block:PreviousPage}<a href="{PreviousPage}"><font-size="12">« prev</font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><font-size="12">next »</font></a>{/block:NextPage}
- </center></div>
- <div id="entry">
- {block:Posts}
- <div id="post">
- {block:Text}<div id="title">{Title}</div>{Body}{/block:Text}
- {block:Quote}<div id="title">“{Quote}”</div> <h2>— {Source}</h2>{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}> <div id="title">{Name}</div></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="qtext">
- <div class="icon"><img src="{AskerPortraitURL-30}"></div><b>{Asker}</b> asked:<br>
- {Question}</div>
- <br>
- <br>
- <br>
- {Answer}
- {/block:Answer}
- {block:Audio}<center><div id="audioplayer">{AudioPlayerGrey}</div></center>{block:AlbumArt}<image src="{AlbumArtURL}" width="100">{/block:AlbumArt}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- <div id="info"><a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} • <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">via</a>
- {block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom} • <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div> • <a href="{ReblogURL}">reblog</a>
- {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment