Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <title>{title}</title>
- <link rel="shortcut icon" href="http://drikoti.net/Goodies/Favicons/Gifs/034.gif"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <SCRIPT TYPE="text/javascript">
- <!--
- //Disable right click script
- //visit http://www.rainbow.arch.scriptmania.com/scripts/
- var message="Sorry, right-click has been disabled";
- ///////////////////////////////////
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("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>
- <style type="text/css">
- body{
- color:black;
- font-family: Trebuchet MS;
- font-size:10px;
- color: #999;
- background-image:url(http://media.tumblr.com/tumblr_lr1vzq9Uvd1qaj7nf.jpg);
- }
- a:link, a:active, a:visited{
- color: #aaa;
- text-decoration: none;
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- a:hover {
- -webkit-transition:color 500ms ease-in;
- -moz-transition:color 500ms ease-in;
- -o-transition:color 500ms ease-in;
- color: #ffbbb2;
- }
- .bubble{background:#FFE0E0; text-align:center; padding:10px; border-left: 1px dashed #EF9EFF; border-right: 1px dashed #EF9EFF; border-top: 1px dashed #EF9EFF;}
- .bubble2{background:#F9E0FF; text-align:center; padding:10px; border-top: 1px dashed #000000; border-left: 1px dashed #FFAFAF; border-right: 1px dashed #FFAFAF; border-bottom: 1px dashed #FFAFAF;}
- #content{
- background-image:url(http://29.media.tumblr.com/tumblr_m1kvf8dbVB1r40twqo1_500.png);
- width:508px;
- float:center;
- position:absolute;
- box-shadow: 0px 0px 7px #333;
- background-color:#fff;
- padding:10px;
- margin-left:350px;
- margin-top:8px;
- }
- #fade {
- display: none;
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: url(http://media.tumblr.com/tumblr_lpwovn6XPC1qcn2vb.png);
- padding: 20px;
- border: 1px solid #000;
- float: left;
- font-size: 10px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #entry{
- background:white;
- padding:5px;
- float:left;
- margin:6px;
- box-shadow:0px 0px 5px #bbb;
- }
- #center{
- width:780px;
- padding:45px;
- margin-top:8px;
- position:absolute;
- margin-left:150px;
- overflow-y:hidden;
- }
- #sidebar{
- background-image:url(http://29.media.tumblr.com/tumblr_m1kvf8dbVB1r40twqo1_500.png);
- width:200px;
- margin-left:5px;
- position:fixed;
- box-shadow: 0px 0px 7px #333;
- float:left;
- margin-top:-40px;
- margin-right:40px;
- margin-left:-18px;
- height:100%;
- padding:20px;
- -webkit-transition:1s;
- }
- blockquote{border-left:1px solid #ddd; padding:5px;}
- .heart2 {display : block; font-size: 20px; font-family: 'Cedarville Cursive'; line-height: 10px; border-bottom : 1px solid #eee; text-indent : 5px; vertical-align : middle; -webkit-transition-duration: .50s; padding-left : 10px;padding-bottom : 2px;}
- .heart2:hover {display : block; font-size: 20px; font-family: 'Cedarville Cursive'; line-height: 10px; border-bottom : 1px dashed #eee; text-indent : 5px; vertical-align : middle; -webkit-transition-duration: .50s; padding-left : 50px; padding-bottom : 2px;}
- h1{
- font-family: 'Cookie';
- font-size:10px;
- text-align:center;
- border-top:1px dotted #999;
- }
- h2{
- font-family:'Cookie';
- color:#ffdfdf;
- font-size:30px;
- text-shadow:2px 2px 1px #ff9999;
- border-bottom:1px dashed #aaa;
- text-align:right;
- }
- h3{
- font-family:'Cookie';
- font-size:30px;
- text-align:center;
- text-shadow:0px 0px 5px #777;
- margin-bottom:-5px;
- }
- h4{
- font-family:'Amatic SC';
- font-size:35px;
- text-align:center;
- text-shadow:0px 0px 5px #777;
- margin:-5px;
- border-bottom:1px dashed #ddd;
- }
- h5{
- font-family:'Cedarville Cursive';
- font-size:25px;
- line-height:20px;
- margin:-5px;
- }
- img{
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.60;
- }
- img:hover{
- -webkit-transition: opacity 0.8s linear;
- opacity: 1;
- }
- {CustomCSS}</style>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- </head>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC:700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
- <body ondragstart="return false" onselectstart="return false">
- <div style="position:absolute; margin-left:460px; font-size:120px; margin-top:-20px; font-family:'Cookie'; color:#ffdfdf; text-shadow:2px 2px 1px #ff9999;">{Title}</div>
- <div id="sidebar">
- <br>
- <div style="background:white;height:100%;padding:3px;box-shadow:0px 0px 5px #bbb;margin-left:10px;">
- <h2>Blogette <img src="http://media.tumblr.com/tumblr_m6lwvxHTYu1rrzsji.gif"></h2>
- <image src="http://24.media.tumblr.com/tumblr_mazyweSQWq1qc48cqo1_400.png" width="184"><div align="justify">{Description}</div>
- <h2>Statistics <img src="http://media.tumblr.com/tumblr_m6lwvxHTYu1rrzsji.gif"></h2>
- <a href="/">Home</a> · <a href="#?w=500" rel="mailbox" class="poplight">Message</a> · <a href="#?w=500" rel="submit" class="poplight">Submit</a> · <a href="#?w=500" rel="credits" class="poplight">Credits</a> · <a href="/link">Link</a> · <a href="/link">Link</a> · <a href="/link">Link</a> · <a href="/link">Link</a> · <a href="/link">Link</a><br>
- <h2>Disclaimer <img src="http://media.tumblr.com/tumblr_m6lwvxHTYu1rrzsji.gif"></h2><p>
- I don't own any of this images, If you see yours here kindly message me so I would know. :3<p>
- <h2>Credits <img src="http://media.tumblr.com/tumblr_m6lwvxHTYu1rrzsji.gif"></h2>
- <center>Theme is originally made by <a href="http:///flaffi.tumblr.com">Flaffi</a>.<br>
- Best viewed in Google Chrome.
- <br><br>
- </div><br></div>
- <br><br><br><br><br><br><br><br><br>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Title}<h3>{Title}</h3>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="485"/></a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Quote}
- <h5>{Quote}</h5>{block:Source}-{Source}{/block:Source}
- {/block:Quote}
- {block:Video}
- {Video-500}<br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <a href="{URL}" class="link" {Target}><h4>{Name}</h4></a><BR>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- <font color="#ffbfbf"> {Line}</font>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div class="bubble">{Asker} whispered {Question}</div>
- <div class="bubble2">I reply {Answer}</div>
- {/block:Answer}
- <h1><a href="{Permalink}">{NoteCount} Notes</a> <img src="http://media.tumblr.com/tumblr_m6lwvxHTYu1rrzsji.gif"> <a href="{ReblogUrl)">Reblog</a></h1>
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {block:NoteCount}
- {NoteCount} notes
- {/block:NoteCount}
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div></div>
- </body>
- <div id="mailbox" class="popup_block">
- <center><font size="10" color:"#EEB4B4"><font face="cookie", cursive/>❝ Ask me anything ❞<br><p></font></font>
- <iframe frameborder="0" scrolling="no" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com/" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center></iframe></div>
- <div id="submit" class="popup_block"><center><font size="10" color:"#EEB4B4"><font face="cookie", cursive/>❝ Submit Love ❞<br><p></font></font><br>
- <center><iframe frameborder="0" scrolling="no" width="100%" height="500px" src= "http://tumblr.com/submit_form/{Name}-princess.tumblr.com" style= "background-color:transparent; overflow: hidden; "id= "submit_form"></iframe>
- </center></div>
- <div id="credits" class="popup_block"><center><center><font size="10" color:"#EEB4B4"><font face="cookie", cursive/>❝ Credits ❞<br><p></font></font>
- <center>
- Original theme by<a href="http://flaffi.tumblr.com" target="blank"> Flaffi<br></a>
- Inspirations from <a href="http://sing-stop-and-stare.tumblr.com" target="blank">Sing-Stop-and-Starea</a><br>
- Tutorials by <a href="http://academyoftumblr.tumblr.com" target="blank">Academy of Tumblr</a><br>
- Optimized for Google Chrome<br>
- Powered by <a href="http://www.tumblr.com">Tumblr</a><br>
- <br><br>
- </center>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement