Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme 016 by laura @furyofthetimelords and editing is only allowed for personal reasons. Keep the credit in tact and don't steal -->
- <!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>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="color:background" content="#ffffff" />
- <meta name="color:post" content="#082033" />
- <meta name="color:description" content="#6783a2" />
- <meta name="color:text" content="#6d6c6c" />
- <meta name="color:link" content="#7b95a2" />
- <meta name="color:bar" content="#082033" />
- <meta name="text:subtitle" content="" />
- <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 img" content="" />
- <meta name="image:background" content="" />
- <style type="text/css">
- body {
- background: {color:background};
- background-image: url('{image:background}');
- margin: 0;
- padding: 0;
- font-family: georgia;
- }
- a{text-decoration:none;}
- a:link, a:active, a:visited{
- color:{color:link};
- text-decoration:none;
- font-style:italic;
- }
- a:hover{
- text-shadow:1px 1px {color:text};
- }
- blockquote {
- border-left: 3px solid {color:post};
- padding-left:3px;
- }
- #qu {
- color:{color:text};
- font-size:15px;
- font-style:italic;
- text-decoration:none;
- }
- #pst {
- color:{color:text};
- font-size:15px;
- font-style:italic;
- text-decoration:none;
- letter-spacing:3px;
- text-align:center
- }
- #li {
- color:{color:link};
- font-size:15px;
- font-style:italic;
- text-decoration:none;
- letter-spacing:3px;
- text-align:center'
- }
- #title {
- font-family:{font:title};
- color:{color:text};
- font-size:20px;
- font-style:italic;
- text-align:center;
- text-decoration:none;
- letter-spacing:3px;
- }
- #head{
- margin-left:37.5%;
- width:500px;
- padding:5px;
- background-color:{color:background};
- }
- #part {
- margin-top:10px;
- font-size:10px;
- font-style:italic;
- text-align:center;
- letter-spacing:5px;
- }
- #sidebar {
- position:fixed;
- margin-top:150px;
- margin-left:100px;
- width:250px;
- padding:5px;
- }
- #navbar {
- position:fixed;
- margin-top:165px;
- margin-left:175px;
- width:100px;
- height:100px;
- padding:5px;
- border-radius:100px;
- -moz-border-radius:100px;
- -o-border-radius:100px;
- -webkit-border-radius:100px;
- }
- .navi {
- filter:alpha(opacity=0);
- -moz-opacity: 0;
- opacity:0;
- -khtml-opacity: 0;
- -moz-opacity:0;
- -webkit-opacity:0;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- margin-bottom:2px;
- margin-left:-20px;
- }
- .navi a {
- margin-top:5px;
- display:inline-block;
- font-size:10px;
- padding:2px;
- width:40px;
- text-align:center;
- background-color:{color:bar};
- position:absolute;
- margin-left:10px;
- }
- #navbar:hover .navi {
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- opacity:1;
- position:absolute;
- margin-bottom:2px;
- margin-left:18px;
- }
- #sidebarpic img {
- margin-top:5px;
- margin-bottom:5px;
- width:100px;
- height:100px;;
- text-align:center;
- border-radius:100px;
- -moz-border-radius:100px;
- -o-border-radius:100px;
- -webkit-border-radius:100px;
- padding:5px;
- border: 1px solid {color:text};
- background-color:{color:background};
- }
- #description {
- margin-top:-2px;
- width: 150px;
- font-size:10px;
- text-align:left;
- color:{color:description};
- font-family:georgia;
- }
- #audio {
- float:right;
- margin-right:150px;
- }
- #audi img{
- margin-left:-100px;
- float:left;
- width:100px;
- height:100px;
- background-color:{color:text};
- }
- #audip img{
- float:left;
- width:100px;
- height:100px;
- background-color:{color:text};
- background-image: url('');
- }
- .icon img {
- padding-right:3px;
- float:left;
- margin-left:5px;
- }
- #qtext {
- float:left;
- padding:5px;
- width:500px;
- border-bottom:1px solid {color:post};
- padding-left:5px;
- margin-bottom:5px;
- }
- #ans {
- margin-top:10px;
- }
- #entry {
- font-size:10px;
- margin-right: 290px;
- margin-top:40px;
- float: right;
- text-align: left;
- width:500px;
- }
- #post {
- font-size:10px;
- padding: 5px;
- width: 500px;
- color:{color:text};
- text-align: justify;
- }
- #info {
- margin-top:10px;
- border-top: 1px solid {color:post};
- }
- #limea {
- display:inline-block;
- padding:2px 4px 2px 4px;
- float:left;
- margin-top:-9px;
- background-color:{color:post};
- }
- #flight img{
- display:inline-block;
- padding:2px;
- float:right;
- margin-top:-9px;
- }
- #fade {
- display: none;
- background: #999a9e;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: #FFFFFF;
- padding: 20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 99999;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .nigh a{
- width:60px;
- padding:10px;
- margin-left:5px;
- display:inline-block;
- font-size:10px;
- font-style:italic;
- background-color:{color:bar};
- text-align:center;
- }
- .nigh a:hover {
- text-shadow:1px 1px {color:text};
- }
- {CustomCSS}
- </style>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- </head>
- <body>
- <div id="head">
- <div id="title">{Title}</div>
- <div id="part">{text:subtitle}</div>
- </div>
- <div id="sidebar">
- <center>
- <div id="sidebarpic"><a href="/"><img src="{image:sidebar img}"/></a></div>
- <div id="description"><center>{block:Description}{Description}{/block:Description}</center><small></div>
- <center>
- {block:PreviousPage}<a href="{PreviousPage}"><font-size="12">«</font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><font-size="12">»</font></a>{/block:NextPage}
- </center></div>
- <div id="navbar">
- <div class="navi"><a href="/">home</a> <br><a href="/faq1">ask</a> <br><a href="/archive">past</a> <br><a href="#?w=500" rel="navigation" class="poplight">nav</a> <br><a href="http://furyofthetimelords.tumblr.com">theme</a></div>
- </div>
- <div id="navigation" class="popup_block">
- <p><div id="pst">navigation</div>
- <p><center><div class="nigh">{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>
- </div>
- <div id="entry">
- {block:Posts}
- <div id="post">
- {block:Text}<div id="pst">{Title}</div>{Body}{/block:Text}
- {block:Quote}<div id="qu">“{Quote}”</div> <h2>— {Source}</h2>{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}> <div id="li">{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="pst">{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}
- <div id="qtext">
- <div class="icon"><img src="{AskerPortraitURL-30}"></div><b>{Asker}</b> inquired:<br>
- {Question}</div>
- <br>
- <br>
- <br>
- <div id="ans">{Answer}</div>
- {/block:Answer}
- {block:Audio}<div id="audip"><img src="http://fc08.deviantart.net/fs71/f/2011/185/f/9/no_cover_itunes_by_stainless2-d3kxnbe.png"></div><span class="audio">{block:AlbumArt}<div id="audi"><image src="{AlbumArtURL}" width="100"></div>{/block:AlbumArt}<center><div id="audio">{AudioPlayerGrey}<strong>song:</strong> {block:TrackName}{TrackName}{/block:TrackName} <br><strong>artist:</strong> {block:Artist}{Artist}{/block:Artist} <br><strong>album:</strong> {block:Album}{Album}{/block:Album}</div></center></span><br><br><br><br><br><br><br><br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- <div id="info"><div id="limea"><a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} - <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}</div> {block:RebloggedFrom}<div id="flight">{block:ContentSource} <a href="{SourceURL}" title="source"><img src="{ReblogRootPortraitURL-16}"></a>{block:ContentSource}<a href="{ReblogParentURL}" title="via"><img src="{ReblogParentPortraitURL-16}"></a>
- {/block:RebloggedFrom}<br>
- {block:HasTags}{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