Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme 47 made by celina aka mkbye :-)
- please don't remove credit, or at least put it somewhere else on your blog!
- if you're stealing codes, bitch I will find you :))
- theme created: October 21 2015
- theme posted publicly: November 22 2015
- links:
- http://mkbye.tumblr.com
- http://themesbycel.tumblr.com
- http://lunarthemers.tumblr.com
- -->
- <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 rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href='//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto::latin', 'Dancing+Script::latin', 'Satisfy::latin', 'Cookie::latin', 'Great+Vibes::latin', 'Bad+Script::latin', 'Calligraffitti::latin', 'Allura::latin', 'Parisienne::latin', 'Montez::latin', 'Qwigley::latin', 'Euphoria+Script::latin', 'Rouge+Script::latin', 'Ruthie::latin', 'Raleway:300:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <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:10,
- tip_fade_speed:10,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend();
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script type="text/javascript">
- <!--
- // Disable Right Click Script
- function IE(e)
- {
- if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
- {
- return false;
- }
- }
- function NS(e)
- {
- if (document.layers || (document.getElementById && !document.all))
- {
- if (e.which == "2" || e.which == "3")
- {
- return false;
- }
- }
- }
- document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
- //-->
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#f4f4f4"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:text" content="#414141"/>
- <meta name="color:title" content="#333"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:background" content="1"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:icon" content="1"/>
- <meta name="color:blogtitle" content="#000"/>
- <meta name="color:sidebar" content="#000"/>
- <meta name="color:postborders" content="#000"/>
- <meta name="text:blogtitle" content="blogtitle"/>
- <meta name="text:stats" content="6/20000"/>
- <meta name="text:move desc text" content="0"/>
- <meta name="text:name" content="taylor"/>
- <meta name="text:write updates here" content="example: updated theme on january 24th"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 msg" content="homepage"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 2 msg" content="inbox"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 msg" content="nav"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 4 msg" content="pictures"/>
- <meta name="text:link 5" content="/"/>
- <meta name="text:link 5 msg" content="archive"/>
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- padding:4px;
- margin:20px 0px 0px 20px;
- background:{color:title};
- color:white; /* change the text color */
- font-size:9.5px;
- text-transform:lowercase;
- z-index:999999999999999999999999999999999999;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- position: fixed; left: 0; top: 0;
- background-color: {color:Background};
- background-image:url({image:Background});
- width: 100%; height: 100%;
- opacity:0.7;
- z-index: 99999999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- padding: 20px;
- border:15px solid {color:sidebar};
- float: left;
- font-size:10px;
- position: fixed;
- color:white;
- top: 50%; left: 50%;
- z-index: 9999999999999;
- background:white;
- outline:1px solid white;
- outline-offset:5px;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- ::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}
- ::-webkit-scrollbar-thumb {background-color:{color:blogtitle};}
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- p {
- margin:0px;
- margin-top:0px;
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family:arial;
- line-height:15px;
- font-size:10px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{
- text-decoration: none;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- color:{color:link};
- }
- a:hover {
- text-decoration: none;
- font-style:;
- color: {color:Hover};
- }
- div#center{
- margin:auto;
- position:relative;
- width:1250px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- .entry {
- float:left;
- display: block;
- margin:20px;
- overflow:hidden;
- width:280px;
- padding:20px;
- padding-bottom:18px;
- {block:PermalinkPage}
- width:400px;
- text-align:left;
- line-height:10px;
- background:white;
- outline:0px solid white;
- outline-offset:0px;
- {/block:PermalinkPage}
- background:{color:postborders};
- }
- .entry img{
- outline:1px solid white;
- outline-offset:-10px;
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}
- }
- .entry .perma{
- position: absolute;
- width:auto;
- height:auto;
- padding:4px;
- margin-left:18px;
- bottom:40px;
- line-height:16px;
- overflow:hidden;
- text-align:center;
- letter-spacing:3px;
- font-size:8px;
- text-transform:uppercase;
- background: rgba( {RGBcolor:postborders}, 0.5);
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .perma a{
- color:white;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:1;
- }
- .entry .perma2{
- position: absolute;
- width:95px;
- height:auto;
- padding:4px;
- margin-left:160px;
- bottom:40px;
- line-height:16px;
- overflow:hidden;
- text-align:center;
- letter-spacing:2px;
- font-size:8px;
- text-transform:uppercase;
- background: rgba( {RGBcolor:postborders}, 0.5);
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .perma2 a{
- color:white;
- }
- .entry:hover .perma2{
- overflow:visible;
- opacity:1;
- }
- #posts {
- width:800px;
- margin-top:50px;
- z-index:99;
- margin-left:380px;
- position:relative;
- overflow-y: hidden;
- }
- #sr{
- position:fixed !important;
- width:300px;
- height:90px;
- top:170px;
- margin-left:100px;
- }
- #cir{
- position:fixed;
- z-index:99999;
- width:30px;
- height:30px;
- margin-top:78px;
- margin-left:-50px;
- border-radius:100px;
- background:{color:title};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sr:hover #cir{
- opacity:0;
- }
- #sr:hover #line{
- opacity:0;
- }
- #line{
- position:fixed;
- width:247px;
- height:1px;
- margin-top:93px;
- margin-left:-45px;
- background:{color:sidebar};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #top{
- position:fixed !important;
- width:200px;
- height:90px;
- margin-top:0px;
- margin-left:0px;
- background:{color:sidebar};
- border:1px solid {color:sidebar};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sr:hover #top{
- margin-top:95px;
- }
- #img{
- position:fixed !important;
- z-index:99999;
- margin-top:35px;
- margin-left:49px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #img img{
- width:100px;
- height:100px;
- outline:10px solid rgba(0,0,0,0.1);
- outline-offset:-10px;
- border:1px solid white;
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sr:hover #img{
- -webkit-transform:scale(0);
- visibility:hidden;
- opacity:0;
- }
- #br{
- position:fixed;
- z-index:99999999;
- margin-top:0px;
- left:0px;
- height:100%;
- width:10px;
- background:{color:sidebar};
- }
- #br2{
- position:fixed;
- z-index:999999999;
- margin-top:0px;
- right:0px;
- height:100%;
- width:10px;
- background:{color:sidebar};
- }
- #br3{
- position:fixed;
- z-index:99999;
- left:0px;
- top:0px;
- height:10px;
- width:100%;
- background:{color:sidebar};
- border-bottom:20px solid {color:blogtitle};
- }
- #br4{
- position:fixed;
- z-index:99999;
- bottom:0px;
- left:0px;
- width:100%;
- height:10px;
- background:{color:sidebar};
- }
- #box{
- position:fixed;
- margin-top:20px;
- margin-left:34px;
- width:130px;
- height:60px;
- border:1px solid white;
- border-bottom:0px;
- opacity:0.8;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sr:hover #box{
- opacity:0;
- margin-top:200px;
- }
- #tits{
- position:fixed;
- margin-top:95px;
- margin-left:0px;
- width:198px;
- height:90px;
- border:2px solid {color:sidebar};
- background:transparent;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sr:hover #tits{
- margin-top:0px;
- }
- #actualtit{
- position:fixed;
- width:198px;
- height:50px;
- margin-top:40px;
- line-height:50px;
- text-align:center;
- font-family:Euphoria Script;
- font-size:35px;
- color: rgba( {RGBcolor:blogtitle}, 0.7);
- text-shadow: 1px 1px {color:blogtitle};
- }
- #sr:hover #actualtit{
- opacity:0;
- }
- #desc{
- position:fixed;
- margin-top:65px;
- width:162px;
- height:40px;
- padding:10px;
- font-size:9px;
- text-align:center;
- overflow:auto;
- line-height:11px;
- z-index:999999999999;
- }
- #link1 a{
- position:fixed;
- z-index:99999;
- width:25px;
- height:25px;
- margin-top:140px;
- margin-left:20px;
- background:{color:sidebar};
- color:white;
- text-align:center;
- font-size:11px;
- line-height:25px;
- font-family:raleway;
- border:1px solid white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sr:hover #link1 a{
- opacity:1;
- }
- #link1 a:hover{
- background:white;
- color:{color:sidebar};
- border:1px solid {color:sidebar};
- }
- #link2 a{
- position:fixed;
- z-index:99999;
- width:25px;
- height:25px;
- margin-top:140px;
- margin-left:54px;
- background:{color:sidebar};
- color:white;
- text-align:center;
- font-size:11px;
- line-height:25px;
- font-family:raleway;
- border:1px solid white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sr:hover #link2 a{
- opacity:1;
- }
- #link2 a:hover{
- background:white;
- color:{color:sidebar};
- border:1px solid {color:sidebar};
- }
- #link3 a{
- position:fixed;
- z-index:99999;
- width:25px;
- height:25px;
- margin-top:140px;
- margin-left:88px;
- background:{color:sidebar};
- color:white;
- text-align:center;
- font-size:11px;
- line-height:25px;
- font-family:raleway;
- border:1px solid white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sr:hover #link3 a{
- opacity:1;
- }
- #link3 a:hover{
- background:white;
- color:{color:sidebar};
- border:1px solid {color:sidebar};
- }
- #link4 a{
- position:fixed;
- z-index:99999;
- width:25px;
- height:25px;
- margin-top:140px;
- margin-left:121px;
- background:{color:sidebar};
- color:white;
- text-align:center;
- font-size:11px;
- line-height:25px;
- font-family:raleway;
- border:1px solid white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sr:hover #link4 a{
- opacity:1;
- }
- #link4 a:hover{
- background:white;
- color:{color:sidebar};
- border:1px solid {color:sidebar};
- }
- #link5 a{
- position:fixed;
- z-index:99999;
- width:25px;
- height:25px;
- margin-top:140px;
- margin-left:155px;
- background:{color:sidebar};
- color:white;
- text-align:center;
- font-size:11px;
- line-height:25px;
- font-family:raleway;
- border:1px solid white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sr:hover #link5 a{
- opacity:1;
- }
- #link5 a:hover{
- background:white;
- color:{color:sidebar};
- border:1px solid {color:sidebar};
- }
- #bar{
- position:fixed;
- right:0px;
- top:0px;
- height:85%;
- width:30px;
- background:{color:title};
- border-bottom-left-radius:5px;
- }
- #topbr{
- position:fixed;
- top:0px;
- right:0px;
- width:85%;
- background:{color:title};
- height:30px;
- z-index:99999;
- border-bottom-left-radius:5px;
- padding-left:10px;
- text-align:left;
- font-family:euphoria script;
- font-size:15px;
- line-height:30px;
- }
- #hoverbx{
- position:fixed;
- margin-top:10px;
- margin-left:10px;
- width:182px;
- height:168px;
- background:white;
- -webkit-transform:scale(0);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- -moz-box-shadow: 0 0 1px 1px {color:title};
- -webkit-box-shadow: 0 0 1px 1px {color:title};
- box-shadow: 0 0 1px 1px {color:title};
- }
- #sr:hover #hoverbx{
- -webkit-transform:scale(1);
- }
- #hoverpic{
- position:fixed;
- width:50px;
- height:50px;
- background:white;
- border-radius:100px;
- margin-top:10px;
- margin-left:65px;
- }
- #hoverpic img{
- width:50px;
- height:50px;
- border-radius:100px;
- border:2px solid {color:blogtitle};
- }
- #notes{
- position:relative;
- width:310px;
- height:5px;
- padding:5px;
- background:white;
- margin-left:-20px;
- line-height:5px;
- text-align:center;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:3px;
- -moz-box-shadow: 0 0 1px 1px {color:title};
- -webkit-box-shadow: 0 0 1px 1px {color:title};
- box-shadow: 0 0 1px 1px {color:title};
- {block:PermalinkPage}
- width:440px;
- height:auto;
- line-height:10px;
- {/block:PermalinkPage}
- }
- #notes a{
- color:{color:text};
- }
- #avi{
- width:40px;
- height:40px;
- margin-left:0px;
- border:3px solid {color:blogtitle};
- outline:4px solid {color:sidebar};
- outline-offset:0px;
- }
- #avi img{
- outline:1px solid white;
- outline-offset:-5px;
- }
- #question{
- width:210px;
- height:auto;
- margin-top:-50px;
- margin-left:60px;
- padding:10px;
- font-size:9px;
- text-align:justify;
- border-left:1px solid {color:title};
- {block:PermalinkPage}
- width:320px;
- {/block:PermalinkPage}
- }
- #avi2{
- width:40px;
- height:40px;
- margin-left:230px;
- border:3px solid {color:blogtitle};
- outline:4px solid {color:sidebar};
- outline-offset:0px;
- {block:PermalinkPage}
- margin-left:350px;
- {/block:PermalinkPage}
- }
- #avi2 img{
- outline:1px solid white;
- outline-offset:-5px;
- }
- #answer{
- width:205px;
- height:auto;
- margin-top:-50px;
- margin-left:-10px;
- padding:10px;
- font-size:9px;
- text-align:justify;
- border-right:1px solid {color:title};
- {block:PermalinkPage}
- width:325px;
- {/block:PermalinkPage}
- }
- #ap{
- width:30px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:17px;
- margin-left:17px;
- background:white;
- opacity:0.8;
- }
- #at{
- width:200px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:-50px;
- margin-left:80px;
- font-family:arial;
- font-size:13px;
- font-weight:bold;
- }
- .title{
- line-height: 25px;
- font-size:25px;
- color:{color:Title};
- font-family:euphoria script;
- font-weight: normal;
- }
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- #tdcd{
- position:fixed;
- padding:5px;
- text-align:center;
- z-index:99999;
- right:5px;
- bottom:5px;
- background:white;
- border:1px solid #eee;
- width:20px;
- height:20px;
- font-size:15px;
- text-align:center;
- color:{color:link};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #tdcd:hover{
- right:75px;
- }
- #cr{
- position:fixed;
- bottom:5px;
- z-index:99999;
- background:white;
- border:1px solid #eee;
- width:70px;
- height:30px;
- right:-70px;
- font-size:8px;
- text-align:center;
- line-height:30px;
- font-weight:bold;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #tdcd:hover #cr{
- right:0px;
- }
- #cr a{
- color:{color:link};
- }
- #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 a{
- font-weight:bold;
- }
- #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;margin:5px;}
- <--ses-->
- small{font-size: 90%;}
- {CustomCSS}
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/vGfn06hpd/document.txt"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="cage">
- <div id="center">
- <div id="sr">
- <div id="cir"></div>
- <div id="line"></div>
- <div id="top"></div>
- <div id="img"><img src="{image:sidebar}"></div>
- <div id="box"></div>
- <div id="tits">
- <div id="actualtit">{text:blogtitle}</div>
- </div>
- <div id="hoverbx">
- <div id="hoverpic"><img src="{image:icon}"></div>
- <div id="desc"><div style="margin-top:{text:move desc text}px;">{description}</br>{text:Stats}</div></div>
- </div>
- <div id="link1"><a href="{text:link 1}" title="{text:link 1 msg}">.01</a></div>
- <div id="link2"><a href="{text:link 2}" title="{text:link 2 msg}">.02</a></div>
- <div id="link3"><a href="{text:link 3}" title="{text:link 3 msg}">.03</a></div>
- <div id="link4"><a href="{text:link 4}" title="{text:link 4 msg}">.04</a></div>
- <div id="link5"><a href="{text:link 5}" title="{text:link 5 msg}">.05</a></div>
- </div>
- <div id="topbr">
- <a href="#?w=300" rel="02" class="poplight">Updates</a>
- </div>
- <div id="bar"></div>
- <div id="tdcd"><i class="fa fa-heartbeat" style="margin-top:3px;"></i>
- <div id ="cr"><a href="http://mkbye.tumblr.com" title="thememaker">theme by mkbye</a></div>
- </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>
- </br>
- {block:IndexPage}
- <div id="notes"><a href="{reblogURL}">reblog</a> • <a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="notes"><a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></br>
- {block:HasTags}<b>Tags:</b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br></br>
- <div id="postnotes"><div style="width:380px;height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;background:white;">{PostNotes}</div></div>
- {/block:PermalinkPage}
- {/block:Text}
- {block:Answer}
- <div id="avi"><img src="{AskerPortraitURL-40}" style="width:40px;"></div>
- <div id="question">
- <font style="text-transform:uppercase; color:black;font-size:10px;"><b>{Asker}</b></font> asked:</br>{question}</div>
- </br>
- <div style="border-top:1px solid #ddd;width:auto;padding:0px;"></div>
- </br>
- <div id="avi2"><img src="{AnswererPortraitURL-40}" style="width:40px;"></div>
- <div id="answer">
- <font style="text-transform:uppercase; color:black;font-size:10px;"><b>{text:name}</b></font> answered <font style="text-transform:uppercase; color:black;font-size:10px;"><b>{Asker}</b></font>'s question:</br>{answer}</div>
- </br>
- {block:IndexPage}
- <div id="notes"><a href="{reblogURL}">reblog</a> • <a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="notes"><a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></br>
- {block:HasTags}<b>Tags:</b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br></br>
- <div id="postnotes"><div style="width:380px;height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;background:white;">{PostNotes}</div></div>
- {/block:PermalinkPage}
- {/block:Answer}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
- </br>
- {block:IndexPage}
- <div id="notes"><a href="{reblogURL}">reblog</a> • <a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="notes"><a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></br>
- {block:HasTags}<b>Tags:</b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br></br>
- <div id="postnotes"><div style="width:380px;height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;background:white;">{PostNotes}</div></div><br>
- {/block:PermalinkPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma"><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- <div class="perma2"><a href="{Permalink}" title="permalink // {timeago}">{block:NoteCount}{notecount}{/block:NoteCount} N.</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}
- </br></br>
- {caption}
- </br></br>
- <div id="notes"><a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></br>
- {block:HasTags}<b>Tags:</b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br></br>
- <div id="postnotes"><div style="width:380px;height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;background:white;">{PostNotes}</div></div><br>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>{Photoset-250}</center>
- </br>
- <div id="notes"><a href="{reblogURL}">reblog</a> • <a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-400}</center>
- </br></br>
- {caption}
- </br></br>
- <div id="notes"><a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></br>
- {block:HasTags}<b>Tags:</b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br></br>
- <div id="postnotes"><div style="width:380px;height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;background:white;">{PostNotes}</div></div><br>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
- </br>
- {block:IndexPage}
- <div id="notes"><a href="{reblogURL}">reblog</a> • <a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="notes"><a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></br>
- {block:HasTags}<b>Tags:</b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br></br>
- <div id="postnotes"><div style="width:380px;height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;background:white;">{PostNotes}</div></div><br>
- {/block:PermalinkPage}
- {/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}
- </br>
- {block:IndexPage}
- <div id="notes"><a href="{reblogURL}">reblog</a> • <a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="notes"><a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></br>
- {block:HasTags}<b>Tags:</b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br></br>
- <div id="postnotes"><div style="width:380px;height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;background:white;">{PostNotes}</div></div><br>
- {/block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- <div id="ap">{AudioPlayerWhite}</div>
- {block:AlbumArt}<img src="{AlbumArtURL}" style="border:3px solid {color:title};
- outline:4px solid {color:blogtitle};
- outline-offset:0px;width:60px;">{/block:AlbumArt}
- <div id="at">{block:TrackName}{TrackName}{/block:TrackName} -
- <font style="color:black">{block:Artist}{Artist}{/block:Artist}</font>
- </div>
- </br></br>
- <div style="padding:5px;border-top:1px solid {color:title}"></div>
- {caption}
- </br>
- <div id="notes"><a href="{reblogURL}">reblog</a> • {notecountwithlabel}</div>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- </br></br>
- {caption}
- </br></br>
- <div id="notes"><a href="{permalink}" title="{timeago}">{notecountwithlabel}</a></br>
- {block:HasTags}<b>Tags:</b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br></br>
- <div id="postnotes"><div style="width:380px;height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;background:white;">{PostNotes}</div></div><br>
- {/block:PermalinkPage}
- {block:Video}
- </div>
- {/block:Posts}
- </div></div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- <div id="02" class="popup_block">
- <div style="text-align:center;
- font-family:Euphoria Script;
- font-size:35px;
- color: rgba( {RGBcolor:blogtitle}, 0.7);
- text-shadow: 1px 1px {color:blogtitle};">Updates</div>
- </br>
- <div style="padding:5px;font-size:9px;color:{color:text};">
- {text:write updates here}
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment