Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 13 made by
- ╱╱╱╭╮╱╭╮
- ╱╱╱┃┃╱┃┃
- ╭╮╭┫┃╭┫╰━┳╮╱╭┳━━╮
- ┃╰╯┃╰╯┫╭╮┃┃╱┃┃┃━┫
- ┃┃┃┃╭╮┫╰╯┃╰━╯┃┃━┫
- ╰┻┻┻╯╰┻━━┻━╮╭┻━━╯
- ╱╱╱╱╱╱╱╱╱╭━╯┃
- ╱╱╱╱╱╱╱╱╱╰━━╯
- Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
- http://mkbye.tumblr.com/
- Theme created: 9.28.2013
- -->
- <html lang="en">
- <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <script type="text/javascript" src="http://static.tumblr.com/kjq4nx5/2ezmru5eo/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"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript">
- <!--
- // Disable Right Click Script
- function IE(e)
- {
- if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
- {
- return false;
- }
- }
- function NS(e)
- {
- if (document.layers || (document.getElementById && !document.all))
- {
- if (e.which == "2" || e.which == "3")
- {
- return false;
- }
- }
- }
- document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
- //-->
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#fff"/>
- <meta name="image:background" content="1"/>
- <meta name="color:link" content="#bdb5a2"/>
- <meta name="color:text" content="#777"/>
- <meta name="color:title" content="#a39d8f"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="color:scrollbar" content="#fff"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:sidebarbg" content="1"/>
- <meta name="color:sidebarbg" content="#f1e9d6"/>
- <meta name="color:sidebarpic" content="#e0d9c8"/>
- <meta name="image:picture" content="1"/>
- <meta name="color:picture" content="#e4ddcd"/>
- <meta name="color:name" content="#bdb5a2"/>
- <meta name="color:sidebacks" content="#d8cfb8"/>
- <meta name="text:online stats" content="10"/>
- <meta name="text:text hit counter" content="1000"/>
- <meta name="text:blogtitle" content="Replayed"/>
- <meta name="text:name" content="Zendaya"/>
- <meta name="text:quote font size" content="10"/>
- <meta name="text:quote" content="I'm selfish, impatient, and a little insecure. I make mistakes, I'm out of control, and at times hard to handle. But if you can't handle me at my worst, then you sure as hell don't deserve me at my best."/>
- <meta name="text:link one" content="/"/>
- <meta name="text:link two" content="/"/>
- <meta name="text:link three" content="/"/>
- <meta name="text:link four" content="/"/>
- <meta name="text:link five" content="/"/>
- <meta name="text:link 1 msg" content="refresh"/>
- <meta name="text:link 2 msg" content="message me"/>
- <meta name="text:link 3 msg" content="more links"/>
- <meta name="text:link 4 msg" content="photography"/>
- <meta name="text:link 5 msg" content="face"/>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- 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:sidebarbg};
- float: left;
- font-size:12px;
- font-family:arial;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 50px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- img.btn_close {
- float: right;
- margin: 5px 5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #s-m-t-tooltip {
- width:auto;
- padding:6px 6px 6px 6px;
- margin:20px 0px 0px 20px;
- background: #fff; /* change the background color */
- border-left:6px solid {color:sidebarpic}; /* change the border color */
- border-top:1px solid {color:picture};
- border-bottom:1px solid {color:picture};
- border-right:1px solid {color:picture};
- box-shadow: 0px 0px 5px #dddddd;
- font-family:calibri; /* change the font */
- font-size:12px; /* change the font size */
- letter-spacing:1px; /* change the letter spacing */
- text-transform:none; /* can be uppercase, lowercase, none*/
- color:{color:text}; /* change the text color */
- z-index:999999999999999999999999999999999999;
- border-radius:5px;
- }
- ::-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: calibri;
- line-height:13px;
- font-size:12px;
- 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:auto;
- }
- asker{
- font-family: 'just realize';
- text-align: right;
- margin-top: 25px;
- margin-left: 5px;
- font-size:20px;
- color: #ddd;
- line-height: 31px;
- }
- ask{
- font-family: 'just realize';
- text-align: right;
- margin-top:10px;
- font-size:20px;
- color: {color:name};
- }
- #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;
- padding: 8px;
- padding-top:10px;
- padding-bottom: 10px;
- overflow:hidden;
- width:295px;
- border: 1px solid #ddd;
- border-radius:2px;
- {block:PermalinkPage}
- width:450px;
- text-align:center;
- margin-left: 80px;
- line-height:20px;
- border-radius: 5px;
- {/block:PermalinkPage}
- background-color: white;
- background-image:URL();
- }
- .entry img {
- width:275px;
- padding:5px;
- border: 1px solid #ddd;
- background:#fafafa;
- border-radius:2px;
- {block:permalinkpage}
- width:440px;
- border:0px;
- padding:0px;
- background:white;
- {/block:permalinkpage}
- }
- .entry:hover {
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:240px;
- min-height:20px;
- height:auto;
- margin-left:22px;
- position: absolute;
- line-height: 15px;
- overflow:hidden;
- text-align:center;
- top:-100px;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- border-left:10px solid {color:picture};
- border-radius:5px;
- font-family:calibri;
- font-size:11px;
- padding-top:5px;
- padding-bottom:5px;
- text-transform:uppercase;
- opacity: 0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:1;
- top:30px;
- -webkit-backface-visibility: visible !important;
- -webkit-animation:flipInY 1s;
- -moz-backface-visibility: visible !important;
- -moz-animation:flipInY 1s;
- -o-backface-visibility: visible !important;
- -o-animation:flipInY 1s;
- backface-visibility: visible !important;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:800px;
- margin-top:60px;
- z-index:99;
- margin-left:570px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- background:{color:sidebarbg};
- width:340px;
- height:440px;
- margin-top:110px;
- margin-left:60px;
- text-align:center;
- padding:10px;
- border:5px double white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #pic{
- padding:5px;
- padding-bottom:2px;
- background:white;
- border:1px solid {color:sidebarpic};
- }
- #pic img{
- width:327px;
- height:428px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #pic img{
- opacity:0;
- }
- #sidebar:hover #pic{
- width:330px;
- height:430px;
- margin-top:2px;
- background-image:url({image:sidebarbg});
- }
- #blogtitle{
- position:fixed !important;
- width:340px;
- height:auto;
- margin-top:-30px;
- font-family:paulpan;
- font-size:70px;
- color:#fff;
- text-shadow:-2px 0{color:name}, 0 2px{color:name}, 2px 0 {color:name}, 0 -2px {color:name};
- letter-spacing:2px;
- z-index:9999999;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:1;
- }
- #sidebar:hover #blogtitle{
- opacity:0;
- }
- #celina{
- position:fixed !important;
- background:white;
- width:340px;
- height:30px;
- margin-top:-440px;
- margin-left:1px;
- border-bottom:1px solid {color:picture};
- z-index:99999999;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #celina{
- opacity:1;
- }
- #ash{
- position:fixed !important;
- background:{color:picture};
- width:80px;
- height:20px;
- margin-top:5px;
- margin-left:5px;
- z-index:99999999;
- font-family:calibri;
- font-size:11px;
- line-height:20px;
- border-radius:5px;
- }
- #ang{
- position:fixed !important;
- background:trans;
- color: {color:name};
- width:auto;
- height:auto;
- margin-top:5px;
- margin-left:140px;
- z-index:99999999;
- font-family:calibri;
- font-size:12px;
- line-height:20px;
- border-radius:5px;
- font-weight:bold;
- opacity:0.5;
- }
- #lays{
- position:fixed !important;
- background:white;
- width:18px;
- height:85px;
- margin-top:-365px;
- margin-left:1px;
- border-top:3px double {color:picture};
- border-bottom:3px double {color:picture};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #lays{
- opacity:1;
- }
- #cheetos img{
- position:absolute;
- background:white;
- width:170px;
- height:120px;
- margin-top:-390px;
- margin-left:-165px;
- padding:1px;
- border:3px solid {color:picture};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #cheetos img{
- opacity:1;
- margin-left:-155px;
- }
- #sidebar #transparent{
- position:fixed;
- z-index:99999999999999999999999999999;
- margin-left:-10px;
- margin-top:-310px;
- opacity:0;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- -webkit-transform: rotate(-150deg);
- }
- #transparent img{
- width:100px;
- }
- #sidebar:hover #transparent{
- opacity:0.85;
- }
- #vickies{
- position:fixed !important;
- background:trans;
- width:127px;
- height:auto;
- margin-top:-380px;
- margin-left:200px;
- font-family:paulpan;
- text-shadow:-1px 0 #fff, 0 1px#fff, 1px 0 #fff, 0 -1px #fff;
- font-size:30px;
- line-height:12px;
- color:{color:name};
- text-align:left;
- z-index:9999999;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #vickies{
- opacity:1;
- }
- #doritos{
- position:fixed !important;
- background:white;
- width:128px;
- height:65px;
- margin-top:-365px;
- margin-left:193px;
- padding:10px;
- border-top:3px double {color:picture};
- border-bottom:3px double {color:picture};
- font-family:calibri;
- font-size:11px;
- line-height:12px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #doritos{
- opacity:1;
- }
- #fanta{
- position:fixed !important;
- background:white;
- width:275px;
- height:15px;
- margin-top:-250px;
- margin-left:15px;
- padding-top:5px;
- padding-left:30px;
- border:1px solid {color:picture};
- border-radius:5px;
- font-family:calibri;
- font-size:11px;
- line-height:12px;
- text-align:left;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #fanta{
- opacity:1;
- }
- #coke img{
- position:fixed !important;
- width:12px;
- margin-left:-18px;
- opacity:0.7;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #coke img{
- opacity:1;
- }
- #taylor{
- position:fixed !important;
- background:trans;
- width:275px;
- height:15px;
- margin-top:-220px;
- margin-left:15px;
- padding-top:5px;
- padding-left:30px;
- border-radius:5px;
- font-family:calibri;
- font-size:12px;
- line-height:12px;
- text-align:left;
- font-weight:bold;
- color: {color:picture};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #taylor{
- opacity:1;
- }
- #demi{
- position:fixed !important;
- background:white;
- width:245px;
- height:75px;
- margin-top:-190px;
- margin-left:30px;
- padding-top:5px;
- padding-left:30px;
- border:1px solid {color:picture};
- border-radius:5px;
- font-family:calibri;
- font-size:11px;
- line-height:12px;
- text-align:left;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #demi{
- opacity:1;
- }
- #selena{
- position:fixed !important;
- width:auto;
- height:auto;
- margin-top:5px;
- margin-left:-15px;
- border-radius:5px;
- font-family:celina;
- font-size:20px;
- line-height:12px;
- text-align:left;
- color:{color:name};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #selena{
- opacity:1;
- }
- #justin{
- position:fixed !important;
- width:245px;
- height:auto;
- margin-top:20px;
- margin-left:-40px;
- padding-top:3px;
- padding-left:30px;
- font-family:calibri;
- font-size:{text:quote font size}px;
- line-height:12px;
- text-align:left;
- color:#a7a5a5;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #justin{
- opacity:1;
- }
- #hair{
- position:fixed !important;
- background: {color:picture};
- width:50px;
- height:15px;
- margin-top:-85px;
- margin-left:15px;
- padding-top:5px;
- padding-left:30px;
- border:1px solid white;
- border-radius:5px;
- font-family:calibri;
- font-size:11px;
- line-height:12px;
- text-align:left;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #hair{
- opacity:1;
- }
- #head img{
- position:fixed !important;
- width:12px;
- margin-left:-18px;
- margin-top:-1px;
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #head img{
- opacity:1;
- }
- #ears{
- position:fixed !important;
- background: white;
- width:50px;
- height:15px;
- margin-top:-85px;
- margin-left:100px;
- padding-top:5px;
- padding-left:30px;
- border:1px solid {color:picture};
- border-radius:5px;
- font-family:calibri;
- font-size:11px;
- line-height:11px;
- text-align:left;
- color: {color:link};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #ears{
- opacity:1;
- }
- #earrings img{
- position:fixed !important;
- width:14px;
- margin-left:-20px;
- margin-top:-2px;
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #earrings img{
- opacity:1;
- }
- #eyes{
- position:fixed !important;
- background: white;
- width:30px;
- height:15px;
- margin-top:-85px;
- margin-left:275px;
- padding-top:5px;
- padding-left:15px;
- border:1px solid {color:picture};
- border-radius:5px;
- font-family:calibri;
- font-size:20px;
- line-height:11px;
- text-align:left;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #eyes{
- opacity:1;
- }
- #pink{
- position:fixed !important;
- background:white;
- width:308px;
- height:43px;
- margin-top:-40px;
- margin-left:1px;
- padding-top:5px;
- padding-left:30px;
- border:1px solid {color:picture};
- font-family:calibri;
- font-size:11px;
- line-height:12px;
- text-align:left;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #pink{
- opacity:1;
- margin-top:-50px;
- }
- #sidebar .link1{
- position:fixed;
- margin-top:-5px;
- margin-left:-15px;
- width:20px;
- height:24px;
- background:#fff;
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover .link1{
- opacity:1;
- }
- #sidebar .link2{
- position:fixed;
- margin-top:2px;
- margin-left:55px;
- width:20px;
- height:24px;
- background:#fff;
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover .link2{
- opacity:1;
- }
- #sidebar .link3{
- position:fixed;
- margin-top:2px;
- margin-left:125px;
- width:20px;
- height:24px;
- background:#fff;
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover .link3{
- opacity:1;
- }
- #sidebar .link4{
- position:fixed;
- margin-top:0px;
- margin-left:190px;
- width:20px;
- height:24px;
- background:#fff;
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover .link4{
- opacity:1;
- }
- #sidebar .link5{
- position:fixed;
- margin-top:-1px;
- margin-left:250px;
- width:20px;
- height:24px;
- background:#fff;
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover .link5{
- opacity:1;
- }
- #topbar{
- position:fixed !important;
- margin-top:-60px;
- margin-left:-520px;
- height:15px;
- width:2500px;
- background: white;
- border-bottom:5px double {color:picture};
- z-index:999999999;
- }
- #sideback{
- position:fixed !important;
- margin-top:-65px;
- margin-left:520px;
- height:100%;
- width:7px;
- background: {color:sidebacks};
- border:4px double white;
- }
- #sideback2{
- position:fixed !important;
- margin-top:-65px;
- margin-left:1250px;
- height:100%;
- width:7px;
- background: {color:sidebacks};
- border:4px double white;
- }
- @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- @font-face{font-family:"Just Realize";src:url('http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf');}
- @font-face { font-family: "paulpan"; src: url('http://static.tumblr.com/4yxykdm/Ncwlrfhzq/paulpan_.ttf'); }
- @font-face { font-family: "celina"; src: url('http://static.tumblr.com/tk7f1db/P8fmsq1rr/kgsevensixteen.ttf'); }
- @font-face { font-family: "ash"; src: url('http://static.tumblr.com/tk7f1db/I4Emsq1vv/always_forever.ttf'); }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 30px;
- font-family:celina;
- font-size:25px;
- color:{color:Title};
- font-weight: normal;
- }
- /*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}
- @-webkit-keyframes flipInY {
- 0% {
- -webkit-transform: perspective(400px) rotateY(90deg);
- opacity: 0;
- }
- 40% {
- -webkit-transform: perspective(400px) rotateY(-10deg);
- }
- 70% {
- -webkit-transform: perspective(400px) rotateY(10deg);
- }
- 100% {
- -webkit-transform: perspective(400px) rotateY(0deg);
- opacity: 1;
- }
- }
- @-moz-keyframes flipInY {
- 0% {
- -moz-transform: perspective(400px) rotateY(90deg);
- opacity: 0;
- }
- 40% {
- -moz-transform: perspective(400px) rotateY(-10deg);
- }
- 70% {
- -moz-transform: perspective(400px) rotateY(10deg);
- }
- 100% {
- -moz-transform: perspective(400px) rotateY(0deg);
- opacity: 1;
- }
- }
- @-o-keyframes flipInY {
- 0% {
- -o-transform: perspective(400px) rotateY(90deg);
- opacity: 0;
- }
- 40% {
- -o-transform: perspective(400px) rotateY(-10deg);
- }
- 70% {
- -o-transform: perspective(400px) rotateY(10deg);
- }
- 100% {
- -o-transform: perspective(400px) rotateY(0deg);
- opacity: 1;
- }
- }
- @keyframes flipInY {
- 0% {
- transform: perspective(400px) rotateY(90deg);
- opacity: 0;
- }
- 40% {
- transform: perspective(400px) rotateY(-10deg);
- }
- 70% {
- transform: perspective(400px) rotateY(10deg);
- }
- 100% {
- transform: perspective(400px) rotateY(0deg);
- opacity: 1;
- }
- }
- .flipInY {
- -webkit-backface-visibility: visible !important;
- -webkit-animation-name: flipInY;
- -moz-backface-visibility: visible !important;
- -moz-animation-name: flipInY;
- -o-backface-visibility: visible !important;
- -o-animation-name: flipInY;
- backface-visibility: visible !important;
- animation-name: flipInY;
- }
- </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">
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <center>
- <div id="blogtitle"><center>{text:blogtitle}</center></div>
- <div id="pic"><img src="{image:sidebar}"></div>
- <div id="celina">
- <div id="ash"><a href="http://mkbye.tumblr.com" title="Theme by mkbye!" style="color:white">Theme</a></div>
- <div id="ang">{text:name}'s profile</div></div>
- <div id="lays"></div>
- <div id="cheetos"><img src="{image:picture}"></div>
- <div id="transparent">
- <img src="http://25.media.tumblr.com/tumblr_mbwldyCZQG1rgpyeqo1_250.png"></div>
- <div id="vickies"><div style="color:{color:name};">{text:name};</div></div>
- <div id="doritos">{description}</div>
- <div id="fanta">
- <div id="coke">
- <img src="http://www.clker.com/cliparts/t/6/a/0/F/Z/gray-heart-md.png"></div>
- {text:online stats} likes and {text:text hit counter} dislikes</div>
- <div id="taylor">view all 22 comments</div>
- <div id="demi">
- <div id="selena">{text:name}:</div>
- <div id="justin">"{text:quote}"
- </div></div>
- <div id="hair">
- <div id="head">
- <img src="https://cdn1.iconfinder.com/data/icons/ledicons/heart_empty.png"></div>
- <a href="#?w=400" rel="03" class="poplight" title="Updates">Liked</a></div>
- <div id="ears">
- <div id="earrings">
- <img src="http://icons.iconarchive.com/icons/chromatix/aerial/32/bubble-glass-icon.png"></div>
- Comment</div>
- <div id="eyes">···</div>
- <div id="pink">
- <div class="link1"><a href="{text:link one}" title="{text:link 1 msg}">
- <img src="http://i.imgur.com/rEIJq8l.png" style="width:50px;"></a> </div>
- <div class="link2"><a href="{text:link two}" title="{text:link 2 msg}">
- <img src="https://cdn2.iconfinder.com/data/icons/inverticons-fill-vol-3/32/message_comment_chat_bubble_forum_speech_talk_text_love_6-48.png" style="width:35px; opacity:0.3;"></a> </div>
- <div class="link3"><a href="{text:link three}" title="{text:link 3 msg}">
- <img src="https://cdn3.iconfinder.com/data/icons/unicons-vector-icons-pack/32/intstagram-48.png" style="width:35px; opacity:0.3;"></a> </div>
- <div>
- <div class="link4"><a href="{text:link four}" title="{text:link 4 msg}">
- <img src="https://cdn2.iconfinder.com/data/icons/pittogrammi/142/89-48.png" style="width:35px; opacity:0.3;"></a> </div>
- <div class="link5"><a href="{text:link five}" title="{text:link 5 msg}">
- <img src="https://cdn3.iconfinder.com/data/icons/pix-glyph-set/50/520664-id_card-48.png" style="width:38px; opacity:0.4;"></a> </div>
- <div>
- </center>
- </div>
- <!------------------------------------->
- <div class="left">
- <div id="topbar"></div>
- <div id="sideback"></div>
- <div id="sideback2"></div>
- <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:sidebarbg}; -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:picture}; -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:280px;
- 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:topbar};
- margin-top:5px;
- padding:6px;
- text-align: center">
- <a href="{Permalink}"> {NoteCount} </a> & posted {timeago}</div>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a>with <a href="{permalink}" >{notecount}</a> notes </br>
- {Month} {DayOfMonth} at {12Hour}:{Minutes} {CapitalAmPm}
- </div>
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
- href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
- {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
- {/block:Chat}
- {block:Audio}
- <div style="width:200px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}<span class="permalink">
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
- </span>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}<div align="middle">{caption}</div>
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags}
- tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {block:RebloggedFrom}
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- </center></span>
- <br>
- <div id="postnotes">{PostNotes}</div><br>
- <center>{block:ContentSource}
- <br><a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- <div style="position:fixed; bottom:5px; right:5px; background:white; border: 1px solid #eee; padding: 3px; padding-bottom:5px; padding-top: 5px; font-family: calibri; font-size: 15px; line-height: 10px;"><a href="http://mkbye.tumblr.com">©</a></div>
- <div id="03" class="popup_block">
- <div style="font-family:celina; font-size:50px; text-align:center; color:#fff; line-height: 60px; text-shadow:-2px 0 {color:picture}, 0 2px {color:picture}, 2px 0 {color:picture}, 0 -2px {color:picture}; letter-spacing:2px;">Updates</div>
- <div style="font-size:12px; font-family:calibri; line-height:13px; padding-top:5px; text-align:left;">
- Write your updates here :)
- </div></div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment