Advertisement
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">
- <!-- THEME#007 BY JASONDILAURENTIS -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta name="color:bg" content="#FFFFFF">
- <meta name="color:link" content="#454545">
- <meta name="color:hover" content="#ffffff">
- <meta name="color:infobg" content="#ffffff">
- <meta name="color:text" content="#454545">
- <meta name="color:tags" content="#454545">
- <meta name="color:scrollbar" content="#454545">
- <meta name="color:border" content="#454545">
- <meta name="color:nav" content="#454545">
- <meta name="color:desc" content="#454545">
- <meta name="color:title" content="#454545">
- <meta name="image:sidebar" 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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- #bite
- #bite a{
- display:block
- }
- #bite .death {
- margin-top:-40px;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;
- }
- #bite:hover .death {
- margin-top:0px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 0.8);
- filter: alpha(opacity = 0.8);
- opacity:0.8;
- }
- .popup_block{
- display: none;
- background: #ffffff;
- background-image: url();
- padding: 10px;
- font-family: calibri;
- float: left;
- width:510px;
- font-size: 9.5px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 999999999999;
- border: 0px solid #333333;
- -moz-box-shadow: 0 0 5px #CFCFCF;
- -webkit-box-shadow: 0 0 5px #CFCFCF;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- }
- img.btn_close {
- float: right;
- margin: -25px -25px 0 0;
- }
- *html .popup_block {
- position: absolute;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
- body {
- background:{color:background};
- font-family:helvetica;
- font-size:9px;
- letter-spacing:0px;
- color:{color:text};
- }
- h1 {
- font-weight:normal;
- font-size:9.5px;
- text-align:center;
- font-style:normal;
- font-weight:normal;
- line-height:80%;
- letter-spacing:0px;
- text-transform:lowercase;
- color:{color:text};
- }
- h2 {
- text-align:left;
- font-size:15px;
- padding:10px;
- font-weight:bold;
- letter-spacing:-1px;
- color:{color:text};
- text-transform:lowercase;
- }
- blockquote {
- border-left:1px solid {color:#000000};
- padding-left:5px;
- margin:5px;
- }
- #theme {
- background-color:{color:bg};
- width:700px;
- margin: 0 auto -12px auto;
- text-align: center;
- }
- #sidebar {
- color:{color:text};
- position:fixed;
- width:275px;
- height:100px;
- margin-left:-210px;
- border-left: 1px dotted #191919;
- border-right: 1px dotted #191919;
- margin-top:430px;
- text-align:right;
- }
- #title {
- width:275px;
- margin-top:-3px;
- height:auto;
- font-size:28px;
- font-family:helvetica;
- text-align:center;
- color:{color:title};
- letter-spacing:-3px;
- word-spacing:3px;
- margin-left:-2px;
- margin-bottom:10px;
- }
- .yooo {
- margin-left:400px;
- width:265px;
- font-style:italic;
- text-align:center;
- }
- .nav {
- width:265px;
- height:5px;
- padding-top:5px;
- padding-bottom:10px;
- margin-bottom:0px;
- padding-right:1px;
- margin-top:-20px;
- margin-left:5px;
- font-size:9px;
- text-transform:lowercase;
- text-align:center;
- line-height:100%;
- position:fixed;
- color:{color:#000000};
- border-bottom:5px dotted {color:#000000};
- letter-spacing:0px;
- }
- .nav a {
- width:60px;
- margin-bottom:6px;
- padding:3px;
- text-decoration:underline;
- text-align:center;
- color:{color:tags};
- opacity:100;
- }
- .nav a:hover {
- color:{color:nav};
- text-decoration:underline;
- background-color:{color:#ffffff};
- }
- .desc {
- margin-bottom:10px;
- margin-top:3px;
- text-align:center;
- font-size:9px;
- letter-spacing:0px;
- margin-left:5px;
- font-style:normal;
- width:265px;
- color:{color:desc};
- line-height:130%;
- }
- .desc a {
- color:{color:link};
- }
- .pagi {
- font-size:9px;
- text-transform:lowercase;
- letter-spacing:0px;
- margin-top:2px;
- padding-bottom:5px;
- margin-left:-15px;
- font-style:normal;
- text-align:center;
- }
- .pagi a {
- color:{color:link};
- text-decoration:underline;
- }
- .pagi a:hover {
- text-decoration:underline;
- color:{color:link};
- }
- #stuffcontainer {
- float:left;
- margin-left:200px;
- margin-top:105px;
- text-align:justify;
- background-color:{color:bg};
- color:{color:text};
- margin-bottom: 35px;
- }
- #stuff {
- width:500px;
- margin-top:-25px;
- margin-left:-100px;
- text-align:justify;
- font-size:9px;
- padding-bottom:60px;
- line-height:90%;
- letter-spacing:0x;
- color:{color:text};
- }
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- .asker {
- text-align:left;
- font-size:9px;
- padding:5px;
- margin-left:-2px;
- font-weight:bold;
- letter-spacing:0px;
- color:{color:text};
- text-transform:lowercase;
- }
- .ask {
- padding:10px;
- text-align:left;
- margin-left:-2px;
- color:{color:text};
- background-color:{color:infobg};
- border-bottom:1px solid {color:border};
- border-right:1px solid {color:border};
- }
- .ans {
- text-align:left;
- margin-left:-2px;
- padding:5px;
- color:{color:text};
- }
- #audio {
- width:100%;
- height:22px;
- padding:4px 0 10px 0;
- background:#e4e4e4;
- display:block;
- }
- .player {
- float:center;
- text-align:center;
- width:28px;
- margin-left:0%;
- overflow:hidden;
- position:absolute;
- z-index:1000;
- }
- .cap {
- padding-top:25px;
- padding-bottom:15px;
- text-align:center;
- }
- #postinfo {
- width:500px;
- padding:5px;
- font-size:9px;
- color:{color:link};
- margin-left:-5px;
- font-family:helvetica;
- margin-top:5px;
- font-style:normal;
- text-transform:lowercase;
- letter-spacing:0px;
- text-align:right;
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #postinfo a {
- color:{color:link};
- text-align:right;
- letter-spacing:0px;
- font-style:normal;
- }
- #postinfo a:hover {
- color:{color:hover};
- }
- .note {
- text-transform:lowercase;
- font-style:normal;
- letter-spacing:0px;
- font-size: 9px;
- text-align:center;
- line-height:90%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:none;
- border-bottom:1px solid {color:border};
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags {
- font-style:normal;
- width:500px;
- font-family:helvetica;
- text-transform:lowercase;
- font-style:normal;
- color:{color:tags};
- letter-spacing:0px;
- line-height:100%;
- font-size:9px;
- margin-top:-8px;
- margin-left:0px;
- text-align:right;
- padding:5px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- background-color:#f1f1f1;
- margin-right:10px;
- color:{color:tags};
- letter-spacing:0px;
- padding:1px;
- }
- .tags a:hover {
- color:{color:link};
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- margin-left:0px;
- padding:2px;
- }
- .label {
- text-decoration:underline;
- font-weight:700;
- background-color:{color:ffffff};
- margin-right:5px;
- }
- #cred {
- position:fixed;
- font-size:10.5px;
- font-weight:normal;
- line-height:150%;
- letter-spacing:0px;
- right:10px;
- bottom:10px;
- text-transform:lowercase;
- text-align:center;
- }
- #cred a {
- padding:3px;
- color:{color:text};
- background-color:{color:#ffffff};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {CustomCSS}
- </style></head>
- <body>
- <div id="theme">
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- <a href="/"><img src="{image:sidebar}"></a>
- <div class="nav">
- <a href="/">home</a> /
- <a href="/ask">ask</a> /
- {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}
- <a href="http://jasondilaurentis.tumblr.com">credit</a>
- </div>
- <div class="desc">
- {Description}</blockquote>
- </div>
- </div>
- <div id="stuffcontainer">
- {block:Posts}
- <div id="stuff">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="ask">{Question} <b>- {Asker}</b></div><div class="ans">{Answer}</div>{/block:answer}
- {block:Audio}
- <div class="cap">
- <b><u>Artist</u></b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}
- <b><u>Song</u></b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
- <b><u>Record</u></b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}
- </div>
- <div id="audio">
- <div class="player">
- {block:AudioPlayer}
- {AudioPlayerGrey}
- {/block:AudioPlayer}
- </div></div>
- {/block:Audio}
- {block:Date}{block:Date} <div id="postinfo"> <a href="{Permalink}"><u>{timeago}</u></a> <font color="#ffffff">o</font> <font color="#ffffff">o</font> {NoteCountWithLabel} {block:RebloggedFrom}<font color="#ffffff">o</font> <font color="#ffffff">o</font> <a href="{ReblogParentURL}"><u>via</u></a>{/block:RebloggedFrom} {/block:NoteCount} {block:ContentSource}<font color="#ffffff">o</font> <font color="#ffffff">o</font> <a href="{SourceURL}"><u>source</u></a>{/block:ContentSource} <font color="#ffffff">o</font> </div>{/block:Date}
- {block:HasTags}
- <div class="tags">
- <br>
- {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="cred"><small>{block:Pagination}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- —
- {block:NextPage}
- <a href="{NextPage}"> next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}</small></div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement