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=La+Belle+Aurore' rel='stylesheet' type='text/css'>
- <!---- theme by girlsafiighter --->
- <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=""/>
- <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:#160c0b;
- font-family:georgia;
- font-size:10px;
- line-height:100%;
- background-image:url('http://static.tumblr.com/umkoql3/oCinjoehh/1400_copy.png');
- background-attachment:fixed;
- background-repeat:no-repeat;
- }
- small {
- font-size:10px;
- }
- b, strong {
- font-family:calibri;
- text-transform:uppercase;
- font-size:13px;
- letter-spacing:3px;
- color:#543f39;
- }
- i, em {
- text-transform:lowercase;
- font-size:17px;
- color:#635d5d;
- font-family: 'La Belle Aurore', cursive;
- }
- pre {
- font-size:20px;
- text-align:center;
- font-family:georgia;
- text-transform:lowercase;
- }
- ul{
- list-style: none;
- }
- ul li:before{
- content:"❁ ";
- padding-right:5px;
- font-size:12pt;
- color:#6a5a56;
- text-shadow:1px 1px 1px #000;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#3a272a;
- text-shadow:1px 1px 1px #9b9a9b;
- }
- img {
- opacity:.7;
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid #9b9a9b
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid #9b9a9b;
- }
- h1 {
- font-size:35px;
- color:#635d5d;
- text-align:center;
- font-family: 'La Belle Aurore', cursive;
- }
- #entries {
- position:absolute;
- width:430px;
- margin-left:485px;
- padding:10px;
- margin-top:270px;
- overflow:auto;
- height:350px;
- background-color:#b2b2b7;
- background-attachment:fixed;
- background-image:url('');}
- #post {
- width:400px;
- margin-left:3px;
- padding:10px;
- margin-bottom:15px;
- }
- #sidebar {
- width:250px;
- position:fixed;
- margin-left:200px;
- margin-top:100px;
- }
- #title {
- font-size:35px;
- margin-top:250px;
- margin-left:247px;
- text-align:center;
- width:500px;
- text-shadow:1px 1px 1px #944c4c;
- font-family: 'La Belle Aurore', cursive;
- margin-bottom:5px;
- }
- #sidebarimage {
- width 250px;
- }
- #sidebarimage img {
- width:250px;
- }
- #description {
- padding:5px;
- text-align:center;
- }
- #pagination {
- font-size:20px;
- margin-left:370px;
- margin-top:180px;
- text-align:center;
- }
- #info {
- border-top:1px solid #9b9a9b;
- text-align:left;
- padding:2px;
- margin-top:10px;
- }
- #tags {
- text-transform:lowercase;
- text-align:right;
- letter-spacing:2px;
- font-size:9px;
- font-family:calibri;
- }
- #asker {
- color:#3d3736;
- padding-top:14px;
- font-family:calibri;
- font-size:9px;
- letter-spacing:1px;
- text-align:left;
- margin-top:0px;
- text-transform:lowercase;
- line-height:100%;
- border-right:10px solid #2d2523;
- border-left:10px solid #2d2523;
- }
- #sunnydale {
- font-size:25px;
- width:860px;
- letter-spacing:3px;
- padding:10px;
- margin-top:110px;
- margin-left:347px;
- position:absolute;
- z-index: 9999;
- }
- .popup_block{
- display:none;
- background:#b5b3b7;
- padding:20px;
- border:1px solid #5a433e; /* 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:#b5b3b7; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="sunnydale">
- <a href="/" title="home">❁ </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="/textk" title="link">❁ </a>
- <a href="/verses" title="link">❁ </a>
- <a href="http://girlsafiighter.tumblr.com" title="credit">❁ </a>
- </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-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{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-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><center>{Question} <p><span style="text-align:lowercase; font-style:italic;"><b><i> {Asker}</center></i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:10px;">{Answer}</font></div>{/block:Answer}
- <div id="info">
- {block:Date}<big>❁ </big> <b>posted:</b> {TimeAgo}{/block:Date} <big>❁ </big> <b>notes:</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} <big>❁ </big> <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body></html>
- <div id="box1" class="popup_block">
- information here
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="box2" class="popup_block">
- information here
- </div>
- </div></div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment