Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 14 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.17.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>
- <link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow' rel='stylesheet' type='text/css'>
- <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" 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="#b7a9d5"/>
- <meta name="color:text" content="#777"/>
- <meta name="color:title" content="#d1c7e6"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:background" content="1"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:sidebarbg" content="1"/>
- <meta name="color:sidebar" content="#d1c7e6"/>
- <meta name="color:line" content="#b7a9d5"/>
- <meta name="color:entryborders" content="#d1c7e6"/>
- <meta name="color:scrollbar" content="#b7a9d5"/>
- <meta name="color:blogtitle" content="#b7a9d5"/>
- <meta name="image:pic1" content="1"/>
- <meta name="image:pic2" content="1"/>
- <meta name="image:pic3" content="1"/>
- <meta name="text:blogtitle" content="Fingers crossed"/>
- <meta name="text:stats" content="5/30000"/>
- <meta name="text:name" content="Barbara"/>
- <meta name="color:name" content="#b7a9d5"/>
- <meta name="image:sideback1" content="1"/>
- <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:white;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .50;
- z-index: 999999999;
- }
- .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: 9999999999999999;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 35px 10px;
- -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;
- }
- .popup_block:hover{
- border-radius:50px;
- }
- #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:sidebar}; /* change the border color */
- border-top:1px solid {color:sidebar};
- border-bottom:1px solid {color:sidebar};
- border-right:1px solid {color:sidebar};
- 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: 4px; height: 4px; background:#fff; }
- ::-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:hidden;
- }
- askk {
- font-family: 'She Paints Me Blue';
- text-align: center;
- font-size:17px;
- color: {color:name};
- padding-top:10px;
- line-height:30px;
- text-shadow: 1.5px 1px #ddd;
- }
- askkk {
- font-family: 'She Paints Me Blue';
- text-align: center;
- font-size:17px;
- line-height:30px;
- color: {color:name};
- text-shadow: 1.5px 1px #ddd;
- }
- #askerpic img{
- width:35px;
- height:35px;
- padding:0px;
- border:0px;
- border-radius:100px;
- }
- #mypic img{
- width:35px;
- height:35px;
- padding:0px;
- border:0px;
- border-radius:100px;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:5px;
- overflow:hidden;
- width:270px;
- border:1px solid #dddddd;
- padding:10px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- margin-left:60px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- .entry img{
- border:5px solid {color:entryborders};
- width:260px;
- {block:PermalinkPage}
- width:440px;
- {/block:PermalinkPage}
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:40px;
- height:20px;
- padding:3px;
- margin-left:10px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:35%;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- opacity:0;
- border-radius:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border-radius:5px;
- border-left:5px solid {color:sidebar};
- border-top:1px solid {color:sidebar};
- border-right:1px solid {color:sidebar};
- border-bottom:1px solid {color:sidebar};
- transform: rotateY(180deg);
- -webkit-transform: rotateY(180deg);
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:1;
- margin-left:20px;
- transform: rotateY(0deg);
- -webkit-transform: rotateY(0deg);
- }
- .entry .perma2{
- width:40px;
- height:20px;
- padding:3px;
- margin-left:90px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:35%;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- opacity:0;
- border-radius:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border-radius:5px;
- border-left:1px solid {color:sidebar};
- border-top:1px solid {color:sidebar};
- border-right:5px solid {color:sidebar};
- border-bottom:1px solid {color:sidebar};
- transform: rotateY(-180deg);
- -webkit-transform: rotateY(-180deg);
- }
- .entry:hover .perma2{
- overflow:visible;
- opacity:1;
- margin-left:80px;
- transform: rotateY(0deg);
- -webkit-transform: rotateY(0deg);
- }
- .entry .perma3{
- width:215px;
- height:20px;
- padding:3px;
- margin-left:20px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:65%;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- opacity:0;
- line-height:20px;
- border-radius:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border-radius:5px;
- border-left:5px solid {color:sidebar};
- border-top:1px solid {color:sidebar};
- border-right:5px solid {color:sidebar};
- border-bottom:1px solid {color:sidebar};
- transform: rotateX(-180deg);
- -webkit-transform: rotateX(-180deg);
- }
- .entry:hover .perma3{
- overflow:visible;
- opacity:1;
- top:55%;
- transform: rotateX(0deg);
- -webkit-transform: rotateX(0deg);
- }
- .entry .perma4{
- width:95px;
- height:20px;
- padding:3px;
- margin-left:140px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:35%;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- opacity:0;
- line-height:20px;
- border-radius:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border-radius:5px;
- border-left:5px solid {color:sidebar};
- border-top:1px solid {color:sidebar};
- border-right:5px solid {color:sidebar};
- border-bottom:1px solid {color:sidebar};
- transform: rotateX(180deg);
- -webkit-transform: rotateX(180deg);
- }
- .entry:hover .perma4{
- overflow:visible;
- opacity:1;
- transform: rotateX(0deg);
- -webkit-transform: rotateX(0deg);
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:800px;
- margin-top:50px;
- z-index:99;
- margin-left:620px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- background:{color:sidebar};
- width:350px;
- height:450px;
- margin-top:150px;
- margin-left:80px;
- border:4px double white;
- border-radius:10px;
- }
- #blogtitle{
- position:fixed !important;
- width:320px;
- height:auto;
- margin-top:-30px;
- margin-left:10px;
- font-family:'Over the Rainbow', cursive;
- font-size:55px;
- color:#fff;
- text-shadow:-2px 0{color:blogtitle}, 0 2px{color:blogtitle}, 2px 0 {color:blogtitle}, 0 -2px {color:blogtitle};
- letter-spacing:-5px;
- text-align:center;
- 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;
- }
- #sidebarpic{
- position:fixed !important;
- background-image:url({image:sidebarbg});
- width:318px;
- height:418px;
- margin-top:15px;
- margin-left:14px;
- border:2px solid white;
- }
- #sidebarpic img{
- width:318px;
- height:418px;
- margin-top:-2px;
- margin-left:-2px;
- border:2px solid white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:1;
- }
- #sidebar:hover #sidebarpic img{
- opacity:0;
- }
- #pic img{
- position:fixed !important;
- width:100px;
- height:100px;
- margin-top:30px;
- margin-left:-173px;
- border:2px solid white;
- border-radius:100px;
- z-index:99999;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #pic img{
- opacity:1;
- margin-left:-143px;
- }
- #pic2 img{
- position:fixed !important;
- width:100px;
- height:100px;
- margin-top:140px;
- margin-left:-173px;
- border:2px solid white;
- border-radius:100px;
- z-index:99999;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #pic2 img{
- opacity:1;
- margin-left:-143px;
- }
- #pic3 img{
- position:fixed !important;
- width:100px;
- height:100px;
- margin-top:250px;
- margin-left:-173px;
- border:2px solid white;
- border-radius:100px;
- z-index:99999;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #pic3 img{
- opacity:1;
- margin-left:-143px;
- }
- #line{
- position:fixed !important;
- width:2px;
- height:418px;
- margin-top:17px;
- margin-left:80px;
- background:{color:line};
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #line{
- opacity:1;
- }
- #name{
- position:fixed !important;
- width:140px;
- height:115px;
- margin-top:53px;
- margin-left:170px;
- text-align:left;
- font-size:18px;
- font-family:Shining Like Stars;
- text-shadow:-1px 0 #fff, 0 1px#fff, 1px 0 #fff, 0 -1px #fff;
- opacity:0;
- color:{color:name};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #name{
- opacity:1;
- margin-left:180px;
- }
- #desc{
- position:fixed !important;
- width:140px;
- height:115px;
- margin-top:70px;
- margin-left:180px;
- padding:5px;
- background:white;
- border:3px double #dddddd;
- border-radius:10px;
- text-align:center;
- font-size:11px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #desc{
- opacity:1;
- margin-left:170px;
- }
- #line2{
- position:fixed !important;
- width:318px;
- height:1.5px;
- margin-top:230px;
- margin-left:16px;
- background:{color:line};
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #line2{
- opacity:1;
- }
- #linkhanger img{
- position:fixed !important;
- width:100px;
- height:80px;
- margin-top:220px;
- margin-left:26px;
- z-index:99999;
- -webkit-transform:rotate(-5deg);
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #linkhanger img{
- opacity:1;
- }
- #link1{
- position:fixed !important;
- width:100px;
- height:25px;
- margin-top:295px;
- margin-left:204px;
- background:white;
- font-size:14px;
- font-family:She Paints Me Blue;
- line-height:32px;
- border-top-left-radius:10px;
- border-top-right-radius:10px;
- border:1.5px solid {color:sidebar};
- -webkit-transform:rotate(-5deg);
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #link1{
- opacity:1;
- }
- #link2{
- position:fixed !important;
- width:100px;
- height:25px;
- margin-top:320px;
- margin-left:206px;
- background:white;
- font-size:14px;
- font-family:She Paints Me Blue;
- line-height:32px;
- border:1.5px solid {color:sidebar};
- -webkit-transform:rotate(-5deg);
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #link2{
- opacity:1;
- }
- #link3{
- position:fixed !important;
- width:100px;
- height:25px;
- margin-top:345px;
- margin-left:208px;
- background:white;
- font-size:14px;
- font-family:She Paints Me Blue;
- line-height:32px;
- border:1.5px solid {color:sidebar};
- -webkit-transform:rotate(-5deg);
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #link3{
- opacity:1;
- }
- #link4{
- position:fixed !important;
- width:100px;
- height:25px;
- margin-top:370px;
- margin-left:210px;
- background:white;
- font-size:14px;
- font-family:She Paints Me Blue;
- line-height:25px;
- border:1.5px solid {color:sidebar};
- -webkit-transform:rotate(-5deg);
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #link4{
- opacity:1;
- }
- #link5{
- position:fixed !important;
- width:100px;
- height:25px;
- margin-top:395px;
- margin-left:212px;
- background:white;
- font-size:14px;
- font-family:She Paints Me Blue;
- line-height:32px;
- border:1.5px solid {color:sidebar};
- -webkit-transform:rotate(-5deg);
- border-bottom-left-radius:10px;
- border-bottom-right-radius:10px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #link5{
- opacity:1;
- }
- #stats{
- position:fixed !important;
- width:170px;
- height:23px;
- margin-top:365px;
- margin-left:4px;
- font-size:11px;
- font-family:calibri;
- line-height:23px;
- border:2px solid white;
- border-left:0px;
- background: {color:sidebar};
- border-top-right-radius:5px;
- border-bottom-right-radius:5px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #stats{
- opacity:1;
- margin-left:14px;
- }
- #updates{
- position:fixed !important;
- width:170px;
- height:23px;
- margin-top:400px;
- margin-left:4px;
- font-size:11px;
- font-family:calibri;
- line-height:23px;
- border:2px solid white;
- border-left:0px;
- background: {color:sidebar};
- border-top-right-radius:5px;
- border-bottom-right-radius:5px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #updates{
- opacity:1;
- margin-left:14px;
- }
- #sideback{
- position:fixed !important;
- margin-top:-100px;
- margin-left:570px;
- height:150%;
- width:13px;
- background-image:url({image:sideback1});
- border-right:5px solid white;
- opacity:0.9;
- }
- #sideback2{
- position:fixed !important;
- margin-top:-100px;
- margin-left:1260px;
- height:150%;
- width:13px;
- background-image:url({image:sideback1});
- border-left:5px solid white;
- opacity:0.9;
- }
- #lace2{
- position:fixed !important;
- margin-top:-145px;
- margin-left:1270px;
- opacity:1;
- }
- #lace1{
- position:fixed !important;
- margin-top:-145px;
- margin-left:524px;
- opacity:1;
- }
- @font-face {font-family: 'Shining Like Stars'; src: url('http://static.tumblr.com/npggxjg/rLBm20qw5/shining_like_stars.ttf');}
- @font-face {font-family: 'She Paints Me Blue'; src: url('http://static.tumblr.com/npggxjg/JOxm20qvo/she_paints_me_blue.ttf');}
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 35px;
- font-size:20px;
- font-family:She Paints Me Blue;
- 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}
- </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">{text:blogtitle}</div>
- <div id="sidebarpic"><img src="{image:sidebar}"></div>
- <div id="pic"><img src="{image:pic1}"></div>
- <div id="pic2"><img src="{image:pic2}"></div>
- <div id="pic3"><img src="{image:pic3}"></div>
- <div id="line"></div>
- <div id="name">{text:name};</div>
- <div id="desc">{description}</div>
- <div id="line2"></div>
- <div id="linkhanger"><img src="http://oi41.tinypic.com/2j11lli.jpg"></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="stats">{text:stats}</div>
- <div id="updates"><a href="#?w=500" rel="02" class="poplight">updates</a></div>
- </center>
- </div>
- <!------------------------------------->
- <div class="left">
- <div id="lace1"><img src="http://i.imgur.com/B0STUlj.png" style="height:120%; width:50px;"></div>
- <div id="lace2"><img src="http://i.imgur.com/wnQ6WxW.png" style="height:120%; width:50px;"></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}
- <div style="float:left;
- z-index:8;
- margin-left: 6px;
- margin-top: 5px;
- padding: 2px;
- padding-bottom: 2px;
- background: {color:sidebar};
- width:35px;
- height:35px;
- border:1px solid {color:line};
- border-radius: 100px;
- ">
- <div id="askerpic"><img src="{AskerPortraitURL-30}"></div></div>
- <div style="margin-top:2px;
- margin-bottom:0px;
- margin-left:60px;
- min-height:41px;
- min-width:170px;
- padding: 10px;
- padding-bottom: 10px;
- background-color:#fff;
- border:1px solid #eee;
- text-transform:normal;
- font-size:12px;
- font-family: calibri;
- border-radius:5px;
- text-align:left;">
- <askk>{asker}</askk>: {Question}</div>
- <div style="padding: 5px;"></div>
- <div style="float:right;
- z-index:8;
- margin-right: 3px;
- margin-top: 6px;
- padding:2px;
- background: {color:sidebar};
- width:35px;
- height:35px;
- border:1px solid {color:line};
- border-radius: 100px;
- ">
- <div id="mypic"><img src="{PostAuthorPortraitURL-30}"></div></div>
- <div style="margin-top:2px;
- margin-right:48px;
- margin-bottom:0px;
- min-height:41px;
- width:190px;
- {block:permalinkpage}
- width:375px;
- {/block:permalinkpage}
- padding: 10px;
- padding-bottom: 10px;
- background-color:#fff;
- border:1px solid #eee;
- text-transform:normal;
- font-size:12px;
- font-family: calibri;
- border-radius:5px;
- text-align:left;">
- <askkk>{text:name}</askkk>: {Answer}</div>
- <div style="padding: 10px;"></div>
- <div style="text-align: right;">{timeago} & <a href="{Permalink}">{notecountwithlabel}</a></div>
- <div style="padding: 5px;"></div>
- {block:IndexPage}
- <div class="permalinktext">
- </div>
- {/block:indexpage}
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">{likebutton}</div>
- <div class="perma2"><a href="{ReblogURL}" target="_blank"><img src="http://img29.imageshack.us/img29/5007/ynm4.png" style="border:0px; width:27px; margin-top:-2px; opacity:0.25;"></a></div>
- <div class="perma3">{Month} {DayOfMonth} at {12Hour}:{Minutes} {CapitalAmPm}</div>
- <div class="perma4"><a href="{Permalink}">{notecount} notes</a></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:Shining Like Stars; font-size:30px; text-align:center; color:#fff; line-height: 25px; padding-top:30px; padding-bottom:30px;text-shadow:-2px 0 {color:sidebar}, 0 2px {color:sidebar}, 2px 0 {color:sidebar}, 0 -2px {color:sidebar};">Updates</div>
- Updates go here.</br>
- Where you write your updates are at the bottom of the code, just edit it :)</br>
- Any further questions about pop-ups, feel free to message me!</br>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment