Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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://static.tumblr.com/tk7f1db/uQtmvge21/infinitescroll.txt"></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="color:borders" content="#fff"/>
- <meta name="color:scrollbar" content="#fff"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:sideback" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="image:nav bg" content="1"/>
- <meta name="image:gif" content="1"/>
- <meta name="text:blog title" content="Title"/>
- <meta name="text:link one title" content="Link 1 title" />
- <meta name="text:link one" content="Link 1" />
- <meta name="text:link two title" content="Link 2 title" />
- <meta name="text:link two" content="Link 2" />
- <meta name="text:link three title" content="Link 3 Title" />
- <meta name="text:link three" content="Link 3" />
- <meta name="text:link four title" content="Link 4 Title" />
- <meta name="text:link four" content="Link 4" />
- <meta name="text:link five title" content="Link 5 Title" />
- <meta name="text:link five" content="Link 5" />
- <meta name="text:link six title" content="Link 6 Title" />
- <meta name="text:link six" content="Link 6" />
- <meta name="text:stats" content="stats" />
- <meta name="text:name" content="name" />
- <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:borders}; /* change the border color */
- -webkit-border-radius:10px 15px;
- font-size:15px; /* change the font size */
- letter-spacing:0px; /* change the letter spacing */
- z-index:999999999999999999999999999999999999;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background:url();
- 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: 10px solid {color:borders};
- float: left;
- font-size:12px;
- font-family:arial;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- /*Fonts*/
- @font-face { font-family: "jack"; src: url('http://static.tumblr.com/jpsgxtp/zNjmumss0/jacklb__.ttf'); }
- @font-face { font-family: "pumpkin"; src: url('http://static.tumblr.com/jpsgxtp/vspmumsti/pumpkin.ttf'); }
- @font-face { font-family: "trees"; src: url('http://static.tumblr.com/jpsgxtp/tYsmumsu6/cfonetwotrees-regular.ttf'); }
- @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- @font-face {font-family: "Cinnamon"; src: url("http://static.tumblr.com/npggxjg/Jm9m1xlt2/cinnamon_cake.ttf");}
- ::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 1ex; }
- 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:cinnamon;
- line-height:13px;
- font-size:15px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- n{
- font-family:trees;
- font-size:30px;
- color: {color:borders};
- }
- 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:1250px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- asker{
- font-family: 'cinnamon';
- text-align: right;
- margin-top: 25px;
- margin-left: 5px;
- font-size:20px;
- color: #ddd;
- line-height: 31px;
- }
- ask{
- font-family: 'cinnamon';
- text-align: right;
- margin-top:10px;
- font-size:20px;
- color: {color:title};
- }
- #mypic img{
- width:40px;
- border-radius:100px;
- border:0px;
- padding:0px;
- }
- #asker img{
- width:40px;
- border-radius:100px;
- border:0px;
- padding:0px;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:5px;
- overflow:hidden;
- width:280px;
- border:1px solid #dddddd;
- padding:5px;
- padding-bottom:3px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- margin-left:70px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- .entry img{
- border:4px solid {color:borders};
- width:270px;
- {block:PermalinkPage}
- width:440px;
- {/block:PermalinkPage}
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:800px;
- margin-top:50px;
- z-index:99;
- margin-left:550px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- width:370px;
- background-image: url({image:sideback});
- height:430px;
- padding-top:10px;
- margin-top:120px;
- border: 5px double #fff;
- margin-left:35px;
- text-align:center;
- }
- #desc{
- position:fixed !important;
- width:131px;
- height:auto;
- margin-top:-346px;
- margin-left:17px;
- text-align:center;
- z-index:9999;
- font-family:cinnamon;
- color:{color:text};
- z-index:9999999;
- border:4px double {color:borders};
- background-color:#fff;
- font-size: 15px;
- border-radius:10px;
- line-height: 26px;
- opacity: 0;
- 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 #desc {
- opacity:1;
- 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;
- }
- #sidebarpic{
- background-image: url({image:nav bg});
- width:350px;
- height:420px;
- }
- #sidebarpic img{
- width:350px;
- background-image: url({image:sideback});
- height:420px;
- opacity:1;
- z-index:999999;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #sidebarpic img{
- opacity:0;
- }
- #blog-title{
- margin-top:385px;
- margin-left: 90px;
- background:transparent;
- font-family:trees;
- font-weight:bold;
- font-size:70px;
- color:{color:title};
- width:auto;
- height:40px;
- padding-left:15px;
- padding-right:15px;
- z-index:9;
- position:fixed;
- border-radius:6px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #blog-title{
- margin-top:25px;
- border-bottom: 4px double {color:borders};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- /*GIF*/
- #gifbg{
- position:fixed;
- -webkit-mask-image: url('http://oi40.tinypic.com/2gvrkp2.jpg');
- background-image:url({image:sideback});
- width:180px;
- height:137px;
- margin-left:160px;
- margin-top:-340px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #gifbg{
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #gif{
- position:fixed;
- -webkit-mask-image: url('http://oi40.tinypic.com/15qxn9v.jpg');
- width:160px;
- height:120px;
- margin-left:10px;
- margin-top:8px;
- }
- #gif img{
- width:160px;
- height:120px;
- }
- /*LINKS*/
- #sidebar .link{
- position:fixed;
- z-index:999999999999999;
- margin-top: -215px;
- margin-left:180px;
- width:auto;
- height:auto;
- 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;
- opacity:0;
- }
- #sidebar .link img{
- height:40px;
- width:15px;
- 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 .link img:hover{
- z-index:99999999999999999;
- height:50px;
- 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 .link{
- opacity:1;
- }
- #sidebar .link2{
- position:fixed;
- z-index:999999999999999;
- margin-top: -205px;
- margin-left:197px;
- width:auto;
- height:auto;
- 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;
- opacity:0;
- }
- #sidebar .link2 img{
- height:50px;
- width:25px;
- 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 .link2 img:hover{
- z-index:99999999999999999;
- height:60px;
- 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 .link2{
- opacity:1;
- 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 .link3{
- position:fixed;
- z-index:999999999999999;
- margin-top: -205px;
- margin-left:220px;
- width:auto;
- height:auto;
- 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;
- opacity:0;
- }
- #sidebar .link3 img{
- height:70px;
- width:25px;
- 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 .link3 img:hover{
- z-index:99999999999999999;
- height:60px;
- 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 .link3{
- opacity:1;
- 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;
- }
- #sidebar .link4{
- position:fixed;
- z-index:999999999999999;
- margin-top: -205px;
- margin-left:250px;
- width:auto;
- height:auto;
- 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;
- opacity:0;
- }
- #sidebar .link4 img{
- height:65px;
- width:22px;
- 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 .link4 img:hover{
- z-index:99999999999999999;
- height:60px;
- 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 .link4{
- opacity:1;
- transition: all 1s ease-out;
- -o-transition-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #sidebar .link5{
- position:fixed;
- z-index:999999999999999;
- margin-top: -205px;
- margin-left:280px;
- width:auto;
- height:auto;
- 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;
- opacity:0;
- }
- #sidebar .link5 img{
- height:47px;
- width:20px;
- 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 .link5 img:hover{
- z-index:99999999999999999;
- height:60px;
- 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 .link5{
- opacity:1;
- transition: all 1.2s ease-out;
- -o-transition-transition: all 1.2s ease-out;
- -webkit-transition: all 1.2s ease-out;
- -moz-transition: all 1.2s ease-out;
- }
- #sidebar .link6{
- position:fixed;
- z-index:999999999999999;
- margin-top: -215px;
- margin-left:300px;
- width:auto;
- height:auto;
- 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;
- opacity:0;
- }
- #sidebar .link6 img{
- height:27px;
- width:20px;
- 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 .link6 img:hover{
- z-index:99999999999999999;
- height:35px;
- 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 .link6{
- opacity:1;
- transition: all 1.2s ease-out;
- -o-transition-transition: all 1.2s ease-out;
- -webkit-transition: all 1.2s ease-out;
- -moz-transition: all 1.2s ease-out;
- }
- #sidebar #stats{
- position:fixed !important;
- width:120px;
- height:25px;
- margin-top:325px;
- margin-left:50px;
- text-align:center;
- z-index:9999;
- font-family:jack;
- border:3px double {color:borders};
- background-color:white;
- font-size: 25px;
- border-radius:5px;
- line-height: 28px;
- opacity:0;
- 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 #stats{
- opacity:1;
- 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 #updates{
- position:fixed !important;
- width:120px;
- height:25px;
- margin-top:365px;
- margin-left:50px;
- text-align:center;
- z-index:9999;
- font-family:jack;
- border:3px double {color:borders};
- background-color:white;
- font-size: 25px;
- border-radius:5px;
- line-height: 28px;
- opacity:0;
- 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 #updates{
- opacity:1;
- 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;
- }
- #trans img{
- position:fixed !important;
- width:120px;
- margin-top:290px;
- margin-left:30px;
- opacity:0;
- 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 #trans img{
- opacity:1;
- }
- /*Linez*/
- .line-left {
- height:1400px;
- width:5px;
- border:4px double #fff;
- border-top:none;
- border-bottom:none;
- margin-left:522px;
- top:0px;
- background-color:{color:borders};
- position:fixed;
- background-size:1000% 200%;
- }
- .line-right {
- height:1400px;
- width:5px;
- border:4px double #fff;
- border-top:none;
- border-bottom:none;
- margin-left:1163px;
- top:0px;
- background-color:{color:borders};
- position:fixed;
- background-size:1000% 200%;
- }
- .lace-left{
- position:absolute;
- position:fixed;
- margin-left:497px;
- top:-10px;
- background-image: url('http://i.imgur.com/B0STUlj.png');
- height:1400px;
- width:34px;
- z-index:99;
- }
- .lace-right{
- position:absolute;
- position:fixed;
- margin-left:1138px;
- top:-10px;
- background-image: url('http://i.imgur.com/B0STUlj.png');
- height:1400px;
- width:34px;
- z-index:9999;
- }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 35px;
- font-size: 30px;
- color:{color:Title};
- font-weight: bold;
- font-family:trees;
- }
- /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- .entry .perma a{
- text-shadow: 0px 0px 4px {color:borders};
- color:{color:borders};
- font-family:hast;
- }
- .entry .perma{
- width: 150px;
- height: auto;
- margin-top: 360px;
- margin-left: 75px;
- padding-left:4px;
- padding-right:4px;
- position: absolute;
- font-family: hast;
- text-decoration: bold;
- text-transform: uppercase;
- font-size:12px;
- text-shadow: 0px 0px 4px {color:borders};
- border: 3px solid {color:borders};
- box-shadow:2px 3px 2px {color:borders};
- letter-spacing: 1px;
- line-height: 20px;
- overflow: visible;
- opacity: 0;
- border-radius:3px;
- background-color: #fff;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity: 0.9;
- bottom:29px;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .entry .permalike{
- width: auto;
- height: auto;
- margin-top: 360px;
- margin-left: 35px;
- padding:4px;
- position: absolute;
- text-shadow: 0px 0px 4px {color:borders};
- border: 3px solid {color:borders};
- box-shadow:2px 3px 2px {color:borders};
- letter-spacing: 1px;
- line-height: 20px;
- overflow: visible;
- opacity: 0;
- border-radius:5px;
- background-color: #fff;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .entry:hover .permalike{
- overflow:visible;
- opacity: 0.9;
- bottom:70px;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .entry .permareblog{
- width: auto;
- height: auto;
- margin-top: 360px;
- margin-left: 35px;
- padding:4px;
- position: absolute;
- text-shadow: 0px 0px 4px {color:borders};
- border: 3px solid {color:borders};
- box-shadow:2px 3px 2px {color:borders};
- letter-spacing: 1px;
- line-height: 20px;
- overflow: visible;
- opacity: 0;
- border-radius:5px;
- background-color: #fff;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .entry:hover .permareblog{
- overflow:visible;
- opacity: 0.9;
- bottom:30px;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- /*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 class="line-left"></div>
- <div class="line-right"></div>
- <div class="lace-left"></div>
- <div class="lace-right"></div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <div id="blog-title">{text:blog title}</div>
- <div id="stats">{text:stats}</div>
- <div id="updates"><a href="#?w=500" rel="02" class="poplight">Updates</a></div>
- <div id="trans"><img src="http://31.media.tumblr.com/010b65c4c3ed264b7a8cc12ebdad24b9/tumblr_mkt7uoQ1aI1ryniwuo1_500.png"></div>
- <center>
- <div id="sidebarpic"><img src="{image:sidebar}"></div></center>
- <div id="gifbg">
- <div id="gif"><img src="{image:gif}"></div>
- </div>
- <div id="desc">{description}</div>
- <div class="link"><a href="{text:link one}" title="{text:link one title}"><img src="http://i.imgur.com/VbNX3up.gif"></a></div>
- <div class="link2"><a href="{text:link two}" title="{text:link two title}"><img src="http://i.imgur.com/hvUiSDj.gif"></a></div>
- <div class="link3"><a href="{text:link three}" title="{text:link three title}"><img src="http://i.imgur.com/qKgK87b.gif"></a></div>
- <div class="link4"><a href="{text:link four}" title="{text:link four title}"><img src="http://i.imgur.com/AZDmlxz.gif"></a></div>
- <div class="link5"><a href="{text:link five}" title="{text:link five title}"><img src="http://i.imgur.com/80nmp4b.gif"></a></div>
- <div class="link6"><a href="{text:link six}" title="{text:link six title}"><img src="http://i.imgur.com/zXA3uwG.gif"></a></div>
- </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}<br>
- <div id="asker"><img src="{AskerPortraitURL-30}" width="35" align="left" style="margin-right: 0px; margin-top: -15px; border:2px solid {color:title}; -moz-border-radius:20px; border-radius:20px; text-align:left;"/></div>
- <div style="margin-top: -7px;
- margin-left:0px;
- text-align: left;
- line-height:14px;
- min-height:45px;
- padding-left: 8px;
- padding-top: 5px;
- padding-right: 4px;
- padding-bottom: 2px;
- background: #f8f7f7;
- border-radius:5px;
- z-index: 0;">
- <asker>{Asker}</asker>: </br><div style="padding-bottom:5px;">{Question}</div></div>
- <div style="padding:15px;"></div>
- <div id="mypic"><img src="{PostAuthorPortraitURL-30}" width="35" align="right" style="margin-right: 0px; margin-top: -15px; border:2px solid {color:borders}; -moz-border-radius:20px; border-radius:20px; text-align:left; "/></div>
- <div style="margin-top: 2px;
- margin-left: 0px;
- border-radius:5px;
- min-height:45px;
- width:270px;
- line-height: 14px;
- padding-left: 8px;
- padding-top: 5px;
- padding-right: 4px;
- padding-bottom: 2px;
- background: #f8f7f7;
- z-index: 0;
- text-align: left;
- {block:permalinkpage}width:437px;{/block:permalinkpage}">
- <div style="margin-top:0px; padding-bottom:5px;"><ask>{text:name}:</ask></div><div style="padding-bottom:5px;">{Answer}</div></div>
- <div style="padding:10px;"></div>
- <div style="align: right;
- border-top: 1px solid {color:border};
- margin-top:5px;
- padding:6px;
- text-align: right">
- <a href="{Permalink}"> {NoteCount} </a> & posted {timeago}</div>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <div class="perma">
- <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">↺</a><br>
- Posted @ {12Hour}:{Minutes} {AmPm}
- </div>
- <div class="permalike">
- {LikeButton}
- </div>
- <div class="permareblog">
- {ReblogButton}
- </div>
- {/block:IndexPage}
- {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400px; height=auto; border=4px solid #000;/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px;/>{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}
- <script>if(typeof jQuery=='undefined'){document.write('<'+'script');document.write(' language="javascript"');document.write(' type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</'+'script'+'>')}</script><script>if(!image_urls){var image_urls=Array()}if(!flash_urls){var flash_urls=Array()}image_urls['rain1']="http://media.tumblr.com/36d1b24f78fcc58ba0b383e154bcd5e3/tumblr_inline_mu2khmHPyw1rq25qq.png";image_urls['rain2']="http://media.tumblr.com/36d1b24f78fcc58ba0b383e154bcd5e3/tumblr_inline_mu2khmHPyw1rq25qq.png";image_urls['rain3']="http://media.tumblr.com/36d1b24f78fcc58ba0b383e154bcd5e3/tumblr_inline_mu2khmHPyw1rq25qq.png";image_urls['rain4']="http://media.tumblr.com/36d1b24f78fcc58ba0b383e154bcd5e3/tumblr_inline_mu2khmHPyw1rq25qq.png";$(document).ready(function(){var c=$(window).width();var d=$(window).height();var e=function(a,b){return Math.round(a+(Math.random()*(b-a)))};var f=function(a){setTimeout(function(){a.css({left:e(0,c)+'px',top:'-30px',display:'block',opacity:'0.'+e(10,100)}).animate({top:(d-10)+'px'},e(7500,8000),function(){$(this).fadeOut('slow',function(){f(a)})})},e(1,8000))};$('<div></div>').attr('id','rainDiv')
- .css({position:'fixed',width:(c-20)+'px',height:'1px',left:'0px',top:'-5px',display:'block'}).appendTo('body');for(var i=1;i<=20;i++){var g=$('<img/>').attr('src',image_urls['rain'+e(1,4)])
- .css({position:'absolute',left:e(0,c)+'px',top:'-50px',display:'block',opacity:'0.'+e(10,100),'margin-left':0}).addClass('rainDrop').appendTo('#rainDiv');f(g);g=null};var h=0;var j=0;$(window).resize(function(){c=$(window).width();d=$(window).height()})});</script>
- <script>if(typeof jQuery=='undefined'){document.write('<'+'script');document.write(' language="javascript"');document.write(' type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</'+'script'+'>')}</script><script>$(document).ready(function(){var a=$('<img>').attr({'src':'','border':0});$('<a></a>').css({position:'absolute',right:'0px',top:'22px','z-index':'90'}).attr({'href':'http://tutorialuntukblog.blogspot.com/2011/10/tutorial-kelopak-bunga-berguguran-di.html'}).append(a).appendTo('body')});</script>
- </body>
- <div id="02" class="popup_block">
- <div style="font-family:trees; font-size: 60px; font-weight:bold; color:{color:title}; padding-top: 15px; padding-bottom:15px; text-align:center;">Updates<br></div>
- <div style="padding-top:25px; padding-bottom:10px;">
- <center>
- Write your updates here!
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment