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#006 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="#E6E4E4">
- <meta name="color:hover" content="#454545">
- <meta name="color:infobg" content="#FCFCFC">
- <meta name="color:text" content="#9A9A9A">
- <meta name="color:tags" content="#EDEDED">
- <meta name="color:scrollbar" content="#D6D5D5">
- <meta name="color:border" content="#FAFAFA">
- <meta name="color:nav" content="#FAFAFA">
- <meta name="color:desc" content="#000000">
- <meta name="color:title" content="#000000">
- <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 name="text:link4" content="">
- <meta name="text:link4 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">
- 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:calibri;
- 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:#ecebeb};
- 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:265px;
- height:90px;
- margin-left:420px;
- border-left: 1px dotted #191919;
- margin-top:430px;
- text-align:right;
- }
- #title {
- width:275px;
- margin-top:0px;
- height:auto;
- font-size:38px;
- font-family:cambria;
- font-style:italic;
- text-align:center;
- color:{color:title};
- letter-spacing:-5px;
- 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:9.5px;
- text-transform:lowercase;
- text-align:center;
- background-color:#000000;
- 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-align:center;
- color:{color:nav};
- opacity:100;
- }
- .nav a:hover {
- color:{color:nav};
- text-decoration:underline;
- background-color:{color:#ffffff};
- }
- .desc {
- margin-bottom:10px;
- margin-top:15px;
- text-align:center;
- font-size:9.5px;
- letter-spacing:-0.5px;
- margin-left:5px;
- font-style:normal;
- width:264px;
- color:{color:desc};
- line-height:130%;
- }
- .desc a {
- color:{color:link};
- }
- .pagi {
- font-size:9.5px;
- text-transform:lowercase;
- letter-spacing:0px;
- padding-bottom:5px;
- margin-left:97px;
- font-style:normal;
- text-align:center;
- }
- .pagi a {
- color:{color:tags};
- }
- .pagi a:hover {
- text-decoration:underline;
- color:{color:tags};
- }
- #stuffcontainer {
- float:left;
- margin-left:400px;
- margin-top:75px;
- text-align:justify;
- background-color:{color:bg};
- color:{color:text};
- margin-bottom: 35px;
- }
- #stuff {
- width:500px;
- margin-top:-20px;
- margin-left:-510px;
- text-align:justify;
- font-size:9.5px;
- padding-bottom:60px;
- line-height:90%;
- letter-spacing:0x;
- color:{color:text};
- }
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- .ask {
- padding:10px;
- text-align:center;
- width:500px;
- line-height:140%;
- margin-left:0px;
- color:{color:text};
- text-transform:lowercase;
- background-color:{color:ffffff};
- border-bottom: 0px solid #a4a5a5;
- border-right:0px solid {color:border};
- }
- .ans {
- text-align:left;
- margin-left:2px;
- padding:5px;
- color:{color:text};
- }
- .aaudio {
- height:65px;
- overflow:auto
- }
- .apic img {
- position:absolute;
- width:60px;
- }
- .audioback {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- z-index:999;
- margin-top:2px;
- margin-left:2px;
- }
- .audio {
- width:30px;
- height:30px;
- overflow:hidden;
- margin-left:13px;
- margin-top:13px;
- position:absolute;
- background-color:white;
- opacity: 0.7;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -khtml-opacity: 0.7;
- border:2px solid #eee
- }
- #postinfo {
- width:500px;
- padding:5px;
- font-size:9.5px;
- color:{color:tags};
- margin-left:0px;
- font-family:calibri;
- margin-top:5px;
- font-style:normal;
- text-transform:lowercase;
- letter-spacing:0px;
- text-align:center;
- 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:tags};
- text-align:center;
- 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:left;
- 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:calibri;
- text-transform:lowercase;
- font-style:normal;
- color:{color:tags};
- letter-spacing:0px;
- line-height:100%;
- font-size:10px;
- margin-top:-8px;
- margin-left:0px;
- text-align:center;
- padding:5px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- 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">{Title}</div>
- <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}
- <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"><b>{asker}:</b> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
- {block:Audio}
- <div class="aaudio">
- {block:AlbumArt}<div class="apic"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="audio"><div class="audioback">{AudioPlayerWhite}</div></div>
- <div style="margin-left:70px">
- {PlayCount} plays.
- {block:TrackName}<br>
- <b>♪</b> {Trackname}{/block:TrackName}
- {block:Artist}<br><b>♫</b> {Artist}{/block:Artist}
- <br>{block:AlbumArt}{/block:AlbumArt}
- </div></div>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- {block:Date}{block:Date} <div id="postinfo"> <a href="{Permalink}">{timeago}</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}">via</a>{/block:RebloggedFrom} {/block:NoteCount} {block:ContentSource}<font color="#ffffff">o</font> / <font color="#ffffff">o</font> <a href="{SourceURL}">source</a>{/block:ContentSource} <font color="#ffffff">o</font> / <font color="#ffffff">o</font><a href="{ReblogURL}">reblog</a></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}
- <font color="#ffffff">yoo</font>
- </div>
- <div id="cred"><a href="/">{block:Pagination}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- —
- {block:NextPage}
- <a href="{NextPage}"> next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div></a></small></div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement