Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- originally by dopestgomezanon edited by biebinator permalinks by irrelevantly!-->
- <html lang="en">
- <head>
- <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 prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
- <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://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.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>
- <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Pop up ask Background" content="#ffffff"/>
- <meta name="color:Title" content="#292929"/>
- <meta name="color:Text" content="#363636"/>
- <meta name="color:Link" content="#292929"/>
- <meta name="color:scrollbar" content="#727272"/>
- <meta name="color:text shadow" content="#000000"/>
- <meta name="color:Hover" content="#ddd"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:POP UP ASK TITLE" content=""/>
- <meta name="text:Your url" content="biebinator"/>
- <meta name="text: link one" content=""/>
- <meta name="text: link one title" content="home"/>
- <meta name="text: ASK title" content="MESSAGE"/>
- <meta name="text: link three" content=""/>
- <meta name="text: link three title" content="fuck"/>
- <meta name="text: link four" content=""/>
- <meta name="text: link four title" content="fuck"/>
- <meta name="text: link five" content=""/>
- <meta name="text: link five title" content="fuck"/>
- <meta name="if: black hover images" content=""/>
- </script>
- <div id="idc"><a href="http://biebinator.tumblr.com">theme</a></div>
- <style type="text/css">
- {block:ifblackhoverimages}img{-webkit-filter: grayscale(0);-webkit-transition: opacity 0.9s linear; opacity: 1.0;}img:hover{ -webkit-filter: grayscale(1);-webkit-transition: opacity 0.9s linear; opacity: 1; }{/block:ifblackhoverimages}
- {block:ifblackhoverimages}img{
- -webkit-transition: opacity 0.8s linear;
- opacity: 1.0;
- }
- img:hover{
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.50;
- }{/block:ifblackhoverimages}
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background:#000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .3;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: {color:pop up ask Background};
- background-image: url();
- padding: 20px;
- padding-top: 20px;
- float: left;
- font-size: 11px;
- 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: 1px 1px 20px #000;
- }
- img.btn_close {
- float: right;
- margin: -15px -15px 0 0;
- }
- *html .popup_block {
- position: absolute;
- }
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-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: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- ::-webkit-scrollbar {width: 6px; height: 4px; background: #eeeeee; border-left: 1px solid #aaaaaa; }
- ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-left: 0px solid}
- body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
- @font-face {
- font-family: "dawning";
- src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
- }
- @font-face{ font-family: 'pixel'; font-style: normal; font-weight: normal; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
- @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
- @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
- body{
- margin:5px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- font-family:happy monkey;
- line-height: 15px;
- font-size: 10px;
- color:#000000;
- cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
- }
- a:hover{
- color:{color:Hover};
- text-decoration: none;
- -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- text-shadow:1px 1px 5px {color:text shadow};
- cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
- }
- #idc{ position:fixed !important; right:6px; top:26px; font-family: "verdana", cursive; font-size: 10px; line-height:12px; vertical-align: middle; overflow: hidden; background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png); background-repeat:repeat; border:1px solid rgba(0,0,0,0.1); padding:3px; -webkit-border-radius:2px; moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; z-index: 100;}
- #idc a{color: #fff;}
- #cunt{width:330px; height:auto;}
- {block:PermalinkPage}
- width:410px;
- {/block:PermalinkPage}
- }
- #center{
- padding-top:3px;
- padding-bottom:3px;
- position:fixed !important;
- width:200px;
- height:207px;
- background-color:#fff;
- {block:PermalinkPage}
- width:410px;
- height:207px;
- {/block:PermalinkPage}
- }
- #posts{
- float:center;
- margin-left: -40px;
- {block:indexpage}
- width:400px;
- {/block:indexpage}
- {block:permalinkpage}
- width:400px;
- {/block:permalinkpage}
- margin-left: 424px;
- margin-top: 10px;
- }
- #sidebar {
- position:fixed !important;
- width: 200px;
- height:240px;
- background-color:transparent;
- margin-left: 100px;
- margin-top: 100px;
- padding:3px;
- border: 1px solid #aaa;
- border-top-right-radius:0px;
- border-bottom-right-radius:0px;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- -moz-box-shadow: 5px 5px 6px rgba(0,0,0,0.6);
- -webkit-box-shadow: 5px 5px 6px rgba(0,0,0,0.6);
- box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
- }
- .entry .perma a{color: #000;}
- .entry .perma{
- position:absolute;
- margin-top:-9px;
- margin-left:5px;
- width:auto;
- height:auto;
- background-color: #fff;
- padding:5px;
- overflow:hidden;
- font-family: helvetica;
- font-size: 10px;
- line-height:10px;
- text-align:center;
- opacity:0.0;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover .perma{
- margin-top:7px;
- overflow:visible;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry .perma2 a{color: #000;}
- .entry .perma2{
- position:absolute;
- margin-top:-9px;
- margin-left:0px;
- width:auto;
- height:auto;
- background-color: #fff;
- padding:5px;
- overflow:hidden;
- font-family: helvetica;
- font-size: 10px;
- line-height:10px;
- text-align:center;
- opacity:0.0;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover .perma2{
- margin-top:7px;
- overflow:visible;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry .permados{
- position:absolute;
- margin-top: -12px;
- margin-left:4px;
- width:auto;
- height:auto;
- text-transform: none;
- background-color:#ffffff;
- padding:5px;
- overflow:hidden;
- font-family: helvetica;
- font-size: 10px;
- line-height:10px;
- text-align:center;
- opacity:0.0;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover .permados{
- margin-top: 7px;
- overflow:visible;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- div#desc{
- position:fixed !important;
- width: 305px;
- height: 7px;
- opacity: 0.6;
- padding-bottom: 5px;
- padding-top: 5px;
- font color: #000;
- margin-top: 360px;
- margin-left: 50px;
- font-size: 10px;
- letter-spacing: 0px;
- border: 0px solid #aaa;
- background-color:transparent;
- font-family:happy monkey;
- text-align: left;
- line-height: 15px;
- border-top-right-radius:0px;
- border-bottom-right-radius:0px;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- div#desc:hover{
- opacity:1.0;
- border-top-right-radius:0px;
- border-bottom-right-radius:0px;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- @font-face { font-family: "pauly"; src: url('http://static.tumblr.com/jdjsstr/JGKm7h9ln/neou-thin_1_.otf'); }
- div#titlebar{
- position: fixed !important;
- margin-left:3px;
- margin-top:-25px;
- opacity:.9;
- color:{color:Sidebar Title};
- text-shadow: 1px 1px 4px #000;
- font-family: pauly;
- font-size: 40px;
- line-height:10px;
- z-index: 100;
- letter-spacing:0px;
- background-color: transparent;
- text-transform: uppercase;
- text-align: center;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- div#titlebar:hover{
- opacity:.0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- @font-face { font-family: "playdate"; src: url('http://static.tumblr.com/4yxykdm/XVZlrfl3m/playdate_1_.ttf'); }
- @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
- div#links{
- position:fixed !important;
- width: 208px;
- height: 25px;
- font color: #aaa;
- padding-bottom:2px;
- padding-top:2px;
- line-height: 23px;
- color:{color:Link};
- text-shadow:0px 0px 6px #fff;
- opacity: 0.9;
- margin-top: 300px;
- margin-left: 100px;
- font-size: 18px;
- text-transform:uppercase;
- font-family: impsum;
- text-align: left;
- BACKGROUND-COLOR: #000;
- }
- div#links:hover{
- text-shadow: 0px 0px 1px #fff;
- -webkit-transition: all 0.3s linear; opacity: 0.9;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- div#linksbar{
- position:fixed !important;
- width: 243px;
- height: 5px;
- font color: #aaa;
- padding-bottom:2px;
- padding-top:2px;
- color:{color:Link};
- text-shadow:0px 0px 1px #000;
- opacity: 0.9;
- margin-top: 80px;
- margin-left: 160px;
- font-size: 25px;
- text-transform:uppercase;
- font-family: bebas neue;
- text-align: left;
- }
- div#linksbar:hover{
- text-shadow: 1px 3px 3px #000;
- -webkit-transition: all 0.3s linear; opacity: 0.9;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
- @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
- @font-face { font-family: "impsum"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
- @font-face { font-family: "lorem"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- @font-face {
- font-family: "caviardreams";
- src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
- }
- @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
- @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
- #nigga {
- opacity:1.0;
- margin-left:170px;
- margin-top:215px;
- width: 200px;
- height: 57px;
- font-family: impsum;
- font-size:8px;
- color:#000000;
- background-color:transparent;
- border-radius: 0px 0px 0px 0px;
- text-align:left;
- padding:3px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- position:fixed;
- line-height: 13px;
- }
- #nigga:hover {
- opacity:1.0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- h3{
- font-family: didact gothic;
- font-size:15px;
- line-height: 12px;
- color: #A78282;
- font-weight: normal;
- line-height:15px;
- letter-spacing: 1px;
- font-style: normal;
- text-transform: lowercase;
- text-align: right;
- padding: 0px;
- margin:0px;
- }
- #yo {
- opacity:0.1;
- margin-left:-92px;
- margin-top:-205px;
- width: 233px;
- height: 40px;
- font-family: handy00;
- font-size:8px;
- color:#000;
- background-color:#fff;
- border-radius: 0px 0px 0px 0px;
- text-align:left;
- padding:3px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- position:fixed;
- line-height: 13px;
- }
- #yo:hover {
- opacity:.7;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #entry .perma a{
- color:;}
- @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
- #permalink {
- position: absolute;
- margin-top: 8px;
- margin-rigth: 1061px;
- opacity: 0;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- transition: all .3s ease;
- }
- #entry:hover #permalink {
- margin-top: 8px;
- margin-left: 400px;
- opacity: 1;
- }
- #permalink {
- position: absolute;
- margin-top: 8px;
- margin-rigth: 1061px;
- opacity: 0;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- transition: all .3s ease;
- }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #entry:hover #permalink {
- margin-top: 8px;
- margin-left: 205px;
- opacity: 1;
- }
- .countreblog {
- color: #FFFFFF;
- letter-spacing:1px;
- font-family: tinytots;
- text-transform:uppercase;
- font-size:8px;
- line-height:15px;
- margin: 2px;
- margin-top: 1px;
- background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
- background-repeat:repeat;
- border:1px solid rgba(0,0,0,0.1);
- padding:3px 5px;
- padding-top: 3px;
- padding-bottom: 4px;
- height: 20px;
- -webkit-border-radius:2px;
- moz-border-radius:2px;
- -o-border-radius:2px;
- border-radius:2px;
- }
- .countreblog a { color: #FFF; }
- .perma
- {
- opacity: 0.0;
- filter: alpha(opacity = 0);
- margin-top: -21px;
- width: px;
- height: 30px;
- line-height: 30px;
- font-size: 9px;
- position:absolute;
- text-align: center;
- z-index:9999991;
- color: {color:permalink};
- }
- a.p
- {
- color: {color:permalink};
- }
- .entry:hover .perma {
- -webkit-transition: opacity 0.4s linear;
- opacity: 1;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- filter: alpha(opacity = 100);
- }
- select {
- font-size: 9px;
- width: 100px;
- margin-left: 10px;
- }
- option {
- font-size: 9px;
- text-align: left;
- }
- input[type=button]
- {
- font-size: 9px;
- }
- #yo {
- opacity:0.1;
- margin-left:-92px;
- margin-top:-205px;
- width: 233px;
- height: 40px;
- font-family: handy00;
- font-size:8px;
- color:#000;
- background-color:#fff;
- border-radius: 0px 0px 0px 0px;
- text-align:left;
- padding:3px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- position:fixed;
- line-height: 13px;
- }
- #yo:hover {
- opacity:.7;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .likep {
- width: 21px;
- height: 20px;
- overflow: hidden;
- position: relative;
- z-index: 9999999;
- position: absolute;
- margin-top: 26px;
- margin-left: 5px;
- }
- .rep {
- width: 24px;
- height: 20px;
- overflow: hidden;
- position: relative;
- z-index: 9999999;
- position: absolute;
- margin-top: 26px;
- margin-left: 29px;
- }
- .likep a:hover {
- background-position: 0px 0px;
- }
- .likep a {
- background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
- background-position: 0px 0px;
- display: block;
- z-index: 9999999;
- webkit-transition: all 0s linear;
- -webkit-transition: all 0s linear;
- -moz-transition: all 0s linear;
- transition: all 0s linear;
- }
- .likep img {
- width: 21px;
- height: 20px;
- webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .rep img{
- width: 24px;
- height: 20px;
- line-height: 30px;
- display: inline;
- }
- .not { position: absolute;
- background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
- height: 20px;
- font-size: 11px;
- line-height: 20px;
- color: #fff;
- position: absolute;
- margin-top: 26px;
- margin-left: 56px;
- padding-left: 4px;
- padding-right: 4px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- }
- .not a{
- color: #fff;
- font-weight: bold;
- font-family: verdana;
- }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #postnotes{
- text-align: left;
- }
- #posts{
- float:center;
- {block:indexpage}
- width:400px;
- {/block:indexpage}
- {block:permalinkpage}
- width:400px;
- {/block:permalinkpage}
- margin-left: 344px;
- margin-top: 10px;
- }
- #postnotes blockquote{
- border: 0px;
- }
- #entry{
- text-align:center;
- z-index:9999;
- float:left;
- width: 250px;
- border: 1px solid #aaaaaa;
- height: auto;
- {block:PermalinkPage}
- width: 514px;
- height: auto;
- {/block:PermalinkPage}
- line-height:8px;
- background-color:#fff;
- margin-right:3px;
- overflow:hidden;
- margin-bottom:3px;
- border: 1px solid #aaa;
- padding: 1px;
- }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
- #permapage{
- font-family: didact gotchi;
- font-size: 13px;
- line-height: 8px;
- text-align: center;
- padding-bottom:10px;
- z-index:9999;}
- .title{
- font-family: didact gotchic;
- font-size: 19px;
- line-height: 15px;
- color: {color:Title};
- font-weight: normal;
- letter-spacing: 0px;
- }
- @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- blockquote{
- padding:0px 0px 2px 3px;
- margin:0px 0px 2px 1px;
- }
- 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:Title};
- }
- a.links {
- font-family: ronda;
- color: #000000;
- font-size: 6px;
- line-height: 8px;
- text-transform: normal;
- letter-spacing:0px;
- display:block;
- padding: 0px;
- margin-top: 60px;
- }
- a.links:hover {
- font-style: underline;
- text-decoration: underline;
- letter-spacing:10px;
- }
- </style>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=720" />
- </head>
- <body>
- <div id="center">
- <div id="content">
- <div id="sidebar">
- <div id="titlebar">
- <h3 style="font-size: 11pt; line-height: 12px; z-index: 1; text-align: right; margin-top: 20px;"></h3>
- </div>
- <a href="/"><img src="{image:sidebar}" style="" margin-top:-50px; width=200px height=240px></a>
- </div>
- <div id="desc">
- <center><div style=" background-color: #fff; overflow:auto; margin-left:3px; margin-top: -10px; width:210px; height: 40px; border: 1px #aaa solid; background-color: transparent;text-align: center;-moz-box-shadow: 5px 5px 6px rgba(0,0,0,0.6);
- -webkit-box-shadow: 5px 5px 6px rgba(0,0,0,0.6);
- box-shadow: 3px 3px 5px rgba(0,0,0,0.6);">{Description}
- </div>
- </div>
- <div id="links"><center><a href="{text: link one}">{text: link one title}</a> - <a href="#?w=460" rel="02" class="poplight">{text: ASK title}</a> - <a href="{text: link three}">{text: link three title}</a></center></div>
- <div style="position:fixed; bottom:180px; left:260px;">
- <font size=5><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div></font>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- {/block:IndexPage}
- {block:Text}
- <div class="perma">
- <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
- <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
- </div>
- <div class="text">
- {block:Title}
- <h2><a href="{Permalink}">{Title}</a></h2>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="perma">
- <a href="{permalink}"><a href="{ReblogURL}" target="_blank">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></span></div>
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{ReblogURL}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a></div>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{ReblogURL}">
- <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Answer}
- <div class="perma">
- <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
- <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
- </div>
- <b>{Asker}:</b> {Question}
- <br>
- <i>{Answer}</i>
- {/block:Answer}
- {block:Photoset}
- {block:IndexPage}
- <div class="perma">
- <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
- <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
- </div>
- {Photoset-400}
- {/block:IndexPage}
- {block:permalinkpage}
- {Photoset-400}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <div class="perma">
- <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
- <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
- </div>
- <div class="text">
- "{Quote}"
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="perma">
- <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
- <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
- </div>
- <div class="text">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="text">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- </div>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
- {Line} </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- {block:IndexPage}
- <div class="perma">
- <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
- <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
- </div>
- {Video-400}
- {/block:IndexPage}
- {block:permalinkpage}
- {Video-400}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- <div class="text">
- {block:Caption}
- {Caption}
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:PermalinkPage}
- <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} - Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:ifendlessscroll}
- {block:Pagination}
- <ul id="pagination">
- {block:PreviousPage}
- <li><a href="{PreviousPage}"</a></li>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
- {/block:CurrentPage}
- {block:JumpPage}
- <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <li><a id="nextPage" href="{NextPage}"></a></li>
- {/block:NextPage}
- </ul>
- {/block:Pagination}
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#content');
- $content.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 200,
- debug : false,
- });
- });
- </script>
- {/block:IndexPage}{/block:ifendlessscroll}
- <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
- <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
- <span id="scriptsinsert"> </span>
- </body>
- <a href="http://biebinator.tumblr.com/">credit</a>
- <div id="02" class="popup_block">
- <center>
- {text:POP UP ASK TITLE}</center>
- <p></font><iframe frameborder="0" scrolling="yes" width="460" height="150" src="http://www.tumblr.com/ask_form/{text:your url}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
- <a href="http://biebinator.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement