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}
- <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
- <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'>
- <!---- skyetivist's theme. not yours. --->
- <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:#dbdbdb;
- font-family:georgia;
- font-size:10px;
- line-height:100%;
- background-image:url('{image:background}');
- 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:#504c5b;
- }
- i, em {
- text-transform:lowercase;
- font-size:17px;
- color:#b3a4a8;
- font-family: 'Homemade Apple', 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:#cccccc;
- text-shadow:1px 1px 1px #1f1f1f;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#aeaba9;
- text-shadow:1px 1px 1px #aeaba9;
- }
- img {
- border:none;
- -webkit-filter:grayscale(50%);
- -webkit-transition: all 0.6s ease-in-out;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid #b3a4a8;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid #b3a4a8;
- }
- h1 {
- font-size:35px;
- text-align:center;
- color:#6f6e6c;
- font-family: 'Homemade Apple', cursive;
- }
- #entries {
- position:absolute;
- width:530px;
- margin-left:445px;
- padding:10px;
- margin-top:380px;
- overflow:auto;
- height:250px;
- background-color:;
- background-attachment:fixed;
- background-image:url('');}
- #post {
- width:500px;
- 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: 'Homemade Apple', 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 #504c5b;
- text-align:left;
- padding:2px;
- margin-top:10px;
- }
- #tags {
- text-transform:lowercase;
- text-align:right;
- letter-spacing:2px;
- font-size:9px;
- font-family:calibri;
- }
- #askbox {
- background-color:#aeaba9;
- height:auto;
- color:#0a0a0a;
- width:500px;
- }
- .pic {
- background:transparent;
- padding:10;
- width:50px;
- height:50px;
- }
- .pic img {
- width:50px;
- height:50px;
- float:left;
- margin-left:5px;
- margin-top:5px;
- border-radius:100px;
- }
- .asker {
- text-transform:none;
- color:#0a0a0a;
- letter-spacing:2px;
- text-align:center;
- font-size:10px;
- }
- .answer {
- padding:5px 10px 5px 10px;
- }
- .question {
- background:transparent;
- padding:10px 10px 10px 10px;
- font-size:10px;
- height:auto;
- min-height:40px;
- margin-left:50px;
- margin-top:-50px;
- }
- #sunnydale {
- font-size:15px;
- width:860px;
- letter-spacing:3px;
- padding:10px;
- margin-top:255px;
- margin-left:365px;
- position:absolute;
- z-index: 9999;
- }
- .popup_block{
- display:none;
- background:#0a0a0a;
- padding:20px;
- border:1px solid #adabaa; /* 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="sunnydale">
- <a href="/" title="beverly hills">☢ </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="beep me">☢ </a>
- <a href="/verses" title="verses">☢ </a>
- <a href="/nav" title="navigate">☢ </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-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="askbox">
- <div class="pic">
- <a href="{AskerURL}">
- <img src="{AskerPortraitURL-48}" />
- </a></div>
- <div class="question">
- <span class="asker">
- {Asker} hacked:</span><br>
- {Question}</div></div>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- <div id="info">
- {block:Date}<big>☢</big> <b>hacked:</b> {TimeAgo}{/block:Date} <big><b>☢</b> </big> </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">
- this is where you put some information, such as 'yo i'm the best skye indie EVER WHADDUP'
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="box2" class="popup_block">
- i put guidelines here, but you can put any dandy little thing here. such as, again, MY SKYE IS BAE YOU CAN SUCK IT (cause it's true tbh)
- </div>
- </div></div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment