Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <!--
- uududedasjklfnalkdmas
- it's my signature because i'm that fly
- -------------------------------
- © racheyzane.tumblr.com
- !-->
- <head>
- <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" 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>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#4b4b4b" />
- <meta name="color:selection" content="#f5f4f3" />
- <meta name="color:link" content="#222222" />
- <meta name="color:scrollbar" content="#292929" />
- <meta name="color:border" content="#f1f1f0" />
- <meta name="color:bckgr" content="#f0efed" />
- <meta name="color:bold" content="#666561" />
- <meta name="color:italic" content="#7e7e7d" />
- <meta name="text:body" content="cambria" />
- <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="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</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}" />
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 20px;
- border: 3px solid #c2c2c1;
- float: left;
- font-size: 10px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 10px #000;
- -moz-box-shadow: 0px 0px 10px #000;
- box-shadow: 0px 0px 10px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- opacity: 0.5;
- -webkit-transition: all 0.6s ease;}
- iframe#tumblr_controls:hover{
- opacity: 1;
- -webkit-transition: all 0.6s ease;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:30px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:8px!important;
- }
- ::-webkit-scrollbar {
- background-color:{color:background};
- height:8px;
- width:8px;
- }
- ::-moz-selection {
- background: {color:selection};
- }
- ::selection {
- background: {color:selection};
- }
- body {color:{color:text}; background-color:{color:background}; background-attachment:fixed; font-size:10px; line-height:100%; text-align:justify; font-family:{text:body}; }
- a:link, a:active, a:visited {color: {color:link}; text-decoration:none; -webkit-transition: all 0.6s ease;}
- a:hover {color:{color:hover link}; -webkit-transition: all 0.6s ease;}
- b {font-weight: bold;color:{color:bold};}
- i {font-style:italic;color:{color:italic};}
- k {color:red; font-size:8px;}
- #sbar {margin-left: 50px; bottom:100px; position: fixed; padding:10px; width:200px;}
- #simg {padding:8px; display:inline-block; position:fixed;}
- #simg img { border:8px solid {color:bckgr};}
- #desc {display:inline-block; width: 110px; text-align:left; margin-top:30px; margin-left:100px; position:relative;}
- #notes img {width:0px;height:0px;opacity:0;margin-right:-55px;position:absolute;}
- #nav {margin-bottom:7px; width:196px; margin-left:8px; margin-top:10px; padding:5px; border-top:1px solid {color:border};}
- #nav a {padding:5px; font-size:9px; font-family:georgia;color:{color:nav}; opacity:0.7;}
- #nav a:hover {text-decoration:underline; opacity:1;}
- #navig a {border-bottom:1px solid {color:border}; margin-bottom:5px; padding:3px; display:block;}
- #navig a:hover {background:{color:bckgr};}
- .date a {background:{color:bckgr}; font-family:trebuchet ms; adding:5px; margin-bottom:10px;}
- .ask img {border:1px solid {color:border}; margin:4px; display:inline-block; padding:6px;}
- .q {margin:7px; padding:5px; display:inline-block; color:{color:link}; background:{color:nav}; width:430px;}
- .msc {border-left:4px solid {color:bckgr}; padding-left: 5px; margin-top:5px; font-size:12px;}
- .tags {border-bottom: 1px dashed {color:border}; padding-bottom:5px;}
- #posts{overflow:hidden;padding: 3px;padding-top: 8px;padding-bottom: 8px;max-width:405px; margin-top:5px; margin-left:400px;}
- #entries {max-width:100%; margin-top:50px; }
- #pagination { position:fixed;margin-left:220px; margin-top:60px;}
- h1{font-size:19px;line-height:15px;letter-spacing:-1px;text-align:right;padding: 5px; font-style:italic;text-transform: lowercase; border-right:8px solid {color:nav}; font-family:cambria;}
- h2 {font-size:11px; color:#cdcdcd; letter-spacing:2px;}
- #quote { font-size: 16px;margin-left: 18px; padding: 3px;text-align:justify;font-style:italic;font-family:cambria; z-index:2; position:relative; display:inline;}
- blockquote {padding-left:5px; border-left:1px solid {color:border};}
- img a{border:none; width:100%}
- .user_1, .user_3, .user_5, .user_7,
- .user_7 , .user_9 .user_11 {background-color:{color:bckgr}; padding:3px;}
- .user_2, .user_4, .user_6, .user_8,
- .user_10, .user_12 {background-color:{color:background};padding:3px;
- }
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:5px;}
- #notes {font-weight:normal; margin-left:400px; width:400px;}
- #notes li {padding-bottom:0.5em}
- #credit {font-size: 35px; display:inline; bottom:3px; right:3px; position:fixed; -webkit-transition: all 0.6s ease; text-align:center;}
- #credit a {color:black;}
- #credit a:hover {background:none;}
- #black {z-index:9999; display:inline; position:absolute; bottom:20px; right:12px;}
- #blue {font-size: 35px; display:inline; position:absolute; opacity:0; z-index:0;-webkit-transition: all 0.6s ease;bottom:0px; color:aqua; bottom:20px; right:14px;}
- #red {font-size: 35px; display:inline;position:absolute; opacity:0; z-index:0;-webkit-transition: all 0.6s ease;bottom:20px; color:red; right:10px;}
- #credit:hover #red {right:8px; opacity:0.6; z-index:0;}
- #credit:hover #blue {right:17px; opacity:0.6; z-index:0;}
- #credit:hover #rz a {opacity:1;-webkit-transition: all 0.6s ease; bottom:-10px;};
- #rz {bottom:5px; position:fixed;-webkit-transition: all 0.6s ease;}
- #rz a { opacity:0;-webkit-transition: all 0.6s ease;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="credit">
- <div id="black"><a href="http://racheyzane.tumblr.com">▲</a></div>
- <div id="red">▲</div>
- <div id="blue">▲</div>
- <div id="rz"><div style="font-size:8px; text-transform:uppercase; font-family:calibri; letter-spacing:1px; margin-top:10px;"><a href="http://racheyzane.tumblr.com">racheyzane</a></div></div>
- </div>
- <div id="sbar">
- <div style="margin-top:5px; margin-bottom:5px; width:200px;">
- <div id="simg">
- <img src="{PortraitURL-64}">
- </div>
- <div id="desc">{Description}<br><br>
- <center>
- {block:Pagination}
- <i><small>{block:PreviousPage}
- <a href="{PreviousPage}">prev</a> /
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a></small>
- {/block:NextPage}</i>
- {/block:Pagination}
- </center>
- </div>
- <div id="nav">
- <div align="right">
- <a href="/"><img src="http://media.tumblr.com/tumblr_m8k250d52A1r62h7q.png"</a>
- <a href="/ask"><img src="http://media.tumblr.com/tumblr_m8k20aam071r62h7q.png"></a>
- <a href="#?w=180" rel="navi" class="poplight"><img src="http://media.tumblr.com/tumblr_m8k2077Zkw1r62h7q.png"></a></div>
- </div>
- </div>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- <div style="margin-top:-2px;">
- {block:Title}<h1>{Title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- </div>
- {block:Quote}
- <div id="quote">
- "{Quote}"</div>
- <div style="text-align:right; text-transform:uppercase; font-size:8px; margin-top:10px; border-top:1px dotted {color:bg};">{Source}</div>
- {/block:Quote}
- <br>
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}
- <img src="{PhotoURL-400}">
- {Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {Caption}
- {/block:Photoset}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}
- {Video-400}
- {Caption}
- {/block:Video}
- {block:Answer}<div class="ask"><img align="left" src="{AskerPortraitURL-24}"> <div class="q">{Asker} asked:<BR> {Question}</div></div><br><br>
- {Answer}{/block:answer}
- {block:AudioPlayer}
- {audioplayerwhite}<br>
- <div class="msc">
- {block:artist}<b>{artist}</b>{/block:artist}
- {block:trackname}<br><i>{trackname}</i>{/block:trackname}
- {block:album}<br>{album}{/block:album}<br></div>
- <br>
- {Caption}
- {/block:AudioPlayer}
- <div style="font-family:rebuchet ms; font-size:9px; text-transform:lowercase;margin-top:22px; padding:5px; text-align:right;">
- <div class="tags">
- <div style="display:inline; margin-left:10px;">{block:NoteCount}<a href="{Permalink}"><k>♥</k> {NoteCount}</a> {/block:NoteCount}</div>
- {block:RebloggedFrom}<div style="display:inline; margin-left:20px; padding-left:10px;">via <a href="{ReblogParentURL}">{ReblogParentName}</a> </div> <div style="display:inline; margin-left:20px; padding-left:10px;">{block:ContentSource}© <a href="{SourceURL}"><b>{ReblogRootName}</b></a>{/block:ContentSource}</div>{/block:RebloggedFrom}
- </div>
- </div>
- <div style="margin-left:30px;">{block:Tags}<div style="margin-right: 10px;display:inline-block;font-size:9px; text-transform:lowercase;"><a href="{TagURL}">{Tag}</a></div>{/block:Tags}</div></div>
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="notes">{block:PostNotes} {PostNotes} {/block:PostNotes}</div>
- </div>
- </div>
- </center>
- </div>
- </body>
- <div id="navi" class="popup_block">
- <center><h2>navigation links</h2></center>
- <div id="navig">
- {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
Advertisement