Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 50 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 22 2015
- Theme Posted Publicly For Use: December 23 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 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:image" content="1"/>
- <meta name="if:image" content="1"/>
- <meta name="image:transparent image" content="1"/>
- <meta name="if:transparent image" content="1"/>
- <meta name="color:sidebar border" content="#fff"/>
- <meta name="color:post border" content="#000"/>
- <meta name="color:link1" content="#ddd"/>
- <meta name="color:link2" content="#000"/>
- <meta name="color:bar" content="#000"/>
- <meta name="color:blogtitle" content="#000"/>
- <meta name="text:blogtitle" content="blogtitle"/>
- <meta name="text:statistics" content="6 online | 240000 visited | 2405 followers"/>
- <meta name="text:name" content="Celina"/>
- <meta name="select:desc alignment" content="left" title="left"/>
- <meta name="select:desc alignment" content="right" title="right"/>
- <meta name="select:desc alignment" content="center" title="center"/>
- <meta name="select:desc alignment" content="justify" title="justified"/>
- <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};
- letter-spacing:0px; /* change the letter spacing */
- color:{color:text}; /* change the text color */
- font-size:10px;
- border-radius:5px;
- z-index:999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar {width: 10px; height: 5px; background: #FFFFFF;}
- ::-webkit-scrollbar-thumb {background-color:{color:link1};}
- .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:30px;
- overflow:hidden;
- width:250px;
- padding:20px;
- padding-bottom:35px;
- border:1px solid {color:post border};
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- }
- .entry .perma{
- position: absolute;
- width:auto;
- height:5px;
- margin-left:0px;
- bottom:11px;
- line-height:16px;
- overflow:hidden;
- text-align:center;
- background:white;
- border:1px solid {color:post border};
- padding:5px;
- font-style:italic;
- line-height:5px;
- opacity:1;
- }
- .perma a{
- color:{color:text};
- }
- .entry .perma2{
- position: absolute;
- width:auto;
- height:5px;
- margin-left:46px;
- bottom:11px;
- line-height:16px;
- overflow:hidden;
- text-align:center;
- background:white;
- border:1px solid {color:post border};
- padding:5px;
- font-style:italic;
- line-height:5px;
- opacity:1;
- }
- .perma2 a{
- color:{color:text};
- }
- #posts {
- width:800px;
- margin-top:30px;
- z-index:99;
- margin-left:450px;
- position:relative;
- overflow-y: hidden;
- }
- #sr{
- position:fixed !important;
- z-index:99999;
- width:200px;
- height:auto;
- margin-top:100px;
- margin-left:180px;
- padding:10px;
- background:white;
- border:1px solid {color:sidebar border};
- }
- #pc{
- width:160px;
- height:auto;
- opacity:0;
- padding-bottom:10px;
- margin-top:20px;
- margin-left:20px;
- {block:ifimage}
- opacity:1;
- {/block:ifimage}
- }
- #pc img{
- width:200px;
- height:auto;
- min-height:100px;
- }
- #be{
- margin-top:5px;
- font-weight:bold;
- color:{color:blogtitle};
- font-size:16px;
- margin-left:10px;
- }
- #dn{
- margin-top:10px;
- font-size:9.5px;
- text-align:{select:desc alignment};
- }
- #lkbr{
- margin-top:10px;
- width:170px;
- height:25px;
- margin-left:27px;
- {block:ifimage}
- margin-top:15px;
- {/block:ifimage}
- }
- #a1 a{
- position:fixed;
- margin-top:0px;
- margin-left:0px;
- width:20px;
- height:20px;
- background:{color:link1};
- -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:0px;
- }
- #a1 a:hover{
- background:{color:link};
- outline:1px solid white;
- outline-offset:-5px;
- }
- #b2 a{
- position:fixed;
- margin-top:0px;
- margin-left:25px;
- width:20px;
- height:20px;
- background:{color:link2};
- -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:0px;
- }
- #b2 a:hover{
- background:{color:link};
- outline:1px solid white;
- outline-offset:-5px;
- }
- #c3 a{
- position:fixed;
- margin-top:0px;
- margin-left:50px;
- width:20px;
- height:20px;
- background:{color:link1};
- -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:0px;
- }
- #c3 a:hover{
- background:{color:link};
- outline:1px solid white;
- outline-offset:-5px;
- }
- #d4 a{
- position:fixed;
- margin-top:0px;
- margin-left:75px;
- width:20px;
- height:20px;
- background:{color:link2};
- -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:0px;
- }
- #d4 a:hover{
- background:{color:link};
- outline:1px solid white;
- outline-offset:-5px;
- }
- #e5 a{
- position:fixed;
- margin-top:0px;
- margin-left:100px;
- width:20px;
- height:20px;
- background:{color:link1};
- -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:0px;
- }
- #e5 a:hover{
- background:{color:link};
- outline:1px solid white;
- outline-offset:-5px;
- }
- #f6 a{
- position:fixed;
- margin-top:0px;
- margin-left:125px;
- width:20px;
- height:20px;
- background:{color:link2};
- -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:0px;
- }
- #f6 a:hover{
- background:{color:link};
- outline:1px solid white;
- outline-offset:-5px;
- }
- #bottom{
- position:fixed !important;
- z-index:9999;
- width:100%;
- height:20px;
- bottom:0px;
- left:0px;
- background:{color:bar};
- }
- #stats{
- position:fixed;
- text-align:right;
- width:100%;
- right:50px;
- line-height:20px;
- font-size:9.5px;
- }
- #stats a{
- color:{color:text};
- }
- .title{
- line-height: 20px;
- font-size:13px;
- color:{color:Title};
- font-weight:bold;
- }
- #trans{
- position:fixed;
- bottom:0px;
- left:0px;
- opacity:0;
- {block:iftransparentimage}
- opacity:1;
- {/block:iftransparentimage}
- }
- #trans img{
- height:200px;
- }
- .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;
- }
- #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" 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">
- {block:ifimage}<div id="pc"><img src="{image:image}"></div>{/block:ifimage}
- <div id="be">{text:blogtitle}</div>
- <div id="dn">{description}</div>
- <div id="lkbr">
- <div id="a1"><a href="{text:link 1}" title="{text:link 1 msg}"></a></div>
- <div id="b2"><a href="{text:link 2}" title="{text:link 2 msg}"></a></div>
- <div id="c3"><a href="{text:link 3}" title="{text:link 3 msg}"></a></div>
- <div id="d4"><a href="{text:link 4}" title="{text:link 4 msg}"></a></div>
- <div id="e5"><a href="{text:link 5}" title="{text:link 5 msg}"></a></div>
- <div id="f6"><a href="http://mkbye.tumblr.com" title="theme"></a></div>
- </div>
- </div>
- <div id="trans"><img src="{image:transparent image}"></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="bottom">
- <div id="stats">{text:statistics}</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>
- {block:IndexPage}
- <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>
- {/block:IndexPage}
- {/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">reblog</a></div>
- <div class="perma2"><a href="{permalink}" title="permalink // {timeago}">{block:NoteCount}{notecount}{/block:NoteCount}N.</a></div>
- {/block:IndexPage}
- {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>
- <div style="font-size:9.5px;text-align:center;">{caption}</div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {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>
- {Photoset}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset}</center>
- </br>
- <div style="font-size:9.5px;text-align:center;">{caption}</div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Answer}
- <font style="color:{color:blogtitle};left-align:left;"><b>{Asker} </font>asked:</b></br>
- <div style="background:#f4f4f4;padding:10px;border:1px solid {color:link1}">{question}</div>
- </br>
- <font style="color:{color:title};left-align:left;"><b>{text:name} </font>answered:</b></br>
- <div style="background:#f4f4f4;padding:10px;border:1px solid {color:link2}">{answer}</div>
- {block:IndexPage}
- <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>
- {/block:IndexPage}
- {/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">reblog</a></div>
- <div class="perma2"><a href="{permalink}" title="permalink // {timeago}">{block:NoteCount}{notecount}{/block:NoteCount}N.</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" style="font-weight:bold;color:{color:blogtitle}">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- {block:IndexPage}
- <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>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- <div style="width:200px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}
- <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>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {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>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- </br>
- <div style="font-size:9.5px;text-align:center;">{caption}</div>
- {/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}
- </br>
- <div style="border-top:1px solid {color:link1}"></div>
- </br>
- <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></br>
- <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