Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 49 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 13 2015
- Theme Posted Publicly For Use: December 13 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>
- <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:link" content="#777"/>
- <meta name="color:text" content="#414141"/>
- <meta name="color:title" content="#333"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:icon" content="1"/>
- <meta name="if:icon" content="1"/>
- <meta name="if:stats" content="1"/>
- <meta name="color:scrollbar" content="#474747"/>
- <meta name="color:blogtitle" content="#000"/>
- <meta name="text:blogtitle" content="blogtitle"/>
- <meta name="text:stats" content="6/20000"/>
- <meta name="text:name" content="Celina"/>
- <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:6px 6px 6px 6px;
- margin:20px 0px 0px 20px;
- background:{color:title};
- color:white; /* change the text color */
- font-size:10px;
- text-transform:lowercase;
- z-index:999999999999999999999999999999999999;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- position: fixed; left: 0; top: 0;
- background:white;
- width: 100%; height: 100%;
- opacity:1;
- z-index: 99999999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- padding: 20px;
- border:15px solid {color:blogtitle};
- float: left;
- font-size:10px;
- position: fixed;
- color:{color:text};
- top: 50%; left: 50%;
- z-index: 9999999999999;
- background:white;
- }
- #bar{
- position:fixed;
- z-index:9999999999;
- background:{color:blogtitle};
- left:0px;
- margin-top:0px;
- width:20px;
- height:100%;
- }
- ::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
- .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:white;
- }
- 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:250px;
- padding:20px;
- padding-bottom:18px;
- {block:PermalinkPage}
- width:400px;
- text-align:left;
- line-height:10px;
- border:20px solid {color:blogtitle};
- padding:5px;
- margin-left:280px;
- {/block:PermalinkPage}
- background:white;
- }
- .entry .b3{
- position: absolute;
- width:250px;
- height:100%;
- margin-left:250px;
- top:0px;
- overflow:hidden;
- text-align:center;
- background:white;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .b3{
- overflow:visible;
- opacity:0.2;
- margin-left:0px;
- }
- .entry .r{
- position: absolute;
- width:auto;
- height:10px;
- padding:5px;
- margin-left:-110px;
- margin-top:10px;
- overflow:hidden;
- text-align:center;
- line-height:10px;
- background:{color:blogtitle};
- color:{color:hover};
- opacity:0;
- font-family:arial;
- font-size:9px;
- transition: all .5s ease-out;
- -o-transition-transition: all .5s ease-out;
- -webkit-transition: all .5s ease-out;
- }
- .r a{
- color:{color:hover};
- }
- .entry:hover .r{
- overflow:visible;
- opacity:1;
- margin-left:10px;
- }
- .entry .d{
- position: absolute;
- width:auto;
- height:10px;
- padding:5px;
- margin-left:-110px;
- margin-top:35px;
- overflow:hidden;
- text-align:center;
- line-height:10px;
- background:{color:blogtitle};
- color:{color:hover};
- opacity:0;
- font-family:arial;
- text-transform:lowercase;
- font-size:9px;
- transition: all 1s ease-out;
- -o-transition-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- }
- .d a{
- color:{color:hover};
- }
- .entry:hover .d{
- overflow:visible;
- opacity:1;
- margin-left:10px;
- }
- .entry .n{
- position: absolute;
- width:auto;
- height:10px;
- padding:5px;
- margin-left:-110px;
- margin-top:60px;
- overflow:hidden;
- text-align:center;
- line-height:10px;
- background:{color:blogtitle};
- color:{color:hover};
- opacity:0;
- font-family:arial;
- text-transform:lowercase;
- font-size:9px;
- transition: all 1.5s ease-out;
- -o-transition-transition: all 1.5s ease-out;
- -webkit-transition: all 1.5s ease-out;
- }
- .n a{
- color:{color:hover};
- }
- #posts {
- width:1200px;
- margin-top:160px;
- z-index:99;
- margin-left:135px;
- position:relative;
- overflow-y: hidden;
- }
- #top{
- position:absolute;
- margin-top:50px;
- margin-left:155px;
- width:500px;
- height:100px;
- background:white;
- }
- #icon{
- position:absolute;
- width:45px;
- height:45px;
- border:1px solid {color:blogtitle};
- opacity:0;
- {block:ificon}
- opacity:1;
- {/block:ificon}
- }
- #icon img{
- width:41px;
- padding:2px;
- height:41px;
- }
- #blogtitle{
- position:absolute;
- width:auto;
- height:auto;
- padding:15px;
- font-weight:bold;
- font-style:italic;
- font-size:20px;
- margin-left:0px;
- color:{color:blogtitle};
- letter-spacing:2px;
- border:1px solid {color:blogtitle};
- background:white;
- {block:ificon}
- margin-left:50px;
- {/block:ificon}
- }
- #links{
- position:absolute;
- width:auto;
- height:auto;
- margin-top:60px;
- margin-left:0px;
- background:white;
- }
- #links a{
- color:{color:text};
- padding:5px;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- transition: all .3s ease;
- }
- #links a:hover{
- color:{color:hover};
- background:{color:blogtitle};
- }
- #albumart img{
- width:50px;
- height:50px;
- border:1px solid {color:blogtitle};
- padding:2px;
- }
- .title2{
- line-height:30px;
- font-size:13px;
- color:{color:Title};
- font-weight:bold;
- margin-top:-50px;
- margin-left:60px;
- text-align:center;
- }
- .title3{
- font-weight: normal;
- margin-top:-10px;
- margin-left:60px;
- text-align:center;
- font-size:12px;
- letter-spacing:1px;
- text-transform:uppercase;
- width:190px;
- font-family:raleway;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- .title{
- line-height: 20px;
- font-size:13px;
- color:{color:Title};
- font-weight:bold;
- font-style:italic;
- }
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- #tdcd{
- position:fixed;
- bottom:5px;
- z-index:99999;
- right:5px;
- 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;
- font-style:italic;
- }
- #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:1px solid {color:blogtitle};padding:1px;}
- <--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" 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="top">
- <div id="icon"><img src="{image:icon}"></div>
- <div id="blogtitle">{text:blogtitle}</div>
- <div id="links">
- <a href="#?w=300" rel="02" class="poplight">about the blogger</a>
- <a href="{text:link 1}">{text:link 1 msg}</a>
- <a href="{text:link 2}">{text:link 2 msg}</a>
- <a href="{text:link 3}">{text:link 3 msg}</a>
- <a href="{text:link 4}">{text:link 4 msg}</a>
- <a href="{text:link 5}">{text:link 5 msg}</a>
- <a href="http://mkbye.tumblr.com">theme</a>
- </div>
- </div>
- <div id="bar"></div>
- <!--do not delete--->
- <div id="tdcd">
- <div id="cd"><a href="http://mkbye.tumblr.com">CEL.</a></div>
- </div>
- <!--do not delete--->
- <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><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a>
- </div>
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
- </br><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a>
- </div>
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="b3"></div>
- <div class="r"><a href="{ReblogURL}" target="_blank">reblog</a></div>
- <div class="d"><a href="{Permalink}" title="{timeago} / {month}">{ShortDayOfWeek} {DayOfMonth} / {block:NoteCount}{notecount}N.{/block:NoteCount}</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><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a> | {block:RebloggedFrom}<b><i><font style="color:{color:blogtitle}">via: </font></i></b><a style="color:{color:text}" href={ReblogParentURL}>{ReblogParentName}</a>{/block:RebloggedFrom} | <b><i><font style="color:{color:blogtitle}">source: </font></i></b> {block:ContentSource}<a style="color:{color:text}" href="{Sourceurl}">{sourcetitle}</a>{/block:ContentSource}
- </br>
- {block:HasTags}<b><font style="color:{color:blogtitle};font-style:italic">Tags:</font></b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br>
- {caption}
- </br>
- <div style="border-top:1px solid {color:title}"></div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- <div class="b3"></div>
- <div class="r"><a href="{ReblogURL}" target="_blank">reblog</a></div>
- <div class="d"><a href="{Permalink}" title="{timeago} / {month}">{ShortDayOfWeek} {DayOfMonth} / {block:NoteCount}{notecount}N.{/block:NoteCount}</a></div>
- {Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-400}</center>
- </br><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a> | {block:RebloggedFrom}<b><i><font style="color:{color:blogtitle}">via: </font></i></b><a style="color:{color:text}" href={ReblogParentURL}>{ReblogParentName}</a>{/block:RebloggedFrom} | <b><i><font style="color:{color:blogtitle}">source: </font></i></b> {block:ContentSource}<a style="color:{color:text}" href="{Sourceurl}">{sourcetitle}</a>{/block:ContentSource}
- </br>
- {block:HasTags}<b><font style="color:{color:blogtitle};font-style:italic">Tags:</font></b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br>
- {caption}
- </br>
- <div style="border-top:1px solid {color:title}"></div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b><font style="color:{color:blogtitle}"><i>{Source}</i></font></b>{/block:Source}<br>
- {block:IndexPage}</br><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- </br><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a> | {block:RebloggedFrom}<b><i><font style="color:{color:blogtitle}">via: </font></i></b><a style="color:{color:text}" href={ReblogParentURL}>{ReblogParentName}</a>{/block:RebloggedFrom} | <b><i><font style="color:{color:blogtitle}">source: </font></i></b> {block:ContentSource}<a style="color:{color:text}" href="{Sourceurl}">{sourcetitle}</a>{/block:ContentSource}
- </br>
- {block:HasTags}<b><font style="color:{color:blogtitle};font-style:italic">Tags:</font></b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {/block:Quote}
- {block:Answer}
- <div style="border:1px solid {color:blogtitle};padding:2px;width:40px;height:40px;"><img src="{AskerPortraitURL-40}"></div>
- <div style="border:1px solid {color:blogtitle};padding:10px;text-align:justify;margin-left:50px;font-size:9px;margin-top:-46px;">
- <font style="color:{color:link}"><b><i>{Asker}: </i></b></font>{question}</div>
- </br>
- <div style="border:1px solid {color:blogtitle};padding:10px;text-align:justify;margin-left:00px;font-size:9px;">
- <font style="color:{color:link}"><b><i>{text:name}: </i></b></font>{answer}</div>
- {block:IndexPage}</br><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- </br><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a> | {block:RebloggedFrom}<b><i><font style="color:{color:blogtitle}">via: </font></i></b><a style="color:{color:text}" href={ReblogParentURL}>{ReblogParentName}</a>{/block:RebloggedFrom} | <b><i><font style="color:{color:blogtitle}">source: </font></i></b> {block:ContentSource}<a style="color:{color:text}" href="{Sourceurl}">{sourcetitle}</a>{/block:ContentSource}
- </br>
- {block:HasTags}<b><font style="color:{color:blogtitle};font-style:italic">Tags:</font></b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {/block:Answer}
- {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="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- </br><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a> | {block:RebloggedFrom}<b><i><font style="color:{color:blogtitle}">via: </font></i></b><a style="color:{color:text}" href={ReblogParentURL}>{ReblogParentName}</a>{/block:RebloggedFrom} | <b><i><font style="color:{color:blogtitle}">source: </font></i></b> {block:ContentSource}<a style="color:{color:text}" href="{Sourceurl}">{sourcetitle}</a>{/block:ContentSource}
- </br>
- {block:HasTags}<b><font style="color:{color:blogtitle};font-style:italic">Tags:</font></b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <div id="albumart"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- {block:TrackName}
- <div class="title2">{TrackName}</div>
- {/block:TrackName}
- {block:Artist}
- <div class="title3">{Artist}</div>
- {/block:Artist}
- <div style="border:1px solid #ddd; height:30px; margin-top:20px; margin-left:0px;">
- {AudioPlayerWhite}
- </div>
- </br><font style="font-size:9px">{caption}</font>
- {block:IndexPage}</br><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a>
- </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- <div class="b3"></div>
- <div class="r"><a href="{ReblogURL}" target="_blank">reblog</a></div>
- <div class="d"><a href="{Permalink}" title="{timeago} / {month}">{ShortDayOfWeek} {DayOfMonth} / {block:NoteCount}{notecount}N.{/block:NoteCount}</a></div>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- </br><div style="padding:3px;background:white;border:1px solid {color:blogtitle};width:auto;right:0px;text-align:right;font-size:9px;font-style:italic">
- <a href="{reblogurl}" style="color:{color:text}">reblog</a> | <a href="{permalink}" title="{timeago}" style="color:{color:text}">{block:NoteCount}{notecount}N.{/block:NoteCount}</a> | {block:RebloggedFrom}<b><i><font style="color:{color:blogtitle}">via: </font></i></b><a style="color:{color:text}" href={ReblogParentURL}>{ReblogParentName}</a>{/block:RebloggedFrom} | <b><i><font style="color:{color:blogtitle}">source: </font></i></b> {block:ContentSource}<a style="color:{color:text}" href="{Sourceurl}">{sourcetitle}</a>{/block:ContentSource}
- </br>
- {block:HasTags}<b><font style="color:{color:blogtitle};font-style:italic">Tags:</font></b> {block:Tags}
- <a href="{TagURL}">{Tag},</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </br>
- {caption}
- </br>
- <div style="border-top:1px solid {color:title}"></div>
- {/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}
- <div style="padding:5px"></div>
- <div id="postnotes"><div style="height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;">{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>
- {block:ifstats}<div style="position:fixed;top:50px;right:5px;width:auto;background:white;border:1px solid {color:blogtitle};padding:3px;font-size:9px;">{text:stats}</div>{/block:ifstats}
- <div id="02" class="popup_block">
- <div style="font-size:20px;text-align:center;color:{color:blogtitle};padding:10px;border:1px solid {color:blogtitle};width:200px;font-weight:bold;font-style:italic;margin-left:40px;">about the blogger</div>
- <div style="padding:5px;font-size:9px;color:{color:text};text-align:justify;margin-top:-10px;text-align:center"></br>
- {description}
- </div>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment