Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 30 made by
- ╱╱╱╭╮╱╭╮
- ╱╱╱┃┃╱┃┃
- ╭╮╭┫┃╭┫╰━┳╮╱╭┳━━╮
- ┃╰╯┃╰╯┫╭╮┃┃╱┃┃┃━┫
- ┃┃┃┃╭╮┫╰╯┃╰━╯┃┃━┫
- ╰┻┻┻╯╰┻━━┻━╮╭┻━━╯
- ╱╱╱╱╱╱╱╱╱╭━╯┃
- ╱╱╱╱╱╱╱╱╱╰━━╯
- Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
- http://mkbye.tumblr.com/
- Theme created: 04.25.15-04.26.15
- Theme posted publicly: 04.26.15
- -->
- <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">
- WebFontConfig = {
- google: { families: [ 'Roboto:100:latin', 'Dancing+Script::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script><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>
- $(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();
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script type="text/javascript">
- <!--
- // Disable Right Click Script
- function IE(e)
- {
- if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
- {
- return false;
- }
- }
- function NS(e)
- {
- if (document.layers || (document.getElementById && !document.all))
- {
- if (e.which == "2" || e.which == "3")
- {
- return false;
- }
- }
- }
- document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
- //-->
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#fff"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:text" content="#777"/>
- <meta name="color:title" content="#333"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:background" content="1"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:icon" content="1"/>
- <meta name="color:border1" content="#fff"/>
- <meta name="color:border2" content="#fff"/>
- <meta name="color:border3" content="#fff"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 msg" content="msg"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 2 msg" content="msg"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 msg" content="msg"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 4 msg" content="msg"/>
- <meta name="text:link 5" content="/"/>
- <meta name="text:link 5 msg" content="msg"/>
- <meta name="text:stats" content="1 - 30000"/>
- <meta name="text:updates" content="write your updates here, use </br> to go to a new line!"/>
- <meta name="text:blogtitle" content="runaway"/>
- <meta name="text:name" content="Celina"/>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- position: fixed; left: 0; top: 0;
- background:{color:background};
- width: 100%; height: 100%;
- opacity:1;
- z-index: 99999999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- padding: 20px;
- border:3px solid {color:border2};
- border-radius:10px;
- float: left;
- font-size:10px;
- position: fixed;
- color:white;
- top: 50%; left: 50%;
- z-index: 9999999999999;
- background:{color:border3};
- }
- /*--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:{color:border3};
- letter-spacing:3px; /* change the letter spacing */
- color:white; /* change the text color */
- border-radius:5px;
- font-size:10px;
- text-transform:lowercase;
- z-index:999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}
- ::-webkit-scrollbar-thumb {background-color:{color:border2};border:1px solid white;}
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {right:2px;z-index:999999999; !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop: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:Trebuchet MS;
- line-height:12px;
- font-size:10px;
- 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:1250px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- /*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 ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:5px;
- overflow:hidden;
- width:280px;
- padding:15px;
- padding-bottom:13px;
- border:1px solid {color:border1};
- {block:PermalinkPage}
- width:500px;
- text-align:left;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- .entry img{
- width:270px;
- border:3px solid {color:border2};
- border-radius:3px;
- {block:PermalinkPage}
- width:490px;
- {/block:PermalinkPage}
- }
- .entry .permabg{
- position: absolute;overflow:hidden;width:310px;height:100%;margin-top:-15px;margin-left:-15px;border-radius:3px;background:#f4f4f4;opacity:0; -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- .entry:hover .permabg{
- overflow:visible;opacity:1;-moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}
- .permatimestamp{
- position: absolute;width:80px;height:20px;margin-top:30px;margin-left:30px;font-size:10px;text-align:center;line-height:20px;background:{color:border2};text-transform:uppercase;border-radius:5px;color:white;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- .entry:hover .permatimestamp{
- overflow:visible;opacity:1;margin-left:30px;}
- .permaperma{
- position: absolute;width:80px;height:20px;margin-top:30px;margin-left:115px;font-size:10px;text-align:center;line-height:20px;background:{color:border3};text-transform:uppercase;border-radius:5px;color:white;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- .entry:hover .permaperma{
- overflow:visible;opacity:1;margin-top:30px;}
- .permanotes123{
- position: absolute;width:80px;height:20px;margin-top:30px;margin-left:200px;font-size:10px;text-align:center;line-height:20px;background:{color:border1};text-transform:uppercase;border-radius:5px;color:white;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- .entry:hover .permanotes123{
- overflow:visible;opacity:1;margin-left:200px;}
- .permavia123{
- position: absolute;width:250px;height:20px;margin-top:55px;margin-left:30px;font-size:10px;text-align:center;line-height:20px;background:{color:title};text-transform:uppercase;border-radius:5px;color:white;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- .entry:hover .permavia123{
- overflow:visible;opacity:1;margin-top:55px;}
- .line{
- position: absolute;width:250px;height:0px;margin-top:85px;margin-left:30px;border-top:1px solid white;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- .entry:hover .line{
- overflow:visible;opacity:1;}
- .reblog123{
- z-index:9999;position: absolute;width:40px;height:40px;margin-top:100px;margin-left:50px;border:1px solid white;border-radius:100px;background:{color:border2};opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- .entry:hover .reblog123{
- overflow:visible;opacity:1;}
- .like123{
- position: absolute;width:40px;height:40px;margin-top:145px;margin-left:50px;border:1px solid white;border-radius:100px;background:{color:border3};opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- .entry:hover .like123{
- overflow:visible;opacity:1;}
- .days{
- position:absolute;margin-top:110px;margin-left:130px;width:117px;height:30px;color:{color:title};line-height:30px;font-size:23px;text-transform:uppercase;font-family:roboto;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- .entry:hover .days{
- overflow:visible;opacity:1;}
- .numbers{
- position:absolute;margin-top:130px;margin-left:130px;width:117px;height:50p;color:{color:border1};line-height:50px;font-size:38px;text-transform:uppercase;font-family:roboto;opacity:1;
- -webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition:all .7s ease;transition: all .7s ease;}
- .entry:hover .numbers{
- overflow:visible;opacity:1;}
- #sidebar{
- position:fixed !important;width:270px;height:270px;margin-top:150px;margin-left:135px;background:white;text-align:center;outline:10px solid {color:border1};outline-offset:10px;border:1px solid {color:border2};overflow:auto;}
- #bg{
- position:fixed;width:270px;height:95px;background:{color:border1};margin-top:90px;margin-left:0px;}
- #pc{
- position:fixed;margin-top:5px;margin-left:5px;width:258px;height:258px;background:#f4f4f4;border:1px solid {color:border3}}
- #pc img{
- width:258px;height:258px;outline:1px solid white;outline-offset:-5px;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease; -moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}
- #sidebar:hover #pc img{
- opacity:0; -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);}
- #bg2{
- position:fixed;width:258px;height:135px;background:{color:border2};margin-top:70px;margin-left:6px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease; -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);}
- #sidebar:hover #bg2{
- opacity:1; -moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}
- #in{
- z-index:999999;position:fixed;width:70px;height:70px;background:white;margin-top:18px;margin-left:10px;border-radius:100px;padding:10px;}
- #in img{
- width:70px;height:70px;border-radius:100px;border:2px solid {color:border3};margin-top:-2px;margin-left:-300px;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- #sidebar:hover #in img{
- margin-left:-2px;
- }
- #dc{
- position:fixed;margin-top:18px;margin-left:56px;width:135px;height:68px;overflow:auto;background:white;padding:11px;padding-left:45px;font-size:9px;border-top-right-radius:100px;border-bottom-right-radius:100px;}
- #lksbr{
- position:fixed;width:100px;height:10px;margin-top:300px;margin-left:31px;background:{color:border1};border-radius:5px;font-size:10px;padding-top:5px;padding-bottom:5px;line-height:10px;color:white;opacity:0;-webkit-transition: all 1.7s ease;-moz-transition: all 1.7s ease;-o-transition: all 1.7s ease;transition: all 1.7s ease;}
- #sidebar:hover #lksbr{
- opacity:1;margin-top:230px;}
- #l1 a{
- position:fixed;background:{color:border3};margin-top:-50px;margin-left:-57px;width:40px;height:20px;border-radius:2px;border:1px solid white;line-height:20px;color:white;}
- #l1msg{
- position:fixed;width:100px;height:20px;margin-top:34px;margin-left:6px;background:{color:border3};border-radius:5px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- #l1 a:hover #l1msg{
- opacity:1;}
- #l2 a{
- position:fixed;background:{color:border2};margin-top:-50px;margin-left:-12px;width:40px;height:20px;border-radius:2px;border:1px solid white;line-height:20px;color:white;}
- #l2msg{
- position:fixed;width:100px;height:20px;margin-top:34px;margin-left:-39px;background:{color:border2};border-radius:5px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- #l2 a:hover #l2msg{
- opacity:1;}
- #l3 a{
- position:fixed;background:{color:border1};margin-top:-50px;margin-left:33px;width:40px;height:20px;border-radius:2px;border:1px solid white;line-height:20px;color:white;}
- #l3msg{
- position:fixed;width:100px;height:20px;margin-top:34px;margin-left:-84px;background:{color:border1};border-radius:5px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- #l3 a:hover #l3msg{
- opacity:1;}
- #l4 a{
- position:fixed;background:{color:border3};margin-top:-50px;margin-left:78px;width:40px;height:20px;border-radius:2px;border:1px solid white;line-height:20px;color:white;}
- #l4msg{
- position:fixed;width:100px;height:20px;margin-top:34px;margin-left:-129px;background:{color:border3};border-radius:5px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- #l4 a:hover #l4msg{
- opacity:1;}
- #l5 a{
- position:fixed;background:{color:border2};margin-top:-50px;margin-left:123px;width:40px;height:20px;border-radius:2px;border:1px solid white;line-height:20px;color:white;}
- #l5msg{
- position:fixed;width:100px;height:20px;margin-top:34px;margin-left:-174px;background:{color:border2};border-radius:5px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
- #l5 a:hover #l5msg{
- opacity:1;}
- #ss{
- position:fixed;width:100px;height:10px;margin-top:300px;margin-left:137px;background:{color:border3};border-radius:5px;font-size:10px;padding-top:5px;padding-bottom:5px;line-height:10px;color:white;opacity:0;-webkit-transition: all 1.7s ease;-moz-transition: all 1.7s ease;-o-transition: all 1.7s ease;transition: all 1.7s ease;}
- #sidebar:hover #ss{
- opacity:1;margin-top:230px;}
- #ss a{
- color:white;}
- #us a{
- position:fixed;width:20px;height:20px;background:{color:border1};border-radius:100px;margin-top:-115px;margin-left:-120px;opacity:0;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
- #sidebar:hover #us a{
- opacity:1;margin-top:15px;}
- #cs a{
- position:fixed;width:20px;height:20px;background:{color:border2};border-radius:100px;margin-top:-140px;margin-left:-120px;opacity:0;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
- #sidebar:hover #cs a{
- opacity:1;margin-top:40px;}
- #bt{
- position:fixed;width:189px;height:50px;margin-top:6px;margin-left:245px;padding:10px;line-height:50px;color:{color:title};text-align:right;padding-right:20px;font-family:roboto;font-size:30px;text-transform:lowercase;opacity:0;-webkit-transition: all 1.2s ease;-moz-transition: all 1.2s ease;-o-transition: all 1.2s ease;transition: all 1.2s ease;}
- #sidebar:hover #bt{
- opacity:1;margin-left:45px;}
- #notes{
- position:relative;width:40px;height:20px;margin-left:240px;margin-top:-5px;background:{color:border3};border-radius:2px;line-height:20px;text-transform:uppercase;text-align:center;font-size:10px;}
- #askericon img{
- height:41px;width:41px;margin-top:1px;margin-left:1px;border:1px solid white;outline-offset:0px;outline:0px;}
- #circle1{
- height:7px;width:7px;margin-top:-65px;margin-left:65px;background:white;border:1px solid {color:border1};border-radius:100px;}
- #circle2{
- height:7px;width:7px;margin-top:-9px;margin-left:80px;background:white;border:1px solid {color:border2};border-radius:100px;}
- #circle3{
- height:7px;width:7px;margin-top:-9px;margin-left:95px;background:white;border:1px solid {color:border3};border-radius:100px;}
- #questionbox{
- height:3px;width:165px;margin-top:-30px;margin-left:110px;background:{color:4};border-radius:10px;{block:permalinkpage}width:380px;{/block:permalinkpage}}
- #question{
- width:152px;margin-top:5px;margin-left:110px;padding:5px;background:#f4f4f4;border-radius:5px;border:1px solid {color:border1};{block:permalinkpage}width:370px;min-height:40px;{/block:permalinkpage}}
- #askername{
- width:120px;height:20px;margin-top:70px;margin-left:8px;text-align:left;font-family:dancing script;font-size:20px;line-height:20px;color:{color:border2};}
- #answerbox{
- height:3px;width:190px;margin-top:-20px;margin-left:5px;background:{color:border3};border-radius:10px;{block:permalinkpage}width:410px;{/block:permalinkpage}}
- #answer{
- width:178px;margin-top:7px;margin-left:5px;padding:5px;background:#f4f4f4;border-radius:5px;border:1px solid {color:border1};{block:permalinkpage}width:400px;{/block:permalinkpage}}
- #myname{
- width:150px;height:20px;margin-top:30px;margin-left:210px;text-align:left;font-family:dancing script;font-size:22px;line-height:20px;color:{color:border2};{block:permalinkpage}margin-left:425px;{/block:permalinkpage}}
- #timestamp2{
- width:90px;height:20px;margin-top:10px;margin-left:5px;font-size:10px;text-align:center;line-height:20px;background:{color:border3};text-transform:uppercase;border-radius:5px;color:white;{block:permalinkpage}opacity:0;{/block:permalinkpage}}
- #permalink{
- width:90px;height:20px;margin-top:-20px;margin-left:100px;font-size:10px;text-align:center;line-height:20px;background:{color:border1};text-transform:uppercase;border-radius:5px;color:white;{block:permalinkpage}opacity:0;{/block:permalinkpage}}
- #asknotes{
- width:50px;height:20px;margin-top:-20px;margin-left:195px;font-size:10px;text-align:center;line-height:20px;background:{color:border2};text-transform:uppercase;border-radius:5px;color:white;{block:permalinkpage}opacity:0;{/block:permalinkpage}}
- #aa img{
- margin-top:5px;margin-left:200px;width:70px;height:70px;border:3px solid {color:border1};border-radius:3px;{block:permalinkpage}margin-left:520px;{/block:permalinkpage}}
- #at{
- line-height:35px;font-family:dancing script;font-size:20px;color:white;font-weight: normal;margin-top:-73px;margin-left:0px;text-align:center;background:{color:border2};border:1px solid {color:border2};border-radius:5px;width:190px;height:35px;{block:permalinkpage}width:500px;{/block:permalinkpage}}
- #an{
- line-height:22px;color:white;text-transform:uppercase;margin-top:5px;margin-left:0px;text-align:center;background:{color:border3};border:1px solid {color:border3};border-radius:5px;width:190px;height:22px;{block:permalinkpage}width:500px;{/block:permalinkpage}}
- #tr{
- position:fixed !important;width:2000px;height:35px;top:0px;left:0px;background:{color:border2};z-index:9999999999999999999;overflow:hidden;}
- #sr{
- position:fixed !important;height:2000px;width:35px;top:0px;right:0px;background:{color:border2};z-index:9999999999999999999;}
- #br{
- position:fixed !important;height:35px;width:2000px;bottom:0px;left:0px;background:{color:border2};z-index:99999999999999999;}
- #sr2{
- position:fixed !important;height:2000px;width:35px;top:35px;left:0px;background:{color:border2};z-index:9999999999999;}
- .title{
- line-height: 40px;font-family:dancing script;font-size:35px;color:white;font-weight: normal;text-shadow:-1px 0 {color:Title}, 0 1px {color:Title}, 1px 0 {color:Title}, 0 -1px {color:Title};}
- /*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" src="http://static.tumblr.com/tk7f1db/3Cqnjsjve/blockquote.txt"></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="tr"></div>
- <div id="sr"></div>
- <div id="br"></div>
- <div id="sr2"></div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <center>
- <div id="bg"></div>
- <div id="pc"><img src="{image:sidebar}"></div>
- <div id="us"><a href="#?w=350" rel="02" class="poplight"></a></div>
- <div id="cs"><a href="http://mkbye.tumblr.com" title="theme credit"></a></div>
- <div id="bt">{text:blogtitle}</div>
- <div id="bg2">
- <div id="in"><img src="{image:icon}"></div>
- <div id="dc">{description}</div>
- </div>
- <div id="lksbr"> navigation
- <div id="l1"><a href="{text:link 1}">
- <div id="l1msg">{text:link 1 msg}</div>
- </a></div>
- <div id="l2"><a href="{text:link 2}">
- <div id="l2msg">{text:link 2 msg}</div>
- </a></div>
- <div id="l3"><a href="{text:link 3}">
- <div id="l3msg">{text:link 3 msg}</div>
- </a></div>
- <div id="l4"><a href="{text:link 4}">
- <div id="l4msg">{text:link 4 msg}</div>
- </a></div>
- <div id="l5"><a href="{text:link 5}">
- <div id="l5msg">{text:link 5 msg}</div>
- </a></div>
- </div>
- <div id="ss">{text:stats}</div>
- </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><div style="padding:5px;"></div><p align=right><span class="permalink"><a href="{Permalink}" style="color:white"><a href="{Permalink}"><div id="notes"><a href="{Permalink}" style="color:white">{notecount}</a></div>{/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="float:left; z-index:8; margin-left:6px; margin-top:5px; padding: 2px; padding-bottom:2px; background:{color:background}; width:45px; height:45px; border:2px solid {color:border2}; border-radius: 4px;">
- <div id="askericon"><img src="{AskerPortraitURL-48}"></div></div>
- <div id="askername">from, </br><font style="font-size:25px; padding-left:5px;">{Asker}</font></div>
- <div id="circle1"></div>
- <div id="circle2"></div>
- <div id="circle3"></div>
- <div id="questionbox"></div>
- <div id="question">
- <div style="min-height:33px; height:auto:">{Question}</div></div>
- <div style="padding:15px;"></div>
- <div id="myname">from, </br><font style="color:{color:title}; font-size:20px; padding-left:5px;">{text:name}</font></div>
- <div id="answerbox"></div>
- <div id="answer">
- <div style="min-height:33px; height:auto:">{Answer}</div></div>
- <div id="circle4"></div>
- <div id="circle5"></div>
- <div id="circle6"></div>
- <div id="timestamp2">{timeago}</div>
- <div id="permalink"><a href="{permalink}" style="color:white">permalink</a></div>
- <div id="asknotes">{notecount}</div>
- <div style="padding:2px;"></div>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="permabg"><div class="permatimestamp">{timeago}</div><div class="permaperma"><a href="{permalink}" style="color:white">permalink</a></div><div class="permanotes123">{notecount}</div><div class="permavia123">via: <a href={ReblogParentURL}><font style="color:white">{ReblogParentName}</font></a></div><div class="line"></div>
- <div class="reblog123"><a href="{ReblogURL}" target="_blank">
- <div style="margin-top:10px;">{ReblogButton color="white"}</div> </a></div>
- <div class="like123"><div style="margin-top:11px;">{likebutton color="white"} </div></div>
- <div class="days">{ShortDayOfWeek}. {ShortMonth}</div>
- <div class="numbers">{DayOfMonthWithZero} | {ShortYear}</div>
- </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}
- {block:AlbumArt}<div id="aa"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- {block:TrackName}<div id="at">{TrackName}</div>{/block:TrackName}
- {block:Artist}<div id="an">artist: {Artist}</div>{/block:Artist}
- <div style="border:1px solid {color:4}; height:30px; margin-top:15px; margin-left:0px;">{AudioPlayerWhite}</div>
- <div id="timestamp2"><div style="background:{color:border1}; border-radius:5px;">{timeago}</div></div>
- <div id="permalink"><div style="background:{color:border2}; border-radius:5px;"><a href="{permalink}" style="color:white">permalink</a></div></div>
- <div id="asknotes"><div style="background:{color:border3}; border-radius:5px;">{notecount}</div></div>
- <div style="padding:2px;"></div>
- {/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 style="padding:10px;border-bottom:1px solid {color:border1};">
- <div align="middle">{caption}</div></div>
- <div style="padding:5px"></div>
- {block:NoteCount}<div style="background:{color:border2}; color:white; padding:5px;border-radius:3px; width:80px; margin-left:0px;text-align:center">{NoteCountWithLabel}</div>{/block:NoteCount}
- <div style="padding:5px"></div>
- {block:RebloggedFrom}
- <div style="background:{color:border3}; color:white; padding:5px;border-radius:3px; width:180px; margin-left:95px; margin-top:-30px;text-align:center">reblogged from <a href="{ReblogParentURL}" style="color:white">{ReblogParentName}</a><br></div>
- <div style="padding:5px"></div>
- <div style="background:{color:border1}; color:white; padding:5px;border-radius:3px; width:200px; margin-left:290px; margin-top:-30px;text-align:center">posted by <a href="{ReblogRootURL}" style="color:white">{ReblogRootName}</a></div>
- {/block:RebloggedFrom}
- <div style="padding:5px"></div>
- <div id="postnotes"><div style="height:auto; max-height:300px; border:1px solid {color:border2}; overflow:auto; padding:10px; background:#f4f4f4">{PostNotes}</div></div><br>
- {block:HasTags}
- <div style="padding:2px"></div>
- <div style="background:{color:border2}; color:white; padding:5px;border-radius:3px; width:auto">
- tags: {block:Tags}<a href="{TagURL}" style="color:white">{Tag} | </a>{/block:Tags}</div> {/block:HasTags}
- {/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 id="02" class="popup_block"><div style="font-size:50px; font-family:dancing script; padding:20px; text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; color:{color:border1}; width:auto; height:auto; border:3px solid white; text-align:center;"> updates </div><div style="padding-top:20px"></div>{text:updates}</div></div></div></div></div></div></div></div></div></div><div style="position:fixed; right:2px; opacity:.6; top:27px;z-index:99999999999999; -webkit-filter: invert(100%)"><a href="http://mkbye.tumblr.com/"><img src="http://i50.tinypic.com/3325qp0.png"></a></div></html>
Advertisement
Add Comment
Please, Sign In to add comment