Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme #10 by h0ran-wbu :D please do not steal codes, i worked hard on this ! i will pee on your computer and hack your facebook if you steal credit
- -->
- <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 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://th1243.photobucket.com/albums/gg542/chotice96/Tumblr%20Close%20Button/th_tumblr_lprq8yJC6Z1qcn2vb.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 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">
- <!--
- // 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="color:links" content="#fff"/>
- <meta name="color:blogtitle" content="#333"/>
- <meta name="color:link title" content="#fff"/>
- <meta name="color:link background" content="#fff"/>
- <meta name="color:sidebar border" content="#000"/>
- <meta name="color:permalinks" content="#ddd"/>
- <meta name="color:quote" content="#ddd"/>
- <meta name="color:bar1" content="#ddd"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:sidebar background" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="image:sideback" content="1"/>
- <meta name="image:pic1" content="1"/>
- <meta name="image:pic2" content="1"/>
- <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:botw" content="" />
- <meta name="text:botw message" content"follow!"/>
- <meta name="text:your name" content="your name here"/>
- <meta name="text:quote" content="quote hurr"/>
- <meta name="text:hit counter" content=""/>
- <style type="text/css">
- #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:url(http://31.media.tumblr.com/2e6fa9897dd2409f768d42038e688077/tumblr_mhx1p7cJzp1s5um8no1_250.png);
- padding: 20px;
- border: 5px solid {color:sidebar border};
- float: left;
- font-size:16px;
- font-family:hello seattle;
- line-height:18px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- 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;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:6px 6px 6px 6px;
- margin:20px 0px 0px 20px;
- background: #fff; /* change the background color */
- border-right:3px solid {color:link title};
- border-left:3px solid {color:link title};/* change the border color */
- font-family:gabrielle; /* change the font */
- font-size:21px; /* change the font size */
- letter-spacing:0px; /* change the letter spacing */
- text-transform:none; /* can be uppercase, lowercase, none*/
- color:#000; /* change the text color */
- z-index:999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height:9px;
- background-color: {color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- width:0px;
- height:0px;
- overflow:hidden;
- background:#fff;
- }
- ::-webkit-scrollbar {
- width:5px;
- 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;
- }
- mah{
- font-family:painted;
- font-size:50px;
- color:{color:title};
- top:10px;
- }
- @font-face {font-family:"Painted";src:url('http://static.tumblr.com/9wzbixa/7vNm26po9/painted.ttf');}
- 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};
- }
- div#center{
- margin:auto;
- position:relative;
- width:1000px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- askk{
- font-family:sweetly broken;
- font-size:38px;
- margin-left:140px;
- text-shadow:0px 0px 10px;
- }
- gee{
- font-family:janitor;
- font-size:18px;
- margin-left:5px;
- text-shadow:0px 0px 2px;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:10px;
- overflow:hidden;
- width:281px;
- padding:11px;
- border:3px double #ddd;
- font-family:hello seattle;
- font-size:14px;
- line-height:18px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:18px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- @font-face{font-family:"Janitor";src:url('http://static.tumblr.com/9wzbixa/qYTmj2mp1/janitor.ttf');}
- @font-face{font-family:"Sweetly Broken";src:url('http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf');}
- @font-face{font-family:"Hello Seattle";src:url('http://static.tumblr.com/9wzbixa/tpAmj2jin/hello_seattle.ttf');}
- @font-face{font-family:"Alpha Mack";src:url('http://static.tumblr.com/9wzbixa/2cMmj2fh5/alphamacaoe.ttf');}
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:200px;
- height:20px;
- margin-left:30px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:30px;
- padding-top:8px;
- padding-bottom:4px;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- font-family:alpha mack;
- font-size:18px;
- opacity: 0.0;
- background:{color:permalinks};
- border:3px solid #fff;
- border-radius:20px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:1;
- margin-left:30px;
- margin-top:20px;
- }
- .entry .perma2{
- width:200px;
- height:20px;
- margin-left:30px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- margin-top:110px;
- padding-top:8px;
- padding-bottom:4px;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- font-family:alpha mack;
- font-size:18px;
- opacity: 0.0;
- background:{color:permalinks};
- border:3px solid #fff;
- border-radius:20px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma2{
- overflow:visible;
- opacity:1;
- margin-left:30px;
- margin-top:90px;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:750px;
- margin-top:40px;
- z-index:99;
- margin-left:352px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- width:330px;
- background:white;
- height:396px;
- margin-top:150px;
- margin-left:-65px;
- text-align:center;
- border:5px solid {color:sidebar border};
- z-index:9;
- }
- #bar3{
- position:fixed;
- width:1px;
- height:437px;
- margin-left:-18px;
- margin-top:-397px;
- background:black;
- z-index:999;
- opacity:0.4;
- }
- #bar4{
- position:fixed;
- width:364px;
- height:1px;
- margin-left:-30px;
- margin-top:16px;
- background:#000;
- z-index:99;
- opacity:0.4;
- }
- #pew{
- position:fixed !important;
- width:330px;
- height:397px;
- margin-left:0px;
- margin-top:-397px;
- text-align:center;
- background:url({image:sidebar background});
- opacity:0;
- line-height:15px;
- font-family:arial;
- font-size:20px;
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- #sidebar:hover #pew{
- opacity:1;
- }
- #pencil{
- position:fixed;
- width:560px;
- height:1000px;
- margin-left:-220px;
- margin-top:-5px;
- background:url({image:sideback});
- }
- #eraser{
- position:fixed;
- width:200px;
- height:1000px;
- margin-left:1030px;
- margin-top:-5px;
- background:url({image:sideback});
- }
- #bar1{
- position:fixed;
- width:5px;
- height:918px;
- margin-left:327px;
- margin-top:-4px;
- background:{color:bar1};
- border:4px double #fff;
- z-index:999;
- opacity:1;
- }
- #bar2{
- position:fixed;
- width:5px;
- height:918px;
- margin-left:1020px;
- margin-top:-8px;
- background:{color:bar1};
- border:4px double #fff;
- border-radius:15px 25px/25px 15px;
- z-index:99;
- opacity:1;
- }
- #bar5{
- position:fixed;
- width:680px;
- height:28px;
- margin-left:340px;
- margin-top:-2px;
- background:white;
- border-bottom:2px solid {color:sidebar border};
- z-index:999;
- opacity:1;
- }
- #blogtitle{
- position:fixed;
- width:auto;
- height:auto;
- margin-top:-486px;
- margin-left:-10px;
- opacity:1;
- font-family:kingthingsw;
- font-size:45px;
- color:{color:blogtitle};
- background:transparent;
- line-height:80px;
- height: 65px;
- z-index: 9999;
- text-shadow:0px 0px 5px #ddd;
- transition: all 0.8s ease-out;
- -o-transition-transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- }
- #blogtitle:hover{
- font-size:39px;
- }
- #desc{
- position:fixed;
- height:63px;
- margin-top: -184px;
- margin-left:0px;
- width:310px;
- opacity:0;
- font-family:cedarcursive;
- color:#000;
- line-height: 17px;
- padding-top:10px;
- padding-bottom:5px;
- padding-left:10px;
- padding-right:10px;
- background-color:white;
- font-size:19px;
- text-align:center;
- border-top:1px solid #ddd;
- border-bottom:1px solid #ddd;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #sidebar:hover #desc{
- opacity:1;
- margin-top: -164px;
- margin-left:0px;
- }
- #heart1{
- position:fixed;
- width:10px;
- height:315px;
- margin-left:42px;
- margin-top:-395px;
- background:transparent;
- opacity:0;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #heart1 img{
- width:110px;
- height:100px;
- border-bottom:12px solid #fff;
- border-top:5px solid #fff;
- border-left:5px solid #fff;
- border-right:5px solid #fff;
- -webkit-transform: rotate(-7deg);
- box-shadow:0px 1px 5px #ddd;
- border-radius:5px;
- }
- #sidebar:hover #heart1{
- opacity:1;
- margin-left:42px;
- margin-top:-375px;
- }
- #heart2{
- position:fixed;
- width:200px;
- height:315px;
- margin-left:119px;
- margin-top:-385px;
- background:transparent;
- opacity:0;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #heart2 img{
- width:110px;
- height:100px;
- border-bottom:12px solid #fff;
- border-top:5px solid #fff;
- border-left:5px solid #fff;
- border-right:5px solid #fff;
- -webkit-transform: rotate(5deg);
- box-shadow:0px 1px 5px #ddd;
- border-radius:5px;
- }
- #sidebar:hover #heart2{
- opacity:1;
- margin-left:119px;
- margin-top:-365px;
- }
- #cutie6{
- position:fixed;
- width:auto;
- height:13px;
- padding-top:2px;
- padding-bottom:12px;
- padding-left:7px;
- padding-right:11px;
- margin-left:29px;
- margin-top:157px;
- line-height:18px;
- text-align:center;
- font-size: 25px;
- letter-spacing:2px;
- font-family:gabrielle;
- opacity:0;
- z-index: 1;
- box-shadow:0px 0px 2px;
- border:3px solid #fff;
- border-right:1px solid #fff;
- border-top-left-radius:20px;
- border-bottom-left-radius:20px;
- background-color:{color:link background};
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #cutie6{
- opacity:1;
- margin-left:29px;
- margin-top:176px;
- }
- #cutie7{
- position:fixed;
- width:auto;
- height:13px;
- padding-top:2px;
- padding-bottom:12px;
- padding-left:7px;
- padding-right:11px;
- margin-left:201px;
- margin-top:157px;
- line-height:18px;
- text-align:center;
- font-size: 25px;
- letter-spacing:2px;
- font-family:gabrielle;
- opacity:0;
- z-index: 1;
- box-shadow:0px 0px 2px;
- border:3px solid #fff;
- border-left:1px solid #fff;
- border-top-right-radius:20px;
- border-bottom-right-radius:20px;
- background-color:{color:link background};
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #cutie7{
- opacity:1;
- margin-left:201px;
- margin-top:176px;
- }
- #cutie{
- position:fixed;
- width:57px;
- height:13px;
- padding-top:2px;
- padding-bottom:12px;
- padding-left:7px;
- padding-right:11px;
- margin-left:126px;
- margin-top:-240px;
- line-height:18px;
- text-align:center;
- letter-spacing:2px;
- opacity:0;
- font-family:gabrielle;
- font-size:18px;
- z-index: 1;
- box-shadow:0px 0px 1px;
- border-top:3px solid #fff;
- border-bottom:3px solid #fff;
- background-color:{color:link background};
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #cutie{
- opacity:1;
- margin-left:126px;
- margin-top:-220px;
- }
- @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
- @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- @font-face { font-family: 'kingthingsw'; src: url('http://static.tumblr.com/pwgdr2n/Ey3lvpsk8/kingthings_wrote_1_.ttf'); }
- @font-face { font-family: "gabrielle"; src: url('http://static.tumblr.com/pwgdr2n/DCxlvpyx5/gabrielle_1_.ttf'); }
- #cutie1{
- position:fixed;
- width:22px;
- height:13px;
- padding-top:2px;
- padding-bottom:26px;
- padding-left:7px;
- padding-right:21px;
- margin-left:34px;
- margin-top:327px;
- line-height:18px;
- text-align:center;
- font-size: 28px;
- letter-spacing:2px;
- font-family:tabitha;
- opacity:0;
- z-index: 1;
- box-shadow:0px 0px 1px;
- border-top:3px solid #fff;
- border-right:1px solid #fff;
- border-bottom:3px solid #fff;
- border-left:3px solid #fff;
- background-color:{color:link background};
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #cutie1{
- opacity:1;
- margin-top:337px;
- }
- #cutie2{
- position:fixed;
- width:22px;
- height:13px;
- padding-top:2px;
- padding-bottom:26px;
- padding-left:7px;
- padding-right:21px;
- margin-left:88px;
- margin-top:347px;
- line-height:18px;
- text-align:center;
- font-size: 28px;
- letter-spacing:2px;
- font-family:tabitha;
- opacity:0;
- z-index: 1;
- box-shadow:0px 0px 1px;
- border-top:3px solid #fff;
- border-right:1px solid #fff;
- border-bottom:3px solid #fff;
- border-left:0px solid #fff;
- background-color:{color:link background};
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #cutie2{
- opacity:1;
- margin-top:337px;
- }
- #cutie3{
- position:fixed;
- width:22px;
- height:13px;
- padding-top:2px;
- padding-bottom:26px;
- padding-left:7px;
- padding-right:21px;
- margin-left:139px;
- margin-top:327px;
- line-height:18px;
- text-align:center;
- font-size: 28px;
- letter-spacing:2px;
- font-family:tabitha;
- opacity:0;
- z-index: 1;
- box-shadow:0px 0px 1px;
- border-top:3px solid #fff;
- border-right:1px solid #fff;
- border-bottom:3px solid #fff;
- border-left:0px solid #fff;
- background-color:{color:link background};
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #cutie3{
- opacity:1;
- margin-top:337px;
- }
- .quote{
- position: fixed !important;
- width:675px;
- height:20px;
- font-family:janitor;
- font-size: 16px;
- line-height: 25px;
- text-shadow: 0px 0px 2px #000;
- background-color:transparent;
- padding: 2px;
- text-align:center;
- margin-top: 1px;
- margin-left: 340px;
- z-index:999;
- color:{color:quote}
- }
- #cutie4{
- position:fixed;
- width:22px;
- height:13px;
- padding-top:2px;
- padding-bottom:26px;
- padding-left:7px;
- padding-right:21px;
- margin-left:190px;
- margin-top:347px;
- line-height:18px;
- text-align:center;
- font-size: 28px;
- letter-spacing:2px;
- font-family:tabitha;
- opacity:0;
- z-index: 1;
- box-shadow:0px 0px 1px;
- border-top:3px solid #fff;
- border-right:1px solid #fff;
- border-bottom:3px solid #fff;
- border-left:0px solid #fff;
- background-color:{color:link background};
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #cutie4{
- opacity:1;
- margin-top:337px;
- }
- #cutie5{
- position:fixed;
- width:22px;
- height:13px;
- padding-top:2px;
- padding-bottom:26px;
- padding-left:7px;
- padding-right:21px;
- margin-left:241px;
- margin-top:327px;
- line-height:18px;
- text-align:center;
- font-size: 28px;
- letter-spacing:2px;
- font-family:tabitha;
- opacity:0;
- z-index: 1;
- box-shadow:0px 0px 1px;
- border-top:3px solid #fff;
- border-right:3px solid #fff;
- border-bottom:3px solid #fff;
- border-left:0px solid #fff;
- background-color:{color:link background};
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #cutie5{
- opacity:1;
- margin-top:337px;
- }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 12px;
- color:{color:Title};
- font-weight: normal;
- font-size:20px;
- font-family:kingthingsw;
- line-height:25px;
- }
- /*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%;}
- {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>
- <div id="bar1"></div>
- <div id="bar2"></div>
- <div id="bar5"></div>
- <div class="quote">{text:quote}
- </div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <center>
- <div id="cutie1"><a href="{text:Link One}" title="{text:Link One Message}"><img src="https://cdn1.iconfinder.com/data/icons/49handdrawing/128x128/home.png" style=width"38px;" height="38px;"></a></div>
- <div id="cutie2"><a href="{text:Link Two}" title="{text:Link Two Message}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/comment.png" style=width"38px;" height="38px;"></a></div>
- <div id="cutie3"><a href="{text:Link Three}" title="{text:Link Three Message}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/star.png" style=width"38px;" height="38px;"></a></div>
- <div id="cutie4"><a href="{text:Link Four}" title="{text:Link Four Message}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/photo-camera.png" style=width"38px;" height="38px;"></a> </div>
- <div id="cutie5"><a href="http://h0ran-wbu.tumblr.com" title="theme by h0ran-wbu!"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/notepad.png" style=width"38px;" height="38px;"></a> </div>
- <div id="cutie6"><a href='#?w=350' rel='01' class='poplight' title="click for updates!">updates</a> </div>
- <div id="cutie7"><a href="{text:botw}" title="{text:botw message}">botw :)</a> </div>
- <a href="/"><img src="{image:sidebar}" width=100% height=396px;></a>
- <div id="pew"></div>
- <div id="bar4"></div>
- <div id="bar3"></div>
- <div id="heart1"><img src="{image:pic1}"></div>
- <div id="heart2"><img src="{image:pic2}"></div>
- <div id="blogtitle">{blogtitle}</div>
- <div id="desc">{description}</div>
- <div id="cutie"></a>{text:hit counter}</a>
- </center>
- </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: 8px; border:1px solid #ddd; background-color: {color:ask background};"/>
- <img src="{AskerPortraitURL-40}" width="42" align="Left" style="margin-left:-18px; margin-top: -18px; border:2px solid #dcd; border-radius:40px;"/>
- <gee>{Asker}</gee> wondered: {Question} </div> <br>
- <div style="background:{color:ask background}; padding-top:-5px; padding-bottom:10px;"><center>{Answer}</center></div><br>
- <askk>{text:your name}</askk>
- <P ALIGN=Left><a href="{Permalink}">{notecountwithlabel}</a>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{Permalink}"> <a href="{ReblogURL}" target="_blank"> reblog </a> with <a href="{Permalink}">{NoteCountWithLabel} </div>
- <div class="perma2">
- <a href="{permalink}">posted {timeago}</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>
- <div style="position:fixed; bottom:5px; right:5px; background:white; padding: 3px; font-size: 18px; line-height: 10px; border:2px solid {color:sidebar border}; 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="01" class="popup_block">
- <br><center><mah>Updates</mah></center><br>
- put your updates hurr babe c: <br>
- use <br> to make a new paragraph!!
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment