Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme 007 by laura @furyofthetimelords
- don't steal, don't use as a base and editing is okay just don't call it your own-->
- <!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">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Dawning+of+a+New+Day::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>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="color:background" content="#19191a" />
- <meta name="color:post" content="#0c0b0b" />
- <meta name="color:sidebar" content="#000000" />
- <meta name="color:description" content="#2c1b1b" />
- <meta name="color:text" content="#4d1010" />
- <meta name="color:link" content="#3d3939" />
- <meta name="color:link bar" content="#0f0101" />
- <meta name="color:description bg" content="#1c1b1b" />
- <meta name="color:link bg" content="#1f0404" />
- <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="text:subtitle" content="" />
- <meta name="image:sidebar img" content="" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar bg" content="" />
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day);
- body {
- background: {color:background};
- background-image: url('{image:background}');
- margin: 0;
- padding: 0;
- font-family: arial;
- font-size:8px;
- text-transform:lowercase;
- color:{color:text};
- }
- a{text-decoration:none;}
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration:none;
- }
- a:hover{
- font-size:10px;
- color: {color:text};
- text-transform:uppercase;
- }
- blockquote{
- padding-left:3px;
- border-left: 2px soild {color:text};
- }
- #title {
- font-family: Dawning of a New Day;
- color:{color:text};
- font-size:23px;
- font-style:bold;
- text-align:center;
- text-decoration:none;
- margin-top:190px;
- }
- #titlet {
- font-family: Dawning of a New Day;
- color:{color:text};
- font-size:23px;
- font-style:bold;
- text-align:center;
- text-decoration:none;
- }
- #titleq {
- font-family: Dawning of a New Day;
- color:{color:text};
- font-size:23px;
- font-style:bold;
- text-align:center;
- text-decoration:none;
- text-style:italic
- }
- .titleL a{
- font-family: Dawning of a New Day;
- color:{color:text};
- font-size:23px;
- font-style:bold;
- text-align:center;
- text-decoration:none;
- }
- .titleL a:hover{
- text-style:italic;
- }
- #stitle{
- text-align:center;
- font-style:italic;
- font-size:10px;
- }
- #sidebar {
- position:fixed;
- height:100%;
- width:350px;
- padding:5px;
- background-color:{color:sidebar};
- background-image: url('{image:sidebar bg}');
- background-attachment:fixed;
- background-position:bottom left;
- background-repeat:no-repeat
- }
- #sidebar2 {
- position:fixed;
- height:100%;
- width:60px;
- margin-left:330px;
- padding-left:5px;
- padding-right:5px;
- padding-top:220px;
- background-color:{color:link bar};
- }
- #sidebarpic img {
- margin-top:10px;
- margin-bottom:20px;
- max-width:100px;
- height:auto;
- text-align:center;
- border:3px solid {color:link bar};
- }
- #description {
- margin-top:2px;
- width: 250px;
- font-size:9px;
- margin-left:30px;
- padding:3px;
- text-align:center;
- color:{color:description};
- font-family:{font:description};
- background-color:{color:description bg}
- }
- .bubble {align:right;background: {color:background}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:background}}
- .nav a{
- font-size:8px;
- display:inline-block;
- text-align:center;
- padding:5px;
- height:10px;
- width:50px;
- margin-bottom:5px;
- background-color:{color:link bg};
- color:{color:link};
- text-transform:none;
- }
- .nav a:hover{
- background-color:{color:link bar};
- color:{color:link};
- -webkit-transition: 0.5s;
- -moz-transition: 0.5s;
- -o-transition: 0.5s;
- transition: 0.5s;
- }
- #audiodesc {
- font-family:arial;
- background-color:{color:sidebar};
- padding:5px;
- float:right;
- margin-right:250px;
- }
- #audioplayer {
- width:30px;
- height:30px;
- overflow:hidden;
- opacity: 0.7;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -khtml-opacity: 0.7;
- position:absolute;
- margin-top:40px;
- margin-bottom:40px;
- margin-left:40px;
- margin-right:40px;
- }
- #entry {
- font-size:10px;
- margin-right: 200px;
- margin-top:40px;
- float: right;
- text-align: center;
- width:500px;
- }
- #post {
- font-size:10px;
- padding: 5px;
- width: 500px;
- background-color:{color:post};
- color:{color:text};
- text-align: left;
- }
- {CustomCSS}
- </style>
- <style> .my-like { cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { color: red}; 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>
- </script>
- </head>
- <body>
- <div id="sidebar">
- <center>
- <div id="title">{Title}</div></center>
- <div id="stitle">{text:subtitle}</div>
- <div id="sidebarpic"><center><a href="/"><img src="{image:sidebar img}"/></a></div>
- <div id="description"><center>{block:Description}{Description}{/block:Description}</div>
- <center>
- {block:PreviousPage}<div class="page"><a href="{PreviousPage}">«</a></div>{/block:PreviousPage} {block:NextPage}<div class="page"><a href="{NextPage}">»</a></div>{/block:NextPage}
- </center></div>
- <div id="sidebar2">
- <div class="nav"><a href="/">home</a> <br><a href="/ask">ask</a> <br><a href="/archive">past</a>
- {block:ifLink1}<br><a href="{text:link1 URL}">{text:link1}</a>{/block:iflink1} {block:ifLink2}<br><a href="{text:link2 URL}">{text:link2}</a>{/block:iflink2} {block:ifLink3}<br><a href="{text:link3 URL}">{text:link3}</a>{/block:iflink3} {block:ifLink4}<br><a href="{text:link4 URL}">{text:link4}</a>{/block:iflink4} {block:ifLink5}<br><a href="{text:link5 URL}">{text:link5}</a>{/block:iflink5}
- <a href="http://furyofthetimelords.tumblr.com">credit</a>
- </div>
- </div>
- <div id="entry">
- {block:Posts}
- <div id="post">
- {block:Text}
- <div id="titlet">{Title}</div>
- {Body}
- {/block:Text}
- {block:Quote}<div id="titleq">“{Quote}”</div> <h2>— {Source}</h2>{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}> <div class="titleL">{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}<div id="titlet">{Title}</div><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}
- <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question} </div>{Answer}
- {/block:Answer}
- {block:Audio}<div id= "audioplayer"><center>{AudioPlayerGrey}<center></div>
- {block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}<div id="audiodesc">{block:TrackName}<strong>song:</strong> {TrackName}{/block:TrackName} <br>{block:Artist}<strong>arist:</strong> {Artist}{/block:Artist} <br></strong>plays:</strong> {FormattedPlayCount}</div>
- {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">❤</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