Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!--
- THEME MADE BY ANDREA @ MILIKBOY
- PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
- -->
- <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');
- var popURL = $(this).attr('href');
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1];
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove();
- });
- return false;
- });
- });
- </script>
- <!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}
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content="#9c9c9c"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Hover" content="#b8b8b8"/>
- <meta name="color:Info Border" content="#e6e4e4"/>
- <meta name="color:Border" content="#ebe9e9"/>
- <meta name="color:Text" content="#000000"/>
- <!--Images-->
- <meta name="image:Background" content=""/>
- <img src="http://tiny.cc/closeimg" class="btn_close" title="Close
- Window" alt="Close" /></a>
- <!--Links-->
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="" />
- <style type="text/css">
- #bite
- #bite a{
- display:block
- }
- #bite .death {
- margin-top:0px;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 = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- body {
- background-color:{color:Background};
- background-image: url("{image:Background}");
- background-attachment:fixed;
- margin:0px;
- color:{color:Text};
- font-family:Times New Roman;
- font-size:9px;
- text-align:justify;
- font-style:italic;
- letter-spacing:1px;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:Link};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- img {
- border:none;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid {color:Border};
- }
- h1 {
- font-size:15px;
- text-transform:none;
- font-style:none;
- text-align:center;
- color:{color:Title};
- }
- a:hover {
- color:{color:Link Hover};
- }
- small{
- font-size:9px;
- line-height:140%;
- }
- big {
- font-size:12px;
- line-height:140%;
- }
- b, strong{
- color:{color:Text};
- }
- i, em {
- color:{color:Text};
- }
- p{
- margin-top:5px;
- margin-bottom:5px;
- }
- blockquote {
- padding:0px;
- padding-left:5px;
- margin:5px;
- border-left:1px solid {color:Border};
- }
- blockquote img {
- max-width:300px;
- }
- .audio { height:60px; padding:5px; margin-bottom:5px; }
- .audio-album { position:absolute; width:60px; }
- .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
- .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
- #fade {
- display: none;
- background: {color:Text};
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: .70;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: {color:Border};
- padding: 20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 99999;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #entries {
- padding:10px;
- width:400px;
- font-style:none;
- margin-left:596px;
- margin-top:90px;
- }
- #post {
- width:400px;
- opacity:1;
- padding-bottom:10px;
- font-style:italic;
- overflow:hidden;
- }
- #quote {
- font-size:15px;
- font-style:none;
- text-align:center;
- line-height:140%;
- }
- #sidebar {
- width:150px;
- height: 150px;
- position:fixed;
- margin-left:320px;
- margin-top:105px;
- }
- #sidebarimage img{
- width:300px;
- height:250px;
- margin-left: -50px;
- padding:3px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #links{
- width: 160px;
- opacity:0.9;
- display:inline-block;
- text-transform: lowercase;
- text-align:center;
- padding-top:5px;
- padding-bottom:5px;
- margin-top: -3px;
- margin-left:25px;
- }
- #links a {
- width: 150px;
- color:{color:Text};
- font-size:9px;
- font-style:italic;
- line-height:20px;
- margin-bottom:8px;
- letter-spacing:1px;
- opacity:0.9;
- padding:4.5px;
- text-decoration:none;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #links a:hover{
- text-decoration:none;
- color:{color:Background};
- background:{color:Text};
- padding:4.5px;
- letter-spacing:1px;
- opacity:1;
- }
- #nav {
- margin-top: 0px;
- padding-top:5px;
- }
- #nav a {
- width:90px;
- background:{color:Text};
- color:{color:Background};
- display:inline-block;
- line-height:20px;
- padding:3px;
- letter-spacing:1px;
- text-transform:lowercase;
- margin-left:3px;
- margin-right:3px;
- text-align:center;
- margin-bottom:3px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #nav a:hover{
- text-decoration:none;
- background:{color:Background};
- color:{color:Text};
- letter-spacing:3px;
- opacity:1;
- }
- #description {
- font-size:9px;
- width:130px;
- height:auto;
- font-style:italic;
- opacity:0.9;
- text-align:center;
- margin-top:-190px;
- margin-left:36px;
- }
- #pagination {
- font-size:16px;
- margin-top: -70px;
- text-align:center;
- color:{color:Text};
- width:200px;
- padding:0px;
- font-style:italic;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-left:640px;
- }
- #info {
- text-align: center;
- margin-top:5px;
- margin-bottom:10px;
- padding-top:5px;
- text-transform:uppercase;
- font-size:8px;
- line-height:120%;
- border-top:3px double {color:Info Border};
- }
- #info a:hover{
- text-decoration: none;
- background:{color:Background};
- color:{color:Link Hover};
- }
- #tags {
- text-transform:lowercase;
- font-size:9px;
- margin-top:0px;
- opacity:0.9;
- font-style:none;
- padding:-4px;
- text-align:center;
- letter-spacing:1px;
- }
- #notes {
- text-transform:lowercase;
- font-size:8px;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="http://4.bp.blogspot.com/-T91amJ8ZCBA/TmOKVTJNIzI/AAAAAAAAN_g/i47RGl9j_Aw/s1600/scrolly%2Bframe%2Bgraphicsfairy%2Bbw.jpg"></div>
- <div id="links">
- <div style="margin-left:-4px; letter-spacing:1px;background:#000000; text-transform: lowercase;
- display:inline-block;"><a href="/"><font color="white"><font color="red">i</font>ndex</font></a></div>
- <a href="/ask">mail</a>
- <a href="#?w=210" rel="popup_name" class="poplight">
- links</a>
- <a href="http://mlikboy.tumblr.com/">theme</a>
- </div>
- <div id="description">{Description}</div>
- {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}<p> {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
- </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}<div id="quote">❝<i>{Quote}</i>❞{block:Source} — <i>{Source}</i></div>{/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}<div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="audio-info">{block:TrackName} <b>Title: </b>{TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist: </b>{Artist}<br>{/block:Artist}{block:Album}<b>Album: </b>{Album}<br>{/block:Album}{block:PlayCount}<b>Plays: </b>{PlayCount}<br>{/block:PlayCount}</div></div>
- {/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div style="text-transform:uppercase; border-bottom:1px dashed {color:Text}; padding:10px; margin-left:-10px;"><b>{Asker}</b> asked: {Question}</div>
- <div style="margin-left:0px;padding-top:10px;">{Answer}{/block:answer}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a> <font color="red">♥</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} from <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
- <div id="bite">
- <div class="death">
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div></div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- </body>
- <div id="popup_name" class="popup_block">
- <div id="nav">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- </div>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment