Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme 017 by laura @furyofthetimelords -->
- <!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="#e7e7e7" />
- <meta name="color:sidebar" content="#d5d5d5" />
- <meta name="color:description" content="#b3b3b3" />
- <meta name="color:text" content="#a8a8a8" />
- <meta name="color:link" content="#7c8a8d" />
- <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:link6" content="" />
- <meta name="text:link6 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;
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- a:hover{
- color:{color:text};
- }
- blockquote {
- border-left:3px solid {color:post};
- padding-left:5px;
- }
- #title {
- font-family:georgia;
- color:{color:text};
- font-size:14px;
- font-style:italic;
- text-transform:uppercase;
- text-align:center;
- text-decoration:none;
- }
- #titlep {
- font-family:georgia;
- color:{color:text};
- font-size:18px;
- text-align:center;
- text-decoration:none;
- }
- #titleq {
- font-family:georgia;
- color:{color:text};
- font-size:18px;
- font-style:italic;
- text-align:center;
- text-decoration:none;
- }
- .titlen a{
- font-family:georgia;
- color:{color:link};
- font-size:18px;
- font-style:italic;
- text-align:center;
- text-decoration:none;
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- .titlen a:hover {
- color:{color:text};
- }
- #sidebar {
- position:fixed;
- height:100%;
- margin-left:250px;
- width:150px;
- padding:180px 5px 5px 5px;
- background-color:{color:sidebar};
- }
- #sidebarpic img {
- margin-bottom:20px;
- width:108px;
- height:auto;
- text-align:center;
- border:1px solid {color:background};
- padding:5px;
- }
- #description {
- margin-top:2px;
- width: 120px;
- font-size:10px;
- text-align:justify;
- color:{color:description};
- font-family:georgia;
- }
- #bar {
- position:fixed;
- height:100%;
- width:240px;
- padding:250px 5px 5px 5px;
- background-color:{color:post};
- }
- .nav a{
- display:inline-block;
- margin-top:10px;
- text-align:center;
- font-size:11px;
- font-family:georgia;
- text-transform:uppercase;
- width:120px;
- padding:2px;
- background-color:{color:sidebar};
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- .nav a:hover {
- background-color:{color:post};
- text-decoration:none;
- }
- .icon img {
- padding-right:3px;
- float:left;
- margin-left:5px;
- }
- #qtext {
- float:left;
- border-bottom:2px solid {color:post};
- padding-left:5px;
- margin-bottom:5px;
- padding-bottom:5px;
- width:500px;
- background-color:{color:background};
- }
- #ans {
- margin-top:10px;
- }
- #audio {
- float:right;
- margin-right:150px;
- }
- #audi img{
- margin-left:-100px;
- float:left;
- width:100px;
- height:100px;
- background-color:{color:sidebar};
- }
- #audip img{
- float:left;
- width:100px;
- height:100px;
- background-color:{color:sidebar};
- background-image: url('');
- }
- #entry {
- font-size:10px;
- margin-right: 20%;
- margin-top:40px;
- float: right;
- text-align: justify;
- width:500px;
- }
- #post {
- font-size:10px;
- padding: 5px;
- width: 500px;
- color:{color:text};
- text-align: justify;
- }
- #info {
- padding-top:2px;
- border-top:1px solid {color:post};
- }
- #fade {
- display: none;
- background: gray;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: {color:post};
- 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;
- }
- #terms {
- font-size:10px;
- font-family:georgia;
- color:{color:text};
- }
- .navii a{
- display:inline-block;
- margin-top:10px;
- text-align:center;
- font-size:11px;
- font-family:georgia;
- text-transform:uppercase;
- width:100px;
- padding:2px;
- background-color:{color:sidebar};
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- }
- .navii a:hover {
- background-color:{color:post};
- text-decoration:none;
- }
- {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="sidebar">
- <center>
- <div id="sidebarpic"><img src="{image:sidebar img}"/></div>
- <div id="description">{block:Description}{Description}{/block:Description}</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="bar">
- <div id="title">{Title}</div>
- <center>
- <div class="nav"><a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">past</a> <a href="#?w=500" rel="linkii" class="poplight">links</a> <a href="http://furyofthetimelords.tumblr.com">theme</a></div>
- </div>
- <div id="linkii" class="popup_block">
- <center><div id="title">navigation</div>
- <p><div class="nav">{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} {block:ifLink6}<a href="text:{link6 URL}">{text:link6}</a>{/block:iflink6}</div></center>
- </div>
- <div id="entry">
- {block:Posts}
- <div id="post">
- {block:Text}<div id="titlep">{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="titlen">{Name}</a></div>
- {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="titlep">{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">{AudioPlayerBlack}<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"><center><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}<br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br><center>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment