Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme 45 made by celina aka mkbye :-)
- please don't remove credit, or at least put it somewhere else on your blog!
- if you're stealing codes, bitch I will find you :))
- theme created: 09.12.15
- theme posted publicly: 09.29.15
- 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: [ 'Allura::latin', 'Roboto:100:latin', 'Dancing+Script::latin', 'Pinyon+Script::latin', 'Allura::latin', 'Ruthie::latin', 'Noto+Sans:400,400italic:latin', 'Libre+Baskerville:400,400italic:latin', 'Satisfy::latin', 'Dawning+of+a+New+Day::latin','Dosis::latin', 'Raleway:200:latin', 'Parisienne::latin', 'Great+Vibes::latin', 'Clicker+Script::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"
- 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="image:icon" content="1"/>
- <meta name="color:link" content="#809ed1"/>
- <meta name="color:text" content="#414141"/>
- <meta name="color:title" content="#586e94"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="color:title box" content="#ddd"/>
- <meta name="color:second rectangle" content="#809ed1"/>
- <meta name="color:outlines" content="#6c89b8"/>
- <meta name="color:blogtitle" content="#718ebe"/>
- <meta name="text:quote" content="talk is cheap, show me the code."/>
- <meta name="text:stats" content="6/20000"/>
- <meta name="text:tumblr username" content="mkbye"/>
- <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="resources"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 4 msg" content="themes"/>
- <meta name="text:link 5" content="/"/>
- <meta name="text:link 5 msg" content="network"/>
- <meta name="text:link 6" content="http://mkbye.tumblr.com"/>
- <meta name="text:link 6 msg" content="credit"/>
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px;
- margin:20px 0px 0px 20px;
- background:#414141;
- letter-spacing:0px; /* change the letter spacing */
- color:white; /* change the text color */
- font-size:8px;
- font-weight:italic;
- z-index:99999999999999999;
- }
- ::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}
- ::-webkit-scrollbar-thumb {background-color:{color:text};border:2px solid white;}
- #tumblr_controls, .tmblr-iframe{ z-index:999999999999999999!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:white;
- 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;
- overflow:auto;
- overflow-y:hidden;
- }
- .entry {
- float:left;
- margin:30px;
- width:400px;
- padding:20px;
- padding-bottom:18px;
- border:1px solid #ddd;
- {block:PermalinkPage}
- width:400px;
- text-align:left;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- }
- #posts {
- width:800px;
- margin-top:270px;
- margin-left:465px;
- z-index:9;
- position:relative;
- }
- #top{
- position:fixed !important;
- width:100%;
- height:40px;
- top:0px;
- left:0px;
- background:white;
- border-bottom:1px solid {color:second rectangle};
- border-right:1px solid {color:second rectangle};
- line-height:40px;
- color:#000;
- font-weight:bold;
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:1px;
- z-index:999999;
- }
- .sticky {
- position: fixed;
- top:41px;
- }
- #mnbx{
- position:absolute;
- width:100%;
- height:225px;
- top:41px;
- left:0px;
- background:transparent;
- z-index:9999;
- }
- #headerbx{
- width:500px;
- height:220px;
- margin-top:30px;
- }
- #about{
- width:410px;
- height:130px;
- background:white;
- border:1px solid {color:outlines};
- margin-left:150px;
- }
- #box1{
- width:200px;
- height:130px;
- margin-top:-132px;
- margin-left:-420px;
- background:{color:title box};
- border:1px solid {color:title box};
- }
- #pic2{
- position:absolute;
- margin-top:20px;
- margin-left:20px;
- }
- #pic2 img{
- width:90px;
- height:90px;
- }
- #themer{
- position:absolute;
- margin-top:30px;
- margin-left:125px;
- }
- #desc{
- position:absolute;
- margin-top:50px;
- margin-left:125px;
- text-align:justify;
- width:270px;
- height:60px;
- font-size:9.5px;
- overflow:auto;
- padding-right:5px;
- }
- #title1{
- position:absolute;
- margin-top:60px;
- margin-left:10px;
- color:#000;
- text-align:left;
- font-size:30px;
- width:200px;
- line-height:25px;
- color:white;
- }
- #boxin{
- margin-top:10px;
- width:180px;
- height:20px;
- background:white;
- line-height:20px;
- color:#000;
- font-size:10px;
- text-align:right;
- border-bottom:1px solid {color:second rectangle};
- }
- #boxin2{
- margin-top:10px;
- margin-left:10px;
- width:180px;
- height:190px;
- padding-right:23px;
- overflow:auto;
- font-size:9.5px;
- }
- #links{
- margin-top:10px;
- margin-left:-61px;
- width:622px;
- height:40px;
- background:white;
- border:1px solid {color:outlines};
- line-height:40px;
- outline:10px solid white;
- outline-offset:0px;
- }
- #links a{
- padding:10px;
- font-weight:bold;
- color:#000;
- text-transform:uppercase;
- font-size:9px;
- }
- #links a:hover{
- background:{color:link};
- color:white;
- }
- #pic{
- position:absolute;
- margin-left:5px;
- margin-top:0px;
- }
- #pic img{
- width:30px;
- height:30px;
- margin-top:5px;
- margin-left:5px;
- }
- #name{
- position:absolute;
- width:auto;
- margin-left:50px;
- line-height:40px;
- font-size:15px;
- color:black;
- text-transform:lowercase;
- font-weight:bold;
- }
- #name a{
- color:#000;
- }
- #caption{
- position:fixed !important;
- width:300px;
- height:500px;
- margin-top:-20px;
- margin-left:460px;
- padding:10px;
- text-align:left;
- font-size:9px;
- overflow:auto;
- line-height:11px;
- padding-bottom:50px;
- }
- .entry .perma{
- width:440px;
- height:40px;
- margin-top:-70px;
- margin-left:-21px;
- position: absolute;
- text-align:center;
- background:white;
- border:1px solid #ddd;
- {block:PermalinkPage}
- width:440px;
- {block:PermalinkPage}
- }
- .entry .perma2{
- width:440px;
- height:40px;
- margin-top:25px;
- margin-left:-21px;
- position: absolute;
- text-align:center;
- background:white;
- border:1px solid #ddd;
- {block:PermalinkPage}
- width:440px;
- {block:PermalinkPage}
- }
- #buttons{
- position:absolute;
- margin-top:10px;
- margin-left:10px;
- }
- #buttons2{
- position:absolute;
- margin-top:10px;
- margin-left:40px;
- }
- #bar{
- position:absolute;
- margin-top:265px;
- margin-left:315px;
- width:140px;
- height:100%;
- background:{color:second rectangle};
- }
- #bartxt{
- height:100%;
- margin-top:10px;
- margin-left:10px;
- color:white;
- font-style:italic;
- }
- #bartxt a{
- color:white;
- }
- #question{
- width:380px;
- height:auto;
- padding:10px;
- font-size:9px;
- {block:permalinkpage}
- width:430px;
- {/block:permalinkpage}
- }
- #answer{
- width:380px;
- height:auto;
- padding:10px;
- font-size:9px;
- text-align:right;
- {block:permalinkpage}
- width:430px;
- {/block:permalinkpage}
- }
- .title{
- line-height: 20px;
- font-size:15px;
- color:{color:Title};
- font-weight: normal;
- }
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- #tdcd{
- position:fixed;
- bottom:5px;
- z-index:99999;
- right:5px;
- background:white;
- border:1px solid #eee;
- width:30px;
- height:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #tdcd:hover{
- right:75px;
- }
- #cr{
- position:fixed;
- bottom:5px;
- z-index:99999;
- background:white;
- border:1px solid #eee;
- width:70px;
- height:30px;
- right:-70px;
- font-size:8px;
- text-align:center;
- line-height:30px;
- font-weight:bold;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #tdcd:hover #cr{
- right:0px;
- }
- #cr a{
- color:{color: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 blockquote{
- border: 0px;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
- .notes img{width:10px; position:relative; top:3px;margin:5px;}
- <--ses-->
- small{font-size: 90%;}
- {CustomCSS}
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/vGfn06hpd/document.txt"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="cage">
- <div id="center">
- <center>
- <div id="top">
- <font style="font-size:15px;color:{color:title}">❝</font>
- {text:quote}
- <font style="font-size:15px;color:{color:title}">❞</font>
- </div>
- <div id="mnbx">
- <div id="headerbx">
- <div id="about">
- <div id="pic2"><img src="{image:icon}"></div>
- <div id="themer"><b><i>THEMEMAKER:</i></b> <a href="http://{text:tumblr username}.tumblr.com">{text:tumblr username}</a></div>
- <div id="desc"><font style="padding-left:20px;"></font>{description}</div>
- </div>
- <div id="box1">
- <div id="title1"><b><i>themes</br>by <font style="color:{color:blogtitle}">{text:name}</font></i></b></div>
- </div>
- <div id="links">
- <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="{text:link 6}">{text:link 6 msg}</a>
- </div>
- </div>
- </div></center>
- <div id="bar">
- <div id="bartxt"> — {text:stats}</br>
- — <a href="http://mkbye.tumblr.com">theme credits</a>
- </div>
- </div>
- <script>
- var header = document.querySelector('#links');
- var origOffsetY = header.offsetTop;
- function onScroll(e) {
- window.scrollY >= origOffsetY ? header.classList.add('sticky') :
- header.classList.remove('sticky');
- }
- document.addEventListener('scroll', onScroll);
- </script>
- <div id="tdcd"><img src="http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/3d-transparent-glass-icons-people-things/059464-3d-transparent-glass-icon-people-things-hand-peace.png" style="width:30px;height:30px;"></a>
- <div id ="cr"><a href="http://mkbye.tumblr.com">theme by mkbye</a></div>
- </div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}{block:Title}
- <span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span></br>
- <b><font style="color:{color:second rectangle};font-family:raleway">POSTED:</font></b> <font style="font-family:raleway;text-transform:uppercase;">{timeago}</br>
- <a href="{permalink}">permalink</a> | <a href="{reblogurl}">reblog</a> | {block:NoteCount}{notecountwithlabel}{/block:NoteCount}</br></font>
- <b><font style="color:{color:second rectangle};font-family:raleway">TAGS:</font></b> <font style="font-family:raleway;text-transform:uppercase;">{block:Tags}<a href="{TagURL}" style="color:{color:text}">{Tag}</a>, {/block:Tags} {/block:HasTags}</br></font>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} </br>
- <b><font style="color:{color:second rectangle};font-family:raleway">POSTED:</font></b> <font style="font-family:raleway;text-transform:uppercase;">{timeago}</br>
- <a href="{permalink}">permalink</a> | <a href="{reblogurl}">reblog</a> | {block:NoteCount}{notecountwithlabel}{/block:NoteCount}</br></font>
- <b><font style="color:{color:second rectangle};font-family:raleway">TAGS:</font></b> <font style="font-family:raleway;text-transform:uppercase;">{block:Tags}<a href="{TagURL}" style="color:{color:text}">{Tag}</a>, {/block:Tags} {/block:HasTags}</br></font>
- {block:Link}
- {block:Answer}<div id="question">
- <font style="text-transform:uppercase; color:{color:outlines};font-size:10px;"><b>{Asker}</b></font> a s k e d a q u e s t i o n :</br>{question}</div>
- <div style="border-top:1px solid #ddd;width:auto;padding:0px;"></div>
- <div id="answer">
- <font style="text-transform:uppercase; color:{color:outlines};font-size:10px;"><b>{text:name}</b></font> a n s w e r e d y o u r q u e s t i o n:</br>{answer}</div>
- <b><font style="color:{color:second rectangle};font-family:raleway">POSTED:</font></b> <font style="font-family:raleway;text-transform:uppercase;">{timeago}</br>
- <a href="{permalink}">permalink</a> | <a href="{reblogurl}">reblog</a> | {block:NoteCount}{notecountwithlabel}{/block:NoteCount}</br></font>
- <b><font style="color:{color:second rectangle};font-family:raleway">TAGS:</font></b> <font style="font-family:raleway;text-transform:uppercase;">{block:Tags}<a href="{TagURL}" style="color:{color:text}">{Tag}</a>, {/block:Tags} {/block:HasTags}</br></font>
- {/block:Answer}
- {block:Photo}
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- </br>
- <div style="padding:10px;text-align:left">{caption}</div></br>
- <b><font style="color:{color:second rectangle};font-family:raleway">POSTED:</font></b> <font style="font-family:raleway;text-transform:uppercase;">{timeago}</br>
- <a href="{permalink}">permalink</a> | <a href="{reblogurl}">reblog</a> | {block:NoteCount}{notecountwithlabel}{/block:NoteCount}</br></font>
- <b><font style="color:{color:second rectangle};font-family:raleway">TAGS:</font></b> <font style="font-family:raleway;text-transform:uppercase;">{block:Tags}<a href="{TagURL}" style="color:{color:text}">{Tag}</a>, {/block:Tags} {/block:HasTags}</br></font>
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset}</center></br>
- <div style="padding:10px;text-align:left">{caption}</div></br>
- <b><font style="color:{color:second rectangle};font-family:raleway">POSTED:</font></b> <font style="font-family:raleway;text-transform:uppercase;">{timeago}</br>
- <a href="{permalink}">permalink</a> | <a href="{reblogurl}">reblog</a> | {block:NoteCount}{notecountwithlabel}{/block:NoteCount}</br></font>
- <b><font style="color:{color:second rectangle};font-family:raleway">TAGS:</font></b> <font style="font-family:raleway;text-transform:uppercase;">{block:Tags}<a href="{TagURL}" style="color:{color:text}">{Tag}</a>, {/block:Tags} {/block:HasTags}</br></font>
- {/block:Photoset}
- {block:PostNotes}
- <div id="postnotes">{PostNotes}</div>
- {/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