Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- hi this was my old theme....please take care of it and dont steal credits :)
- -->
- <html lang="en">
- <!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">
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </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"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" 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>
- <script type="text/javascript">
- <!--
- // Disable Right Click Script
- function IE(e)
- {
- if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
- {
- return false;
- }
- }
- function NS(e)
- {
- if (document.layers || (document.getElementById && !document.all))
- {
- if (e.which == "2" || e.which == "3")
- {
- return false;
- }
- }
- }
- document.onmousedown=IE;document.onmouseup=NS;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>
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#fff"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:text" content="#777"/>
- <meta name="color:title" content="#333"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="image:bars" content="1"/>
- <meta name="color:border1" content="#ddd"/>
- <meta name="color:border2" content="#ddd"/>
- <meta name="color:title border" content="#ddd"/>
- <meta name="color:link border" content="#ddd"/>
- <meta name="color:desc" content="#ddd"/>
- <meta name="color:scrollbar" content="#ddd"/>
- <meta name="color:posts" content="#ddd"/>
- <meta name="color:desc text" content="#ddd"/>
- <meta name="color:ask text" content="#ddd"/>
- <meta name="text:Link One" content=""/>
- <meta name="text:Link One Message" content"link1 title"/>
- <meta name="text:Link Two" content=""/>
- <meta name="text:Link Two Message" content"link2 title"/>
- <meta name="text:Link Three" content=""/>
- <meta name="text:Link Three Message" content"link3 title"/>
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Four Message" content"link4 title"/>
- <meta name="text:your name" content="your name here"/>
- <meta name="text:hover for updates" content=""/>
- <meta name="text:botm hover" content=""/>
- <meta name="text:botm" content=""/>
- <meta name="text:music code" content="use mp3 flash player"/>
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- padding:6px 6px 6px 6px;
- margin:20px 0px 0px 20px;
- background: #fff; /* change the background color */
- border:2px solid {color:title border}; /* change the border color */
- font-family:sweetiepie; /* change the font */
- font-size:20px; /* change the font size */
- letter-spacing:0px; /* change the letter spacing */
- text-transform:lowercase; /* can be uppercase, lowercase, none*/
- color:#000; /* change the text color */
- z-index:999999999999999999999999999999999999;
- border-radius:5px 20px/15px 5px;
- box-shadow:1px 2px 5px #000;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background:#000;
- 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: 5px solid {color:border1};
- border-right: 6px solid {color:border2};
- border-left: 6px solid {color:border2};
- float: left;
- font-size:18px;
- font-family:kg luck of the irish;
- position: fixed;
- line-height:15px;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius:10px;
- -moz-border-radius: 10px;
- border-radius: 5px 20px/15px 5px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #happy {
- background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
- repeat:repeat-x;
- left:0;
- width:100%;
- margin-top: 15px;
- height:18px;
- position: fixed;
- z-index: 999;
- opacity:1;
- }
- #happy2 {
- background-color:#fff;
- repeat:repeat-x;
- left:0;
- width:100%;
- margin-top: -15px;
- height:30px;
- position: fixed;
- z-index: 999;
- opacity:1;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height:9px;
- width:10px;
- background-color: {color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- width:0px;
- height:0px;
- overflow:hidden;
- background:#fff;
- }
- ::-webkit-scrollbar {
- width:3px;
- height:5px;
- overflow:hidden;
- background:#ddd;
- margin-right:5px;
- }
- iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
- transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- p {
- margin:0px;
- margin-top:0px;
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family: dixel;
- line-height:7px;
- font-size:8px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{
- text-decoration: none;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- color:{color:link};
- }
- a:hover {
- text-decoration: none;
- font-style:;
- color: {color:Hover};
- text-shadow:1px 2px 3px #000000;
- }
- div#center{
- margin:auto;
- position:relative;
- width:1000px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- askk{
- font-family:kingcoolkc;
- font-size:24px;
- text-shadow:1px 1px;
- color:{color:ask text};
- }
- gee{
- font-family:honeyscript;
- font-size:52px;
- text-shadow:1px 1px;
- line-height:40px;
- color:{color:title};
- }
- desc{
- font-family:neverletgo;
- font-size:24px;
- line-height:14px;
- letter-spacing:1px;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:4px;
- overflow:hidden;
- border:3px solid {color:posts};
- box-shadow:1px 2px 6px #ddd;
- border-radius:5px 10px/ 10px 5px;
- padding:2px;
- width:220px;
- font-family:aderyn;
- font-size:16px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:15px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:auto;
- height:10px;
- margin-left:10px;
- margin-top:10px;
- padding:5px;
- padding-bottom:10px;
- font-family:cutiepop;
- font-size:15px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:0px;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- opacity: 0.0;
- border:2px solid {color:title};
- box-shadow:1px 1px 7px #fff;
- -webkit-transition: 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:0.9;
- margin-left:80px;
- margin-top:10px;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:800px;
- margin-top:55px;
- z-index:99;
- margin-left:290px;
- font-size:20;
- font-family:pewp;
- line-height:16px;
- background:transparent;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- width:290px;
- background:white;
- height:auto;
- margin-top:135px;
- margin-left:-150px;
- text-align:center;
- border:3px outset;
- border-top:20px solid {color:border1};
- border-bottom:20px solid {color:border1};
- border-left:15px solid {color:border2};
- border-right:15px solid {color:border2};
- }
- #sidebar img:hover{
- -webkit-filter:blur(3px);
- transition: all 0.3s ease-i-out;
- -o-transition-transition: all 0.3s ease-in-out;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- }
- #sidebar #desc{
- position:fixed;
- height:auto;
- margin-top: -50px;
- margin-left:30px;
- width:200px;
- opacity:0;
- font-family:pewp;
- color:{color:desc text};
- border:1px solid {color:desc};
- line-height: 20px;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:10px;
- padding-right:10px;
- background-color:white;
- font-size:14px;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #desc{
- opacity:1;
- background-color:white;
- margin-top:-100px;
- margin-left:30px;
- }
- #sidebar #blogtitle {
- width:390px;
- opacity:1px;
- margin-top:-100px;
- margin-left:-80px;
- text-align:center;
- position:fixed;
- font-family:sunshine;
- font-size:55px;
- color:{color:title};
- background:transparent;
- line-height:80px;
- height: 65px;
- z-index: 3;
- text-shadow:1px 2px 5px #000;
- -webkit-animation: fadeInDownBig 4s;
- -moz-animation: fadeInDownBig 4s;
- -ms-animation: fadeInDownBig 4s;
- }
- #pencil{
- position:fixed !important;
- width:20px;
- height:600px;
- margin-left:240px;
- margin-top:-8px;
- background-image: url({image:bars});
- border-radius:10px;
- border:1px solid;
- border-color:grey;
- -webkit-animation: fadeInDownBig 1s;
- -moz-animation: fadeInDownBig 1s;
- -ms-animation: fadeInDownBig 1s;
- }
- #eraser{
- position:fixed !important;
- width:20px;
- height:530px;
- margin-left: 200px;
- margin-top:-8px;
- background-image: url({image:bars});
- border-radius:10px;
- border:1px solid;
- border-color:grey;
- -webkit-animation: fadeInDownBig 2s;
- -moz-animation: fadeInDownBig 2s;
- -ms-animation: fadeInDownBig 2s;
- }
- #playlist{
- position:fixed !important;
- width:30px;
- height:5px;
- opacity:0;
- margin-left:-10px;
- margin-top:-200px;
- padding-top:15px;
- padding-bottom:15px;
- padding-right:20px;
- padding-left:10px;
- font-family:kg luck of the irish;
- font-size:22px;
- text-align:center;
- border:2px solid {color:desc};
- background-color:white;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #playlist{
- opacity:1;
- margin-left:50px;
- margin-top:-200px;
- }
- #tunes{
- position:fixed !important;
- width:auto;
- height:auto;
- opacity:0;
- margin-left:50px;
- margin-top:-27px;
- padding-top:5px;
- font-family:kg luck of the irish;
- font-size:22px;
- text-align:left;
- border:1px solid {color:desc};
- background-color:white;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #tunes{
- opacity:1;
- margin-left:40px;
- margin-top:-147px;
- }
- #botm{
- position:fixed !important;
- width:60px;
- height:25px;
- opacity:0;
- margin-left:230px;
- margin-top:-200px;
- padding-top:10px;
- font-family:kg luck of the irish;
- font-size:22px;
- text-align:center;
- border:2px solid {color:desc};
- background-color:white;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #botm{
- opacity:1;
- margin-left:168px;
- margin-top:-200px;
- }
- #poopies{
- position:fixed !important;
- width:45px;
- padding-top:6px;
- padding-bottom:4px;
- background:white;
- height:auto;
- margin-top:-50px;
- margin-left:118px;
- text-align:center;
- font-family:pewp;
- font-size:16px;
- z-index:9;
- border:2px solid {color:desc};
- opacity:0;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #poopies{
- opacity:1;
- margin-left:117px;
- margin-top:-200px;
- }
- @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
- @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- @font-face { font-family: "sweetiepie"; src: url('http://static.tumblr.com/4yxykdm/h9hlrfl0t/sweetie_pie_1_.ttf'); }
- @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
- @font-face { font-family: "kingcoolkc"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
- @font-face { font-family: "kg luck of the irish"; src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf'); }
- @font-face { font-family: "billo"; src: url('http://static.tumblr.com/q54tzar/pMvm2jtm0/billo____1_.ttf'); }
- @font-face {font-family:"Cookies"; src:url('http://static.tumblr.com/9wzbixa/SQLm26ob7/cookies.ttf');}
- @font-face {font-family:"Aderyn"; src:url('http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf');}
- @font-face { font-family: "honeyscript"; src: url('http://static.tumblr.com/q54tzar/vvam21fco/honeyscript-light_1_.ttf'); }
- @font-face { font-family: "cutiepop"; src: url('http://static.tumblr.com/q54tzar/Gs7m21f91/cutiepop_1_.ttf'); }
- #cutie1{
- position:fixed;
- width:20px;
- height:15px;
- padding:8px;
- margin-left:345px;
- margin-top:10px;
- background:#ffffff;
- border-radius:25px 40px/40px 20px;
- border:3px inset {color:link border};
- line-height:18px;
- text-align:center;
- color:white;
- font-size: 20px;
- letter-spacing:2px;
- font-family: kingcoolkc;
- opacity:1;
- z-index: 3;
- -webkit-animation: fadeInDownBig 3s;
- -moz-animation: fadeInDownBig 3s;
- -ms-animation: fadeInDownBig 3s;
- }
- #cutie2{
- position:fixed;
- width:20px;
- height:15px;
- padding:8px;
- margin-left:345px;
- margin-top:75px;
- background:#ffffff;
- border-radius:25px 15px/15px 20px;
- border:3px inset {color:link border};
- line-height:18px;
- text-align:center;
- color:white;
- font-size: 20px;
- letter-spacing:2px;
- font-family: kingcoolkc;
- opacity:1;
- z-index: 3;
- -webkit-animation: fadeInDownBig 3s;
- -moz-animation: fadeInDownBig 3s;
- -ms-animation: fadeInDownBig 3s;
- }
- #cutie3{
- position:fixed;
- width:20px;
- height:15px;
- padding:8px;
- margin-left:345px;
- margin-top:140px;
- background:#ffffff;
- border-radius:25px 40px/40px 20px;
- border:3px inset {color:link border};
- line-height:18px;
- text-align:center;
- color:white;
- font-size: 20px;
- letter-spacing:2px;
- font-family: kingcoolkc;
- opacity:1;
- z-index: 3;
- -webkit-animation: fadeInDownBig 3s;
- -moz-animation: fadeInDownBig 3s;
- -ms-animation: fadeInDownBig 3s;
- }
- #cutie4{
- position:fixed;
- width:20px;
- height:15px;
- padding:8px;
- margin-left:345px;
- margin-top:205px;
- background:#ffffff;
- border-radius:25px 15px/15px 20px;
- border:3px inset {color:link border};
- line-height:18px;
- text-align:center;
- color:white;
- font-size: 20px;
- letter-spacing:2px;
- font-family: kingcoolkc;
- opacity:1;
- z-index: 3;
- -webkit-animation: fadeInDownBig 3s;
- -moz-animation: fadeInDownBig 3s;
- -ms-animation: fadeInDownBig 3s;
- }
- #cutie5{
- position:fixed;
- width:20px;
- height:15px;
- padding:8px;
- margin-left:345px;
- margin-top:270px;
- background:#ffffff;
- border-radius:25px 40px/40px 20px;
- border:3px inset {color:link border};
- line-height:18px;
- text-align:center;
- color:white;
- font-size: 20px;
- letter-spacing:2px;
- font-family: kingcoolkc;
- opacity:1;
- z-index: 3;
- -webkit-animation: fadeInDownBig 3s;
- -moz-animation: fadeInDownBig 3s;
- -ms-animation: fadeInDownBig 3s;
- }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 15px;
- color:{color:Title};
- font-weight: normal;
- font-family:billo;
- font-size:24px;
- }
- /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
- .notes img{width:10px; position:relative; top:3px;}
- <--ses-->
- small{font-size: 90%;}
- @-webkit-keyframes fadeInDownBig {
- 0% {
- opacity: 0;
- -webkit-transform: translateY(-2000px);
- }
- 100% {
- opacity: 1;
- -webkit-transform: translateY(0);
- }
- }
- @-moz-keyframes fadeInDownBig {
- 0% {
- opacity: 0;
- -moz-transform: translateY(-2000px);
- }
- 100% {
- opacity: 1;
- -moz-transform: translateY(0);
- }
- }
- @-ms-keyframes fadeInDownBig {
- 0% {
- opacity: 0;
- -ms-transform: translateY(-2000px);
- }
- 100% {
- opacity: 1;
- -ms-transform: translateY(0);
- }
- }
- @-o-keyframes fadeInDownBig {
- 0% {
- opacity: 0;
- -o-transform: translateY(-2000px);
- }
- 100% {
- opacity: 1;
- -o-transform: translateY(0);
- }
- }
- @keyframes fadeInDownBig {
- 0% {
- opacity: 0;
- transform: translateY(-2000px);
- }
- 100% {
- opacity: 1;
- transform: translateY(0);
- }
- }
- .fadeInDownBig {
- -webkit-animation-name: fadeInDownBig;
- -moz-animation-name: fadeInDownBig;
- -ms-animation-name: fadeInDownBig;
- -o-animation-name: fadeInDownBig;
- animation-name: fadeInDownBig;
- }
- {CustomCSS}
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="cage">
- <div id="center">
- <div id="pencil"></div>
- <div id="eraser"></div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <div id="cutie1"><a href="{text:Link One}" title="{text:Link One Message}">.01</a></div>
- <div id="cutie2"><a href="{text:Link two}" title="{text:Link Two Message}">.02</a></div>
- <div id="cutie3"><a href="{text:Link three}" title="{text:Link Three Message}">.03</a></div>
- <div id="cutie4"><a href="{text:Link four}" title="{text:Link Four Message}">.04</a></div>
- <div id="cutie5"><a href="http://h0ran-wbu.tumblr.com" title="Theme by h0ran-wbu!">.05</a></div>
- <div id="blogtitle">{blogtitle}</div>
- <center>
- <a href="/"><img src="{image:sidebar}" width=100%></a>
- <div id="desc">{description}</div>
- <div id="playlist"><a href='#?w=350' rel='02' class='poplight'>playlist</a> </div>
- <div id="botm"><a href={text:botm} title="{text:botm hover}">BOTM</a></div>
- <div id="tunes"></a>{text:music code}</a></div>
- <div id="poopies"><a href='#?w=350' rel='03' class='poplight' title="{text:hover for updates}"><img src="http://i39.photobucket.com/albums/e167/miazinha_26/mini%20gifs/ani063.gif"></a></div>
- </center>
- </div>
- <!------------------------------------->
- <div id="happy"></div>
- <div id="happy2"></div
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
- href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
- class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
- {block:Answer}
- <div style="margin: 1px 2px 1px 2px; min-height:30px; padding: 10px; border:1px solid; background-color: white; border-radius:25px;
- ">
- <img src="{AskerPortraitURL-40}" width="30" align="Left" style="margin-left:-5px; margin-top: -5px; border-radius:10px"/>
- <askk>{Asker}</askk>: {Question}</div>
- <div style="background: transparent;"><center><br>{Answer}</center></div><br>
- <askk>Love, {text:your name}</askk>
- <P ALIGN=Right><a href="{Permalink}"title="{TimeAgo}">{NoteCountWithLabel}</a>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{Permalink}">{NoteCount}</a> ☼ <a href="{ReblogURL}" target="_blank"> relove </a> </div>
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
- href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
- {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
- {/block:Chat}
- {block:Audio}
- <div style="width:200px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}<span class="permalink">
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
- </span>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}<div align="middle">{caption}</div>
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags}
- tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {block:RebloggedFrom}
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- </center></span>
- <br>
- <div id="postnotes">{PostNotes}</div><br>
- <center>{block:ContentSource}
- <br><a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- <SCRIPT type="text/javascript">
- // Set the number of snowflakes (more than 30 - 40 not recommended)
- var snowmax=15
- // Set the colors for the snow. Add as many colors as you like
- var snowcolor=new Array("#ffffff","{color:hover}","#eeb3d4",
- "#cccccc","{color:accent}")
- // Set the fonts, that create the snowflakes. Add as many fonts as you like
- var snowtype=new Array("Times")
- // Set the letter that creates your snowflake (recommended: * )
- var snowletter="☼"
- // Set the speed of sinking (recommended values range from 0.3 to 2)
- var sinkspeed=0.3
- // Set the maximum-size of your snowflakes
- var snowmaxsize=15
- // Set the minimal-size of your snowflakes
- var snowminsize=8
- // Set the snowing-zone
- // Set 1 for all-over-snowing, set 2 for left-side-snowing
- // Set 3 for center-snowing, set 4 for right-side-snowing
- var snowingzone=1
- ///////////////////////////////////////////////////////////////////////////
- // CONFIGURATION ENDS HERE
- ///////////////////////////////////////////////////////////////////////////
- // Do not edit below this line
- var snow=new Array()
- var marginbottom
- var marginright
- var timer
- var i_snow=0
- var x_mv=new Array();
- var crds=new Array();
- var lftrght=new Array();
- var browserinfos=navigator.userAgent
- var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
- var ns6=document.getElementById&&!document.all
- var opera=browserinfos.match(/Opera/)
- var browserok=ie5||ns6||opera
- function randommaker(range) {
- rand=Math.floor(range*Math.random())
- return rand
- }
- function initsnow() {
- if (ie5 || opera) {
- marginbottom = document.body.scrollHeight
- marginright = document.body.clientWidth-15
- }
- else if (ns6) {
- marginbottom = document.body.scrollHeight
- marginright = window.innerWidth-15
- }
- var snowsizerange=snowmaxsize-snowminsize
- for (i=0;i<=snowmax;i++) {
- crds[i] = 0;
- lftrght[i] = Math.random()*15;
- x_mv[i] = 0.03 + Math.random()/10;
- snow[i]=document.getElementById("s"+i)
- snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
- snow[i].size=randommaker(snowsizerange)+snowminsize
- snow[i].style.fontSize=snow[i].size+'px';
- snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
- snow[i].style.zIndex=1000
- snow[i].sink=sinkspeed*snow[i].size/5
- if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
- if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
- if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
- if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
- snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
- snow[i].style.left=snow[i].posx+'px';
- snow[i].style.top=snow[i].posy+'px';
- }
- movesnow()
- }
- function movesnow() {
- for (i=0;i<=snowmax;i++) {
- crds[i] += x_mv[i];
- snow[i].posy+=snow[i].sink
- snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
- snow[i].style.top=snow[i].posy+'px';
- if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
- if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
- if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
- if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
- if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
- snow[i].posy=0
- }
- }
- var timer=setTimeout("movesnow()",50)
- }
- for (i=0;i<=snowmax;i++) {
- document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
- }
- if (browserok) {
- window.onload=initsnow
- }
- </SCRIPT>
- <div style="position:fixed; bottom:5px; right:5px; background:white; padding: 3px; font-size: 18px; line-height: 10px; border:2px solid; border-radius:10px;" title= "theme by h0ran-wbu!"><a href="http://h0ran-wbu.tumblr.com"><img src="http://i1225.photobucket.com/albums/ee381/enix-directory/Pixels/tumblr_lkl5x4Rh131qfamg6.gif"></a></div>
- <div id="02" class="popup_block">
- <center><gee>Playlist:</gee></center>
- <BR>playlist goes here babe. <br>
- use <br> to start a new line and <p> for a new paragraph! when using <br> make sure theres enough space so it doesnt look squished <br>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="03" class="popup_block">
- <center><gee>Updates:</gee></center>
- <BR>updates go hurr again use <br> to start a new line and <p> for a new paragraph<BR>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment