Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 51 made by Celina known as mkbye on Tumblr!
- Please don't remove the credit on this theme.
- If you're stealing codes, don't because I will find you!
- Theme Created: December 11 2015
- Theme Posted Publicly For Use: December 30 2015
- Links:
- http://mkbye.tumblr.com
- http://themesbycel.tumblr.com
- http://lunarthemers.tumblr.com
- Credits/Inspirations:
- planthed: theme "nightmire" ― sidebar layout with background and icon
- seedfawn: theme "coffee stains" ― scrollbar
- -->
- <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://static.tumblr.com/blpgwiz/u8Qmijy1c/fade_in_up.css' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <link href='//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.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://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_block1, .popup_block2').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:sidebar background" content="1"/>
- <meta name="image:icon" content="1"/>
- <meta name="color:sidebar border" content="#fff"/>
- <meta name="color:links" content="#ddd"/>
- <meta name="color:blogtitle" content="#000"/>
- <meta name="color:bars" content="#000"/>
- <meta name="text:name" content="Celina"/>
- <meta name="text:blogtitle" content="blogtitle"/>
- <meta name="text:blogtitle font size" content="30"/>
- <meta name="text:blogtitle font spacing" content="10"/>
- <meta name="text:selfie page link" content="/"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 text" content="homepage"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 2 text" content="inbox"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 text" content="nav"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 4 text" content="pictures"/>
- <meta name="text:link 5" content="/"/>
- <meta name="text:link 5 text" content="archive"/>
- <meta name="color:hover background" content="#fff"/>
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- padding:4px;
- margin:20px 0px 0px 20px;
- background:{color:sidebar border};
- letter-spacing:1px; /* change the letter spacing */
- color:{color:text}; /* change the text color */
- font-size:10px;
- text-transform:lowercase;
- z-index:999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar {width:10px; height: 5px; background: {color:bars};}
- ::-webkit-scrollbar-thumb {background-color:{color:blogtitle};border:4px solid {color:bars};}
- #tumblr_controls, .tmblr-iframe{ z-index:999999999;margin-top:20px! important;
- -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important; top:0px!important; right:0px!important; opacity:.5;
- -webkit-transition:all 0.6s ease-out;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out}
- #tumblr_controls, .tmblr-iframe:hover{
- opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%);
- }
- 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:25px;
- overflow:hidden;
- width:250px;
- padding:20px;
- padding-bottom:18px;
- border:1px solid rgba( {RGBcolor:sidebar border}, 0.7);
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- -moz-box-shadow: 5px 5px rgba( {RGBcolor:sidebar border}, 0.3);
- -webkit-box-shadow: 5px 5px rgba( {RGBcolor:sidebar border}, 0.3);
- box-shadow: 5px 5px rgba( {RGBcolor:sidebar border}, 0.3);
- }
- .entry img{
- outline:1px solid white;
- outline-offset:-10px;
- }
- .entry .outline{
- position: absolute;
- width:110px;
- height:50px;
- margin-left:60px;
- top:40%;
- overflow:hidden;
- text-align:center;
- background:transparent;
- padding:10px;
- font-style:italic;
- opacity:1;
- -webkit-transform:scale(0);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .outline{
- overflow:visible;
- -webkit-transform:scale(1);
- opacity:1;
- }
- .entry .first a{
- position: absolute;
- width:40px;
- height:40px;
- margin-top:5px;
- margin-left:-65px;
- overflow:hidden;
- background:{color:sidebar border};
- opacity:1;
- border:1px solid white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- outline:1px solid white;
- outline-offset:-1px;
- }
- .entry:hover .first a{
- overflow:visible;
- opacity:1;
- }
- .first a:hover{
- background:{color:bars};
- outline:1px solid white;
- outline-offset:-10px;
- }
- .entry .second a{
- position: absolute;
- width:40px;
- height:40px;
- margin-top:5px;
- margin-left:-20px;
- overflow:hidden;
- background:{color:links};
- opacity:1;
- border:1px solid white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- outline:1px solid white;
- outline-offset:-1px;
- }
- .entry:hover .second a{
- overflow:visible;
- opacity:1;
- }
- .second a:hover{
- background:{color:sidebar border};
- outline:1px solid white;
- outline-offset:-10px;
- }
- .entry .third a{
- position: absolute;
- width:40px;
- height:40px;
- margin-top:5px;
- margin-left:25px;
- overflow:hidden;
- background:{color:bars};
- opacity:1;
- border:1px solid white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- outline:1px solid white;
- outline-offset:-1px;
- }
- .entry:hover .third a{
- overflow:visible;
- opacity:1;
- }
- .third a:hover{
- background:{color:links};
- outline:1px solid white;
- outline-offset:-10px;
- }
- #posts {
- width:800px;
- margin-top:50px;
- z-index:99;
- margin-left:450px;
- position:relative;
- overflow-y: hidden;
- }
- #sr{
- position:fixed !important;
- z-index:99999;
- width:200px;
- height:200px;
- margin-top:150px;
- margin-left:135px;
- background:#000;
- border:10px solid {color:sidebar border};
- overflow:auto;
- overflow-y: hidden;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- -moz-box-shadow: 5px 5px rgba( {RGBcolor:sidebar border}, 0.3);
- -webkit-box-shadow: 5px 5px rgba( {RGBcolor:sidebar border}, 0.3);
- box-shadow: 5px 5px rgba( {RGBcolor:sidebar border}, 0.3);
- }
- #bg{
- position:fixed;
- margin-top:0px;
- margin-left:0px;
- }
- #bg img{
- width:200px;
- height:200px;
- }
- #icon{
- position:fixed;
- width:70px;
- height:70px;
- margin-top:80px;
- margin-left:63px;
- border:1px solid white;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #icon img{
- width:70px;
- height:70px;
- }
- #sr:hover #icon{
- margin-left:-163px;
- opacity:0;
- }
- #blogtit{
- position:fixed;
- width:210px;
- height:50px;
- margin-top:15px;
- margin-left:0px;
- text-align:center;
- line-height:70px;
- font-family:roboto;
- letter-spacing:{text:blogtitle font spacing}px;
- font-size:{text:blogtitle font size}px;
- color:white;
- text-shadow: 1px 1px {color:blogtitle};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sr:hover #blogtit{
- margin-left:190px;
- opacity:0;
- }
- #hoverbg{
- position:fixed;
- width:160px;
- height:160px;
- margin-top:20px;
- margin-left:20px;
- background:rgba( {RGBcolor:hover background}, 0.85);
- -webkit-transform:scale(0);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- opacity:0;
- }
- #sr:hover #hoverbg{
- opacity:1;
- -webkit-transform:scale(1);
- }
- #links{
- position:fixed;
- margin-top:70px;
- margin-left:23px;
- }
- #desc{
- position:fixed;
- width:140px;
- margin-top:70px;
- margin-left:10px;
- height:80px;
- overflow:auto;
- padding-right:10px;
- font-size:9px;
- text-align:center;
- }
- #nameis{
- position:fixed;
- width:160px;
- height:50px;
- margin-top:30px;
- margin-left:0px;
- text-align:center;
- font-family:raleway;
- text-transform:uppercase;
- letter-spacing:3px;
- word-spacing:6px;
- }
- #name{
- position:fixed;
- width:160px;
- height:50px;
- margin-top:40px;
- margin-left:0px;
- text-align:center;
- font-family:euphoria script;
- font-size:25px;
- }
- #name a{
- color:{color:title};
- }
- #brtp{
- position:fixed !important;
- z-index:9999999;
- width:100%;
- height:20px;
- top:0px;
- left:0px;
- background:{color:bars};
- }
- #brbm{
- position:fixed !important;
- z-index:9999999;
- width:100%;
- height:20px;
- bottom:0px;
- left:0px;
- background:{color:bars};
- }
- #brlt{
- position:fixed !important;
- z-index:9999999;
- width:20px;
- height:100%;
- top:0px;
- left:0px;
- background:{color:bars};
- }
- #brrt{
- position:fixed !important;
- z-index:9999999;
- width:15px;
- height:100%;
- top:0px;
- right:0px;
- background:{color:bars};
- }
- #line{
- position:fixed;
- margin-top:0px;
- margin-left:400px;
- height:100%;
- width:1px;
- background:{color:sidebar border};
- }
- #deux{
- position:fixed;
- margin-top:177px;
- margin-left:360px;
- height:170px;
- width:41px;
- border-top:1px solid {color:sidebar border};
- border-bottom:1px solid {color:sidebar border};
- background:{color:background};
- }
- #one a{
- position:fixed;
- z-index:9999999999;
- margin-top:15px;
- margin-left:13px;
- background:{color:links};
- width:15px;
- height:15px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #one a:hover{
- background:{color:link};
- }
- #two a{
- position:fixed;
- z-index:999999999;
- margin-top:40px;
- margin-left:13px;
- background:{color:links};
- width:15px;
- height:15px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #two a:hover{
- background:{color:link};
- }
- #three a{
- position:fixed;
- z-index:999999999;
- margin-top:65px;
- margin-left:13px;
- background:{color:links};
- width:15px;
- height:15px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #three a:hover{
- background:{color:link};
- }
- #four a{
- position:fixed;
- z-index:999999999;
- margin-top:90px;
- margin-left:13px;
- background:{color:links};
- width:15px;
- height:15px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #four a:hover{
- background:{color:link};
- }
- #five a{
- position:fixed;
- z-index:999999999;
- margin-top:115px;
- margin-left:13px;
- background:{color:links};
- width:15px;
- height:15px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #five a:hover{
- background:{color:link};
- }
- #six a{
- position:fixed;
- z-index:999999999;
- margin-top:140px;
- margin-left:13px;
- background:{color:links};
- width:15px;
- height:15px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #six a:hover{
- background:{color:link};
- }
- #ap{
- width:30px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:17px;
- margin-left:17px;
- background:white;
- opacity:0.8;
- }
- #at{
- width:150px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:-50px;
- margin-left:80px;
- font-family:arial;
- font-size:13px;
- font-weight:bold;
- }
- .title{
- line-height: 20px;
- font-size:13px;
- color:{color:Title};
- font-weight:bold;
- }
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- #tdcd{
- position:fixed;
- bottom:25px;
- z-index:99999;
- right:25px;
- background:{color:blogtitle};
- border:1px solid {color:blogtitle};
- width:25px;
- height:25px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #tdcd:hover{
- background:white;
- }
- #cd{
- position:fixed;
- font-size:8px;
- text-align:center;
- line-height:25px;
- width:25px;
- font-weight:bold;
- font-family:raleway;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #cd a{
- color:{color:blogtitle};
- }
- #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;border-radius:100px;}
- <--ses-->
- small{font-size: 90%;}
- {CustomCSS}
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- img {
- height: auto;
- width: auto;
- }
- </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="sr">
- <div id="bg"><img src="{image:sidebar background}"></div>
- <div id="blogtit">{text:blogtitle}</div>
- <div id="icon"><img src="{image:icon}"></div>
- <div id="hoverbg">
- <div id="nameis">Hello, it's me</div>
- <div id="name"><a href="{text:selfie page link}">{text:name}</a></div>
- <div id="desc">
- {description}
- </div>
- </div>
- </div>
- <div id="line"></div>
- <div id="deux">
- <div id="one">
- <a href="{text:link 1}" title="{text:link 1 text}"></a>
- </div>
- <div id="two">
- <a href="{text:link 2}" title="{text:link 2 text}"></a>
- </div>
- <div id="three">
- <a href="{text:link 3}" title="{text:link 3 text}"></a>
- </div>
- <div id="four">
- <a href="{text:link 4}" title="{text:link 4 text}"></a>
- </div>
- <div id="five">
- <a href="{text:link 5}" title="{text:link 5 text}"></a>
- </div>
- <div id="six">
- <a href="http://mkbye.tumblr.com" title="theme"></a>
- </div>
- </div>
- <!--do not delete--->
- <div id="tdcd">
- <div id="cd"><a href="http://mkbye.tumblr.com">CEL.</a></div>
- </div>
- <!--do not delete--->
- <div id="brtp"></div>
- <div id="brbm"></div>
- <div id="brlt"></div>
- <div id="brrt"></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>
- {block:IndexPage}
- </br><div style="text-align:right;width:250px;font-weight:bold;color:black">
- <a href="{ReblogURL}" style="color:black;">reblog</a> // <a href="{Permalink}" style="color:black" title="reblogged: {timeago}">{block:NoteCount}{notecountwithlabel}{/block:NoteCount}</a>
- </div>
- {/block:IndexPage}
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
- {block:IndexPage}
- </br><div style="text-align:right;width:250px;font-weight:bold;color:black">
- <a href="{ReblogURL}" style="color:black;" title="reblogged: {timeago}">reblog</a> // <a href="{Permalink}" style="color:black">{notecountwithlabel}</a>
- </div>
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="outline">
- <center>
- <div class="first">
- <a href="{ReblogURL}" title="reblog"></a>
- </div>
- <div class="second">
- <a href="{Permalink}" title="permalink"></a>
- </div>
- <div class="third">
- <a href="{Permalink}" title="posted: {timeago}"></a>
- </div>
- </center>
- </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="outline">
- <center>
- <div class="first">
- <a href="{ReblogURL}" title="reblog"></a>
- </div>
- <div class="second">
- <a href="{Permalink}" title="permalink"></a>
- </div>
- <div class="third">
- <a href="{Permalink}" title="posted: {timeago}"></a>
- </div>
- </center>
- </div>
- {Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-400}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
- {block:IndexPage}
- </br><div style="text-align:right;width:250px;font-weight:bold;color:black">
- <a href="{ReblogURL}" style="color:black;" title="reblogged: {timeago}">reblog</a> // <a href="{Permalink}" style="color:black">{notecountwithlabel}</a>
- </div>
- {/block:IndexPage}
- {/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}
- {block:IndexPage}
- </br><div style="text-align:right;width:250px;font-weight:bold;color:black">
- <a href="{ReblogURL}" style="color:black;" title="reblogged: {timeago}">reblog</a> // <a href="{Permalink}" style="color:black">{notecountwithlabel}</a>
- </div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Answer}
- <div style="margin-top:5px;font-size:13px;font-weight:bold;color:black">{Asker}</div> a s k e d :</br>
- <div style="margin-top:10px;background:rgba( {RGBcolor:sidebar border}, 0.4);border-radius:5px;padding:10px;text-align:left">{Question}</div>
- <div style="margin-top:10px;font-size:13px;font-weight:bold;color:black">{text:name}</div> a n s w e r e d :</br>
- <div style="margin-top:10px;background:rgba( {RGBcolor:sidebar border}, 0.7);border-radius:5px;padding:10px;text-align:left">{Answer}</div>
- {block:IndexPage}
- </br><div style="text-align:right;width:250px;font-weight:bold;color:black">
- <a href="{ReblogURL}" style="color:black;" title="reblogged: {timeago}">reblog</a> // <a href="{Permalink}" style="color:black">{notecountwithlabel}</a>
- </div>
- {/block:IndexPage}
- {/block:Answer}
- {block:Audio}
- <div id="ap">{AudioPlayerWhite}</div>
- {block:AlbumArt}<img src="{AlbumArtURL}" style="border:3px solid {color:sidebar border};
- outline:4px solid {color:links};
- outline-offset:0px;width:60px;">{/block:AlbumArt}
- <div id="at">{block:TrackName}{TrackName}{/block:TrackName} -
- <font style="color:{color:blogtitle}">{block:Artist}{Artist}{/block:Artist}</font>
- </div>
- </br>
- <div style="text-align:right;font-size:9px;font-weight:bold"> ― <a href="{ReblogURL}" style="color:black;" title="reblogged: {timeago}">reblog</a> // {notecountwithlabel}</br>
- {block:HasTags}<b>Tags:</b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- <div style="padding:5px;border-top:1px solid {color:link}"></div>
- {caption}
- {/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}
- </br>
- <div style="border-top:1px solid {color:links}"></div>
- </br>
- <font style="line-height:12px;"><b><font style="color:{color:blogtitle}">posted on:</font></b> {Month} {MonthNumber} {Year}</br>
- <b><font style="color:{color:blogtitle}">this post has:</font></b> {notecountwithlabel}</br>
- {block:RebloggedFrom}<b><font style="color:{color:blogtitle}">reblogged from:</font> <a href={ReblogParentURL}>{ReblogParentName}</a></br>{/block:RebloggedFrom}
- <b><font style="color:{color:blogtitle}">source: </font>{block:ContentSource}<a href="{Sourceurl}">{sourcetitle}</a>{/block:ContentSource}</br>
- {block:HasTags}<b><font style="color:{color:blogtitle}">tags: </font>{block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </br>
- </font>
- <div id="postnotes"><div style="height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;border:1px solid {color:sidebar border};background:#f4f4f4">{PostNotes}</div></div><br>
- {/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>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment