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">
- <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}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <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"></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>
- <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"></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>
- <link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
- <!---- base theme by enterprizer @ tumblr, for public use --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="image:askbg" content=""/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- background-color: #999999;
- height:auto;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:0px;
- background-color:#999999;
- }
- body {
- background:{color:background};
- margin:0px;
- color:#353535;
- font-family:Calibri;
- font-size:10px;
- line-height:100%;
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-repeat:no-repeat;
- }
- small {
- font-size:10px;
- }
- b, strong {
- text-transform:uppercase;
- font-size:11px;
- letter-spacing:2px;
- text-shadow:1px 1px 1px #000;
- }
- i, em {
- font-family: 'Rock Salt', cursive;
- }
- pre {
- font-family:georgia;
- font-size:20px;
- text-align:center;
- text-transform:lowercase;
- color:#000;
- }
- ul{
- list-style: none;
- }
- ul li:before{
- content:"☓";
- padding-right:10px;
- font-size:10pt;
- font-weight:bold;
- color:#32647a;
- text-shadow: 1px 1px #000;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#000;
- text-transform:lowercase;
- font-style:italic;
- text-shadow:1px 1px 1px #91a3ab;
- }
- #post img{
- opacity:0.6;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #post img:hover{
- opacity:1;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid #4d4d4d;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid #4d4d4d;
- }
- h1 {
- font-size:25px;
- font-family: 'Rock Salt', cursive;
- text-align:center;
- }
- #entries {
- position:absolute;
- width:530px;
- margin-left:550px;
- padding:10px;
- margin-top:120px;
- overflow:auto;
- height:300px;
- background-color:;
- background-attachment:fixed;
- background-image:url('');
- -webkit-filter:grayscale(80%);
- -webkit-transition: all 0.6s ease-in-out;
- }
- #post {
- width:500px;
- padding-bottom:20px;
- }
- #sidebar {
- width:250px;
- position:fixed;
- margin-left:200px;
- margin-top:100px;
- }
- #title {
- font-size:30px;
- text-align:center;
- color:#4d4d4d;
- margin-top:400px;
- margin-left:470px;
- width:500px;
- margin-bottom:5px;
- font-family: 'Rock Salt', cursive;
- }
- #sidebarimage {
- width 250px;
- }
- #sidebarimage img {
- width:250px;
- }
- #description {
- padding:5px;
- text-align:center;
- }
- #pagination {
- font-size:20px;
- text-align:center;
- }
- #info {
- text-align:right;
- border-top:1px double #4d4d4d;
- margin-top:10px;
- padding:3px;
- }
- #tags {
- font-family:calibri;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:2px;
- text-align:center;
- padding:2px;
- margin-bottom:3px;
- }
- #ask {
- background-color:#4d4d4d;
- padding:14px;
- font-family:calibri;
- font-size:9px;
- letter-spacing:1px;
- text-align:right;
- margin-top:0px;
- margin-left:0px;
- text-transform:lowercase;
- line-height:100%;
- color:#91a3ab;
- }
- #ask a{
- color:#91a3ab;
- }
- #asker {
- color:#91a3ab;
- padding-bottom:5px;
- font-family: 'Rock Salt', cursive;
- padding-left:5px;
- font-size:10px;
- letter-spacing:1px;
- padding-right:5px;
- width:490px;
- margin-top:-14px;
- background-image:url('{image:askbg}');
- margin-left:-14px;
- padding-top:15px;
- }
- #asker a{
- color:{color:asker};
- }
- #sunnydale {
- font-size:20px;
- width:560px;
- margin-top:-427px;
- letter-spacing:3px;
- padding:10px;
- font-style:italic;
- margin-left:650px;
- position:absolute;
- z-index: 9999;
- }
- .popup_block{
- display:none;
- background:#91a3ab;
- padding:20px;
- border:1px solid #4d4d4d; /* if you want a solid white pop-up, delete this */
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="title">A GOOD MAN</div>
- <div id="sunnydale">
- <a href="/" title="sunnydale">☓ </a>
- <a href="#?w=300" rel="box1" class="poplight" title="information">☓ </a>
- <a href="#?w=500" rel="box2" class="poplight" title="guidelines">☓ </a>
- <a href="/ask" title="message">☓ </a>
- <a href="/nav" title="navigate">☓ </a>
- <a href="http://prxphecygirl.tumblr.com" title="emily's buffy">☓ </a>
- </div>
- <div id="description">{Description}</div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><div id="asker">{Asker} entered the initiative </div><p>{Question}</div></q>{Answer}{/block:answer}
- <div id="info">
- {block:Date}<b>posted:</b> {TimeAgo}{/block:Date} <b>☓☓ </b> <a href="{Permalink}">
- {NoteCount}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> <div id="tags"> {block:HasTags}{block:Tags} <b>☓ </b><a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body></html>
- <div id="box1" class="popup_block">
- <pre>written by emily.</pre>
- <center>indie <b>semi-selective</b> riley finn<br /></b></b><b>tracking:</b> #notgoodwithgreyareas
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="box2" class="popup_block">
- <pre>one.</pre></h1>
- <ul><li>some guidelines here</b></ul>
- <pre>two.</pre>
- <ul><li>more guidelines </ul>
- <pre>three.</pre>
- <ul><li>even more guidelines</ul>
- <pre>four.</pre>
- <ul><li>whoa more guidelines</ul>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment