Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 15 made by
- ╱╱╱╭╮╱╭╮
- ╱╱╱┃┃╱┃┃
- ╭╮╭┫┃╭┫╰━┳╮╱╭┳━━╮
- ┃╰╯┃╰╯┫╭╮┃┃╱┃┃┃━┫
- ┃┃┃┃╭╮┫╰╯┃╰━╯┃┃━┫
- ╰┻┻┻╯╰┻━━┻━╮╭┻━━╯
- ╱╱╱╱╱╱╱╱╱╭━╯┃
- ╱╱╱╱╱╱╱╱╱╰━━╯
- Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
- http://mkbye.tumblr.com/
- Theme created: 10.23.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://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 type="text/javascript" src="http://static.tumblr.com/kjq4nx5/2ezmru5eo/infinitescroll.txt"></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="#918a9e"/>
- <meta name="color:text" content="#777"/>
- <meta name="color:title" content="#b6b1c1"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:background" content="1"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:sidebar2" content="1"/>
- <meta name="image:sidebarbg" content="1"/>
- <meta name="color:sidebar" content="#888fa2"/>
- <meta name="color:border" content="#a1aac0"/>
- <meta name="color:blogtitle" content="#888fa2"/>
- <meta name="text:blogtitle" content="delevingne"/>
- <meta name="image:box" content="1"/>
- <meta name="text:stats" content="3/40000"/>
- <meta name="text:name" content="Cara"/>
- <meta name="image:circle" content="1"/>
- <meta name="image:circle2" content="1"/>
- <meta name="text:quote" content="The only person who can pull me down is myself, and I'm not going to let myself pull me down anymore."/>
- <meta name="text:link1" content="/"/>
- <meta name="text:link2" content="/"/>
- <meta name="text:link3" content="/"/>
- <meta name="text:link4" content="/"/>
- <meta name="text:link5" 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--*/
- background:url();
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 20px;
- border: 10px solid {color:sidebar};
- float: left;
- font-size:12px;
- font-family:arial;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- ::-webkit-scrollbar {width: 2px; height: 4px; background: #ffffff; }
- ::-webkit-scrollbar-thumb { background-color: {color:border}; -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:hidden;
- }
- asker{
- font-family: 'skinny jeans';
- text-align: right;
- margin-top: 25px;
- margin-left: 5px;
- font-size:20px;
- color: #ddd;
- line-height: 31px;
- }
- ask{
- font-family: 'skinny jeans';
- text-align: right;
- margin-top:10px;
- font-size:20px;
- color: {color:blogtitle};
- }
- #mypic img{
- width:40px;
- border-radius:100px;
- border:0px;
- padding:0px;
- }
- #asker img{
- width:40px;
- border-radius:100px;
- border:0px;
- padding:0px;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:5px;
- overflow:hidden;
- width:287px;
- border:1px solid {color:border};
- padding:10px;
- padding-bottom:8px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- .entry img {
- width:275px;
- padding:5px;
- border: 1px solid #ddd;
- background:#fafafa;
- border-radius:2px;
- {block:permalinkpage}
- width:445px;
- border:0px;
- padding:0px;
- background:white;
- {/block:permalinkpage}
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:220px;
- height:auto;
- margin-left:27px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:30px;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- padding:5px;
- padding-top:10px;
- padding-bottom:10px;
- opacity:0;
- text-transform:uppercase;
- font-size:11px;
- line-height:12px;
- bordeR:2px solid {color:bordeR};
- -webkit-border-radius:15px 5px;
- -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;
- -webkit-backface-visibility: visible !important;
- -webkit-animation:flipInZ 1s;
- -moz-backface-visibility: visible !important;
- -moz-animation:flipInZ 1s;
- -o-backface-visibility: visible !important;
- -o-animation:flipInZ 1s;
- backface-visibility: visible !important;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:800px;
- margin-top:70px;
- z-index:99;
- margin-left:520px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- width:310px;
- height:540px;
- background:white;
- margin-top:85px;
- margin-left:110px;
- border:7px solid {color:sidebar};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #blogtitle{
- position:fixed !important;
- width:400px;
- height:540px;
- margin-top:100px;
- margin-left:30px;
- font-family:Caviar Dreams;
- font-size:70px;
- color:white;
- text-shadow:-1px 0{color:blogtitle}, 0 1px{color:blogtitle}, 1px 0 {color:blogtitle}, 0 -1px {color:blogtitle};
- -webkit-transform:rotate(-90deg);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #blogtitle{
- opacity:0;
- }
- @font-face {font-family:Caviar Dreams;src:url(http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf); }
- #pic1{
- position:fixed !important;
- background-image:url({image:sidebarbg});
- width:280px;
- height:250px;
- border:2px solid {color:border};
- margin-top:11px;
- margin-left:13px;
- }
- #pic1 img{
- width:280px;
- height:250px;
- margin-top:-2px;
- margin-left:-2px;
- border:2px solid {color:border};
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #pic1 img{
- opacity:0;
- margin-left:108px;
- }
- #pic2{
- position:fixed !important;
- background-image:url({image:sidebarbg});
- width:280px;
- height:250px;
- border:2px solid {color:border};
- margin-top:275px;
- margin-left:13px;
- }
- #pic2 img{
- width:280px;
- height:250px;
- margin-top:-2px;
- margin-left:-2px;
- border:2px solid {color:border};
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #pic2 img{
- opacity:0;
- margin-left:-202px;
- }
- /*STUFF IN PIC1*/
- #boxbg{
- position:fixed !important;
- width:350px;
- height:110px;
- margin-top:20px;
- margin-left:-40px;
- -webkit-transform:rotate(-2deg);
- background:white;
- border:4px double {color:border};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #boxbg{
- opacity:1;
- margin-left:-20px;
- }
- #box img{
- position:fixed !important;
- width:80px;
- height:105px;
- margin-top:18px;
- margin-left:-150px;
- -webkit-transform:rotate(-2deg);
- background:white;
- border:2px solid {color:border};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #box img{
- opacity:1;
- margin-top:28px;
- }
- #box2 img{
- position:fixed !important;
- width:80px;
- height:105px;
- margin-top:8px;
- margin-left:-40px;
- -webkit-transform:rotate(-2deg);
- background:white;
- border:2px solid {color:border};
- -webkit-filter:sepia(70%);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #box2 img{
- opacity:1;
- margin-top:24px;
- }
- #box3 img{
- position:fixed !important;
- width:80px;
- height:105px;
- margin-top:-2px;
- margin-left:70px;
- -webkit-transform:rotate(-2deg);
- background:white;
- border:2px solid {color:border};
- -webkit-filter:grayscale(100%);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #box3 img{
- opacity:1;
- margin-top:20px;
- }
- #stats{
- position:fixed !important;
- width:280px;
- margin-top:175px;
- margin-left:-60px;
- font-family:skinny jeans;
- font-size:14px;
- text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #stats{
- opacity:1;
- }
- #name{
- position:fixed !important;
- width:280px;
- margin-top:165px;
- text-align:right;
- font-family:cara;
- font-size:20px;
- color:white;
- text-shadow:-1px 0{color:blogtitle}, 0 1px{color:blogtitle}, 1px 0 {color:blogtitle}, 0 -1px {color:blogtitle};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #name{
- opacity:1;
- }
- #desc{
- position:fixed !important;
- width:250px;
- min-height:20px;
- max-height:50px;
- margin-top:192px;
- margin-left:132px;
- padding:5px;
- text-align:center;
- font-family:calibri;
- font-size:11px;
- line-height:12px;
- background:white;
- color:{color:text};
- border:2px solid {color:sidebar};
- border-left:2px solid {color:border};
- border-bottom:2px solid {color:border};
- -webkit-border-radius:15px 35px;
- -webkit-border-top-right-radius:0px;
- -webkit-border-bottom-right-radius:0px;
- overflow:auto;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #desc{
- opacity:1;
- margin-left:32px;
- }
- /*STUFF IN PIC2*/
- #circle img{
- position:fixed !important;
- width:90px;
- height:90px;
- margin-top:290px;
- margin-left:-140px;
- -webkit-transform:rotate(-2deg);
- background:white;
- border:2px solid {color:border};
- border-radius:100px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- -webkit-transform-origin: center center;
- -webkit-transform: rotate(-360deg);
- -moz-transform-origin: center center;
- -moz-transform: rotate(-360deg);
- -o-transform-origin: center center;
- -o-transform: rotate(-360deg);
- transform-origin: center center;
- transform: rotate(-200deg);
- }
- #sidebar:hover #circle img{
- opacity:1;
- margin-left:-130px;
- -webkit-transform-origin: center center;
- -webkit-transform: rotate(0);
- -moz-transform-origin: center center;
- -moz-transform: rotate(0);
- -o-transform-origin: center center;
- -o-transform: rotate(0);
- transform-origin: center center;
- transform: rotate(0);
- }
- #quote{
- position:fixed !important;
- width:150px;
- min-height:20px;
- max-height:50px;
- margin-top:295px;
- margin-left:132px;
- padding:5px;
- text-align:center;
- font-family:calibri;
- font-size:11px;
- line-height:12px;
- background:white;
- color:{color:text};
- border:2px solid {color:sidebar};
- border-left:2px solid {color:border};
- border-bottom:2px solid {color:border};
- -webkit-border-radius:15px 35px;
- -webkit-border-top-right-radius:0px;
- -webkit-border-bottom-right-radius:0px;
- overflow:auto;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sidebar:hover #quote{
- opacity:1;
- margin-top:305px;
- }
- #link1{
- position:fixed !important;
- width:110px;
- height:10px;
- margin-left:15px;
- margin-top:400px;
- padding:5px;
- text-align:center;
- font-family:calibri;
- font-size:11.5px;
- line-height:10px;
- text-transform:uppercase;
- background:white;
- border:2px solid {color:border};
- border-left:0px;
- -webkit-border-radius:15px 35px;
- -webkit-border-top-left-radius:0px;
- -webkit-border-bottom-left-radius:0px;
- -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;
- }
- #link1:hover{
- letter-spacing:2px;
- padding-right:10px;
- }
- #link2{
- position:fixed !important;
- width:110px;
- height:10px;
- margin-left:15px;
- margin-top:422px;
- padding:5px;
- text-align:center;
- font-family:calibri;
- font-size:11.5px;
- line-height:10px;
- text-transform:uppercase;
- background:white;
- border:2px solid {color:sidebar};
- border-left:0px;
- -webkit-border-radius:15px 35px;
- -webkit-border-top-left-radius:0px;
- -webkit-border-bottom-left-radius:0px;
- -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;
- }
- #link2:hover{
- letter-spacing:2px;
- padding-right:20px;
- }
- #link3{
- position:fixed !important;
- width:110px;
- height:10px;
- margin-left:15px;
- margin-top:444px;
- padding:5px;
- text-align:center;
- font-family:calibri;
- font-size:11.5px;
- line-height:10px;
- text-transform:uppercase;
- background:white;
- border:2px solid {color:sidebar};
- border-left:0px;
- -webkit-border-radius:15px 35px;
- -webkit-border-top-left-radius:0px;
- -webkit-border-bottom-left-radius:0px;
- -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;
- }
- #link3:hover{
- letter-spacing:2px;
- padding-right:30px;
- }
- #link4{
- position:fixed !important;
- width:110px;
- height:10px;
- margin-left:15px;
- margin-top:466px;
- padding:5px;
- text-align:center;
- font-family:calibri;
- font-size:11.5px;
- line-height:10px;
- text-transform:uppercase;
- background:white;
- border:2px solid {color:sidebar};
- border-left:0px;
- -webkit-border-radius:15px 35px;
- -webkit-border-top-left-radius:0px;
- -webkit-border-bottom-left-radius:0px;
- -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;
- }
- #link4:hover{
- letter-spacing:2px;
- padding-right:40px;
- }
- #link5{
- position:fixed !important;
- width:110px;
- height:10px;
- margin-left:15px;
- margin-top:488px;
- padding:5px;
- text-align:center;
- font-family:calibri;
- font-size:11.5px;
- line-height:10px;
- text-transform:uppercase;
- background:white;
- border:2px solid {color:sidebar};
- border-left:0px;
- -webkit-border-radius:15px 35px;
- -webkit-border-top-left-radius:0px;
- -webkit-border-bottom-left-radius:0px;
- -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;
- }
- #link5:hover{
- letter-spacing:2px;
- padding-right:50px;
- }
- #circle2 img{
- position:fixed !important;
- width:90px;
- height:90px;
- margin-top:405px;
- margin-left:25px;
- -webkit-transform:rotate(-2deg);
- background:white;
- border:2px solid {color:border};
- border-radius:100px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- -webkit-transform-origin: center center;
- -webkit-transform: rotate(-360deg);
- -moz-transform-origin: center center;
- -moz-transform: rotate(-360deg);
- -o-transform-origin: center center;
- -o-transform: rotate(-360deg);
- transform-origin: center center;
- transform: rotate(-200deg);
- }
- #sidebar:hover #circle2 img{
- opacity:1;
- margin-left:15px;
- -webkit-transform-origin: center center;
- -webkit-transform: rotate(0);
- -moz-transform-origin: center center;
- -moz-transform: rotate(0);
- -o-transform-origin: center center;
- -o-transform: rotate(0);
- transform-origin: center center;
- transform: rotate(0);
- }
- #topbar{
- position:fixed !important;
- width:50000px;
- height:20px;
- margin-top:0px;
- margin-left:-500px;
- background:{color:blogtitle};
- border-bottom:3px double white;
- }
- #theme{
- position:fixed !important;
- width:200px;
- top:3px;
- left:5px;
- font-family:calibri;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:2px;
- }
- @font-face { font-family: "cara"; src: url('http://static.tumblr.com/tk7f1db/yf4muz647/channel.ttf'); }
- @font-face {font-family: "Skinny Jeans"; src:url('http://static.tumblr.com/9wzbixa/giym2g6nj/_skinny__jeans_solid.ttf');}
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 45px;
- font-family:cara;
- font-size:20px;
- 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 flipInZ {
- 0% {
- -webkit-transform: perspective(400px) rotateZ(90deg);
- opacity: 0;
- }
- 40% {
- -webkit-transform: perspective(400px) rotateZ(-10deg);
- }
- 70% {
- -webkit-transform: perspective(400px) rotateZ(10deg);
- }
- 100% {
- -webkit-transform: perspective(400px) rotateZ(0deg);
- opacity: 1;
- }
- }
- @-moz-keyframes flipInZ {
- 0% {
- -moz-transform: perspective(400px) rotateZ(90deg);
- opacity: 0;
- }
- 40% {
- -moz-transform: perspective(400px) rotateZ(-10deg);
- }
- 70% {
- -moz-transform: perspective(400px) rotateZ(10deg);
- }
- 100% {
- -moz-transform: perspective(400px) rotateZ(0deg);
- opacity: 1;
- }
- }
- @-o-keyframes flipInZ {
- 0% {
- -o-transform: perspective(400px) rotateZ(90deg);
- opacity: 0;
- }
- 40% {
- -o-transform: perspective(400px) rotateZ(-10deg);
- }
- 70% {
- -o-transform: perspective(400px) rotateZ(10deg);
- }
- 100% {
- -o-transform: perspective(400px) rotateZ(0deg);
- opacity: 1;
- }
- }
- @keyframes flipInZ {
- 0% {
- transform: perspective(400px) rotateZ(90deg);
- opacity: 0;
- }
- 40% {
- transform: perspective(400px) rotateZ(-10deg);
- }
- 70% {
- transform: perspective(400px) rotateZ(10deg);
- }
- 100% {
- transform: perspective(400px) rotateZ(0deg);
- opacity: 1;
- }
- }
- .flipInZ {
- -webkit-backface-visibility: visible !important;
- -webkit-animation-name: flipInZ;
- -moz-backface-visibility: visible !important;
- -moz-animation-name: flipInZ;
- -o-backface-visibility: visible !important;
- -o-animation-name: flipInZ;
- backface-visibility: visible !important;
- animation-name: flipInZ;
- }
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="cage">
- <div id="center">
- <div id="topbar"></div>
- <div id="theme"><a href="http://mkbye.tumblr.com" style="color:white;">Theme Credit</a></div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <center>
- <div id="blogtitle">{text:blogtitle}</div>
- <div id="pic1"><img src="{image:sidebar}"></div>
- <div id="boxbg"></div>
- <div id="box"><img src="{image:box}"></div>
- <div id="box2"><img src="{image:box}"></div>
- <div id="box3"><img src="{image:box}"></div>
- <div id="stats">{text:stats}</div>
- <div id="name">{text:name};</div>
- <div id="desc">{description}</div>
- <div id="pic2"><img src="{image:sidebar2}"></div>
- <div id="circle"><img src="{image:circle}"></div>
- <div id="quote">"{text:quote}"</div>
- <div id="link1"><a href="{text:link1}">{text:link 1 msg}</a></div>
- <div id="link2"><a href="{text:link2}">{text:link 2 msg}</a></div>
- <div id="link3"><a href="{text:link3}">{text:link 3 msg}</a></div>
- <div id="link4"><a href="{text:link4}">{text:link 4 msg}</a></div>
- <div id="link5"><a href="{text:link5}">{text:link 5 msg}</a></div>
- <div id="circle2"><a href="#?w=500" rel="02" class="poplight" title="Updates!"><img src="{image:circle2}"></a></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><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:sidebar}; -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:border}; -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:275px;
- line-height: 14px;
- padding-left: 8px;
- padding-top: 5px;
- padding-right: 4px;
- padding-bottom: 2px;
- background: #f8f7f7;
- z-index: 0;
- text-align: left;
- {block:permalinkpage}width:437px;{/block:permalinkpage}">
- <div style="margin-top:0px; padding-bottom:5px;"><ask>{text:name}:</ask></div><div style="padding-bottom:5px;">{Answer}</div></div>
- <div style="padding:10px;"></div>
- <div style="align: right;
- border-top: 1px solid {color:border};
- margin-top:5px;
- padding:6px;
- text-align: right">
- <a href="{Permalink}"> {NoteCount} </a> & posted {timeago}</div>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> with <a href="{Permalink}">{notecountwithlabel}</a></br>
- posted {timeago}
- </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="02" class="popup_block">
- <div style="font-family: cara; font-size: 40px; text-align:center; padding-top:20px; padding-bottom:20px; color:{color:blogtitle};">Updates<br></div>
- <div style="text-align:center; padding-top:20px;">
- Write your updates here!
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment