Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 55 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: February 12 2016
- Theme Posted Publicly For Use: July 14 2016
- 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.5.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', 'Open+Sans::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, .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="#fff"/>
- <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="color:main colour" content="#ddd"/>
- <meta name="text:quote" content="quote"/>
- <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">
- .tmblr-iframe{ z-index:999999999;margin-top:50px! 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}
- .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%);
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:4px;
- margin:20px 0px 0px 20px;
- background:{color:title};
- letter-spacing:1px; /* change the letter spacing */
- color:white; /* change the text color */
- font-size:9px;
- text-transform:uppercase;
- border-radius:3px;
- z-index:999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar {width: 15px; height: 5px; background: #FFFFFF;}
- ::-webkit-scrollbar-thumb {background-color:{color:title};}
- #tumblr_controls, .tmblr-iframe{ z-index:999999999! important;margin-top:50px! important;margin-right:0px! 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:open sans;
- line-height:15px;
- font-size:10px;
- background-color: {color:Background};
- }
- 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:40px;
- overflow:hidden;
- width:250px;
- border-radius:2px;
- padding-bottom:20px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- margin-left:100px;
- {/block:PermalinkPage}
- background:{color:background};
- }
- .entry img{
- border-radius:2px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry .perma{
- position: absolute;
- width:230px;
- height:16px;
- margin-left:10px;
- bottom:0px;
- line-height:16px;
- text-align:center;
- background:{color:background};
- font-size:8px;
- border-top:1px solid {color:main colour};
- opacity:1;
- text-shadow:-1px 0 {color:background}, 0 1px {color:background}, 1px 0 {color:background}, 0 -1px {color:background};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:1;
- }
- .entry .permapg{
- position: absolute;
- width:450px;
- height:16px;
- margin-left:0px;
- margin-top:0px;
- line-height:20px;
- text-align:center;
- background:{color:background};
- font-size:8px;
- border-top:1px solid {color:main colour};
- opacity:1;
- text-shadow:-1px 0 {color:background}, 0 1px {color:background}, 1px 0 {color:background}, 0 -1px {color:background};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .permapg{
- overflow:visible;
- opacity:1;
- }
- #posts {
- width:800px;
- margin-top:80px;
- z-index:99;
- margin-left:430px;
- position:relative;
- overflow-y: hidden;
- }
- #sr{
- position:fixed !important;
- width:210px;
- height:auto;
- margin-top:0px;
- margin-left:150px;
- background:{color:main colour};
- padding:20px;
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- }
- #header{
- width:200px;
- height:15px;
- margin-top:70px;
- margin-left:-10px;
- background:{color:main colour};
- border:15px solid white;
- }
- #quote{
- width:210px;
- height:auto;
- margin-top:20px;
- letter-spacing:2px;
- text-align:center;
- font-size:9px;
- text-transform:uppercase;
- padding-bottom:15px;
- border-bottom:1px solid white;
- }
- #pic{
- position:fixed;
- margin-left:20px;
- margin-top:-19px;
- width:50px;
- height:50px;
- background:white;
- border-radius:2px;
- border:1px solid {color:main colour};
- }
- #pic img{
- padding:2px;
- width:46px;
- height:46px;
- border-radius:2px;
- }
- #desc{
- text-align:center;
- width:210px;
- margin-top:20px;
- font-size:9px;
- }
- #linkbar{
- position:fixed;
- z-index:9999;
- margin-top:0px;
- margin-left:410px;
- width:700px;
- height:40px;
- background:{color:main colour};
- line-height:40px;
- text-align:center;
- border-top:10px solid {color:background};
- }
- #linkbar a{
- color:{color:text};
- margin:5px;
- padding:5px;
- font-style:italic;
- }
- #bottombar{
- position:fixed;
- z-index:99999;
- width:100%;
- height:20px;
- background:{color:main colour};
- bottom:0px;
- left:0px;
- }
- #question{
- width:230px;
- height:auto;
- padding:10px;
- background:rgba( {RGBcolor:main colour}, 0.6);
- text-align:left;
- {block:PermalinkPage}
- width:430px;
- line-height:12px;
- {/block:PermalinkPage}
- }
- #answer{
- width:230px;
- height:auto;
- padding:10px;
- background:rgba( {RGBcolor:main colour}, 0.8);
- text-align:left;
- {block:PermalinkPage}
- width:430px;
- line-height:12px;
- {/block:PermalinkPage}
- }
- #namez{
- text-transform:uppercase;
- font-weight:bold;
- color:{color:blogtitle};
- }
- #namez a{
- color:{color:blogtitle};
- }
- .title{
- line-height: 20px;
- font-size:15px;
- color:{color:Title};
- font-weight:bold;
- text-transform:uppercase;
- }
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- #tdcd{
- position:fixed;
- bottom:5px;
- z-index:99999;
- right:5px;
- background:{color:title};
- border:1px solid {color:title};
- width:25px;
- height:25px;
- border-radius:100px;
- -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:title};
- }
- #ap{
- width:30px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:15px;
- margin-left:15px;
- background:white;
- opacity:0.8;
- border-radius:100px;
- }
- #at{
- width:170px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:-50px;
- margin-left:80px;
- font-size:13px;
- font-weight:bold;
- }
- #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;margin:5px;}
- <--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="sr">
- <div id="header">
- <div id="pic"><img src="{image:icon}"></div>
- </div>
- <div id="quote">"{text:quote}"</div>
- <div id="desc">{description}</div>
- </div>
- <div id="linkbar">
- <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 id="bottombar"></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>
- {block:IndexPage}<div class="perma">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}</br>
- <div class="permapg">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a> -
- {block:contentSource}<font style="color:{color:link}">SOURCE:</font> <a href="{Sourceurl}" title="source" style="color:{color:text}">{sourcetitle}</a>{/block:contentSource}</br>
- {block:HasTags}<font style="color:{color:link}">TAGS:</font> {block:Tags}
- <a href="{TagURL}"style="color:{color:text}">{Tag},</a>
- {/block:Tags}</br>{/block:HasTags}</br>
- </div>
- {/block:PermalinkPage}
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
- {block:IndexPage}<div class="perma">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}</br>
- <div class="permapg">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a> -
- {block:contentSource}<font style="color:{color:link}">SOURCE:</font> <a href="{Sourceurl}" title="source" style="color:{color:text}">{sourcetitle}</a>{/block:contentSource}</br>
- {block:HasTags}<font style="color:{color:link}">TAGS:</font> {block:Tags}
- <a href="{TagURL}"style="color:{color:text}">{Tag},</a>
- {/block:Tags}</br>{/block:HasTags}</br>
- </div>
- {/block:PermalinkPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- {block:NoteCount}<div class="perma">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a>
- </div>{/block:NoteCount}
- <center>
- <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 class="permapg">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a> -
- {block:contentSource}<font style="color:{color:link}">SOURCE:</font> <a href="{Sourceurl}" title="source" style="color:{color:text}">{sourcetitle}</a>{/block:contentSource}</br>
- {block:HasTags}<font style="color:{color:link}">TAGS:</font> {block:Tags}
- <a href="{TagURL}"style="color:{color:text}">{Tag},</a>
- {/block:Tags}</br>{/block:HasTags}</br>
- </div></br></br></br>
- </br>{caption}</br>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a>
- </div>
- {Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-400}</center>
- </br>
- <div class="permapg">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a> -
- {block:contentSource}<font style="color:{color:link}">SOURCE:</font> <a href="{Sourceurl}" title="source" style="color:{color:text}">{sourcetitle}</a>{/block:contentSource}</br>
- {block:HasTags}<font style="color:{color:link}">TAGS:</font> {block:Tags}
- <a href="{TagURL}"style="color:{color:text}">{Tag},</a>
- {/block:Tags}</br>{/block:HasTags}</br>
- </div></br></br></br>
- </br>{caption}</br>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Answer}
- <div id="question"><div id="namez">{Asker}:</div> {question}</div>
- <div id="answer"><div id="namez">{text:name}:</div> {answer}</div>
- {block:IndexPage}<div class="perma">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}</br>
- <div class="permapg">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a> -
- {block:contentSource}<font style="color:{color:link}">SOURCE:</font> <a href="{Sourceurl}" title="source" style="color:{color:text}">{sourcetitle}</a>{/block:contentSource}</br>
- {block:HasTags}<font style="color:{color:link}">TAGS:</font> {block:Tags}
- <a href="{TagURL}"style="color:{color:text}">{Tag},</a>
- {/block:Tags}</br>{/block:HasTags}</br>
- </div>
- {/block:PermalinkPage}
- {/block:Answer}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
- {block:IndexPage}<div class="perma">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}</br>
- <div class="permapg">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a> -
- {block:contentSource}<font style="color:{color:link}">SOURCE:</font> <a href="{Sourceurl}" title="source" style="color:{color:text}">{sourcetitle}</a>{/block:contentSource}</br>
- {block:HasTags}<font style="color:{color:link}">TAGS:</font> {block:Tags}
- <a href="{TagURL}"style="color:{color:text}">{Tag},</a>
- {/block:Tags}</br>{/block:HasTags}</br>
- </div>
- {/block:PermalinkPage}
- {/block:Quote}
- {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat" style="list-style:none;">
- {block:Lines}
- <li class="user_{UserNumber}"style="padding:5px;border:5px solid {color:main colour};margin:10px;">
- {block:Label}
- <span class="label" style="color:{color:title};font-weight:bold;">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- {block:IndexPage}<div class="perma">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}</br>
- <div class="permapg">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a> -
- {block:contentSource}<font style="color:{color:link}">SOURCE:</font> <a href="{Sourceurl}" title="source" style="color:{color:text}">{sourcetitle}</a>{/block:contentSource}</br>
- {block:HasTags}<font style="color:{color:link}">TAGS:</font> {block:Tags}
- <a href="{TagURL}"style="color:{color:text}">{Tag},</a>
- {/block:Tags}</br>{/block:HasTags}</br>
- </div>
- {/block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- <div id="ap">{AudioPlayerWhite}</div>
- {block:AlbumArt}<img src="{AlbumArtURL}" style="width:60px;border-radius:100px;border:1px solid {color:link};outline:0px;">{/block:AlbumArt}
- <div id="at">{block:TrackName}{TrackName}{/block:TrackName} -
- <font style="color:{color:title}">{block:Artist}{Artist}{/block:Artist}</font>
- </div>
- </br>
- {caption}</br>
- {block:IndexPage}<div class="perma">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount}
- </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a>
- </div>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- </br>
- <div class="permapg">
- <a href="{ReblogURL}" target="_blank" style="color:{color:text}"> <b>REBLOG</b> </a> - {notecount} -
- <a href="{permalink}" style="color:{color:text};text-transform:uppercase">{timeago}</a> -
- {block:contentSource}<font style="color:{color:link}">SOURCE:</font> <a href="{Sourceurl}" title="source" style="color:{color:text}">{sourcetitle}</a>{/block:contentSource}</br>
- {block:HasTags}<font style="color:{color:link}">TAGS:</font> {block:Tags}
- <a href="{TagURL}"style="color:{color:text}">{Tag},</a>
- {/block:Tags}</br>{/block:HasTags}</br>
- </div></br></br></br>
- </br>{caption}</br>
- {/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}
- <div style="padding:10px"></div>
- <div id="postnotes"><div style="background:white; height:auto; max-height:300px;overflow:auto; padding:10px;font-size:9px;border:1px solid {color:main colour};border-radius:5px;">{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>
Add Comment
Please, Sign In to add comment