Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme 22 made by
- ╱╱╱╭╮╱╭╮
- ╱╱╱┃┃╱┃┃
- ╭╮╭┫┃╭┫╰━┳╮╱╭┳━━╮
- ┃╰╯┃╰╯┫╭╮┃┃╱┃┃┃━┫
- ┃┃┃┃╭╮┫╰╯┃╰━╯┃┃━┫
- ╰┻┻┻╯╰┻━━┻━╮╭┻━━╯
- ╱╱╱╱╱╱╱╱╱╭━╯┃
- ╱╱╱╱╱╱╱╱╱╰━━╯
- Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
- http://mkbye.tumblr.com/
- Theme created: 1.23.2013
- -->
- <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 type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></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 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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript">
- // <![CDATA[
- var speed=50; // speed colours change, 1 second = 1000
- var delay=100; // how long to wait for each wipe
- var alink=""; // page to link text to (set to ="" for no link)
- /****************************
- * Wipe Out Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var w_txt;
- window.onload=function() { if (document.getElementById) {
- var wiper=document.getElementById("wipe");
- w_txt=wiper.firstChild.nodeValue;
- while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
- for (var i=0; i<w_txt.length; i++) {
- var wipei=document.createElement("span");
- wipei.setAttribute("id", "wipe"+i);
- wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
- if (alink) {
- wipei.style.cursor="pointer";
- wipei.onclick=function() { top.location.href=alink; }
- }
- wiper.appendChild(wipei);
- }
- wipe(0);
- }}
- function wipe(c) {
- if (!c) for (var w=0; w<w_txt.length; w++) document.getElementById("wipe"+w).style.visibility="hidden";
- else if (c<=w_txt.length) document.getElementById("wipe"+(c-1)).style.visibility="visible";
- setTimeout("wipe("+(++c%(w_txt.length+delay))+")", speed);
- }
- // ]]>
- </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="#777"/>
- <meta name="color:title" content="#333"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:background" content="1"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:bg" content="1"/>
- <meta name="image:picture" content="1"/>
- <meta name="color:border" content="#fff"/>
- <meta name="color:border2" content="#fff"/>
- <meta name="color:name" content="#777"/>
- <meta name="text:blogtitle" content="daydreamin'"/>
- <meta name="text:name" content="kendall & kylie"/>
- <meta name="text:stats" content="6 out of 100000"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 5" content="/"/>
- <meta name="text:link 1 msg" content="home"/>
- <meta name="text:link 2 msg" content="message"/>
- <meta name="text:link 3 msg" content="movies"/>
- <meta name="text:link 4 msg" content="photography"/>
- <meta name="text:link 5 msg" content="face"/>
- <meta name="text:quote" content="I want to grow old without face-lifts... I want to have the courage to be loyal to the face I've made. Sometimes I think it would be easier to avoid old age, to die young, but then you'd never complete your life, would you? You'd never wholly know you. - Marilyn Monroe"/>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background:white;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .50;
- z-index: 999999999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background-image:url({image:bg});
- padding: 20px;
- border: 10px solid {color:border2};
- float: left;
- font-size:12px;
- font-family:arial;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 9999999999999999;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 50px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- img.btn_close {
- float: right;
- margin: 5px 5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .popup_block:hover{
- border-radius:50px;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:6px 6px 6px 6px;
- margin:20px 0px 0px 20px;
- background:white; /* change the background color */
- border:1px solid {color:border}; /* change the border color */
- border-left:3px solid {color:bordeR};
- border-right:3px solid {color:bordeR};
- font-family:arial; /* change the font */
- font-size:10px; /* change the font size */
- letter-spacing:0px; /* change the letter spacing */
- color:{color:blogtitle}; /* change the text color */
- z-index:999999999999999999999999999999999999;
- border-radius:5px;
- text-transform:lowercase;
- }
- ::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }
- ::-webkit-scrollbar-thumb { background-color: {color:border}; -webkit-border-radius: 1ex; }
- iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
- transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls: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:12px;
- font-size:11px;
- 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{
- position:relative;
- width:1250px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- askk {
- font-family:dawning of a new day;
- text-align: center;
- font-size:20px;
- color: {color:title};
- padding-top:10px;
- line-height:30px;
- text-shadow: 1.5px 1px #ddd;
- }
- askkk {
- font-family:dawning of a new day;
- text-align: center;
- font-size:20px;
- line-height:30px;
- color: {color:title};
- text-shadow: 1.5px 1px #ddd;
- }
- #askerpic img{
- width:35px;
- height:35px;
- padding:0px;
- border:0px;
- border-radius:100px;
- }
- #mypic img{
- width:35px;
- height:35px;
- padding:0px;
- border:0px;
- border-radius:100px;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:10px;
- overflow:hidden;
- width:270px;
- border:1px solid #dddddd;
- padding:15px;
- padding-bottom:13px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- .entry img{
- width:253px;
- padding:8px;
- background:#efefef;
- border:1px solid #dddddd;
- {block:PermalinkPage}
- width:433px;
- {/block:PermalinkPage}
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:50px;
- height:50px;
- margin-left:50px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:55px;
- background:{color:border};
- border:1px solid white;
- border-radius:5px;
- word-spacing:2px;
- letter-spacing:1px;
- opacity:0;
- -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;
- top:65px;
- }
- .entry .perma2{
- width:50px;
- height:50px;
- margin-left:110px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:55px;
- background:white;
- border:1px solid {color:border};
- border-bottom:1px solid {color:border2};
- border-right:1px solid {color:border2};
- border-radius:5px;
- word-spacing:2px;
- letter-spacing:1px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma2{
- overflow:visible;
- opacity:1;
- top:65px;
- }
- .entry .perma3{
- width:50px;
- height:50px;
- margin-left:170px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:55px;
- background:{color:border2};
- border:1px solid white;
- border-radius:5px;
- word-spacing:2px;
- letter-spacing:1px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma3{
- overflow:visible;
- opacity:1;
- top:65px;
- }
- .perma3 img{
- margin-top:0px;
- margin-left:-3px;
- width:20px;
- }
- .entry .perma4{
- width:170px;
- height:20px;
- margin-left:50px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:140px;
- background:white;
- border:1px solid {color:border};
- border-bottom:1px solid {color:border2};
- border-right:1px solid {color:border2};
- border-radius:5px;
- word-spacing:0px;
- letter-spacing:0px;
- line-height:20px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma4{
- overflow:visible;
- opacity:1;
- top:130px;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:800px;
- margin-top:70px;
- margin-left:600px;
- background:transparent;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- width:400px;
- height:270px;
- margin-top:100px;
- margin-left:100px;
- background:white;
- text-align:center;
- border-radius:5px;
- border:1px solid {color:border};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #blogtitle{
- position:fixed !important;
- z-index:999999;
- width:400px;
- margin-top:-23px;
- font-size:70px;
- font-family:dawning of a new day;
- color:white;
- text-shadow:-2px 0 {color:border}, 0 1px {color:border}, 1px 0 {color:border}, 0 -1px {color:border};
- }
- #pic{
- position:fixed !important;
- width:380px;
- height:250px;
- margin-top:9px;
- margin-left:9px;
- border-radius:5px;
- border:1px solid {color:border2};
- background-image:url({image:bg});
- }
- #pic img{
- width:380px;
- height:250px;
- border-radius:5px;
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- -moz-transform: scale(1.0);
- -webkit-transform: scale(1.0);
- transform: scale(1.0);
- }
- #sidebar:hover #pic img{
- opacity:0;
- -moz-transform: scale(0.5);
- -webkit-transform: scale(0.5);
- transform: scale(0.5);
- }
- #pp{
- position:fixed !important;
- width:110px;
- height:110px;
- margin-top:20px;
- margin-left:143px;
- background:white;
- z-index:9999999999;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #pp{
- opacity:1;
- margin-top:30px;
- }
- #pp img{
- width:110px;
- height:110px;
- border-radius:5px;
- border:2px solid {color:border};
- padding:2px;
- z-index:9999999999;
- }
- #pp2 img{
- position:fixed !important;
- margin-left:-110px;
- margin-top:-20px;
- -webkit-transform:rotate(50deg);
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #pp2 img{
- opacity:0.5;
- margin-left:-120px;
- }
- #hey{
- position:fixed !important;
- z-index:9999999999;
- width:380px;
- height:30px;
- line-height:30px;
- margin-top:155px;
- margin-left:0px;
- font-size:30px;
- font-family:dawning of a new day;
- color:{color:name};
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #hey{
- opacity:1;
- margin-left:10px;
- }
- #bye{
- position:fixed !important;
- width:360px;
- height:35px;
- margin-top:190px;
- margin-left:14px;
- background:white;
- border:1px solid {color:border2};
- border-radius:5px;
- padding:5px;
- overflow:auto;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #bye{
- opacity:1;
- }
- #hov{
- position:fixed !important;
- z-index:9999999999;
- width:100px;
- height:18px;
- margin-top:242px;
- margin-left:30px;
- border-top-right-radius:10px;
- border-top-left-radius:10px;
- background:{color:border};
- color:white;
- line-height:18px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #hov{
- opacity:1;
- margin-left:50px;
- }
- #stats{
- position:fixed !important;
- z-index:9999999999;
- width:185px;
- height:18px;
- margin-top:-18px;
- margin-left:115px;
- border-top-right-radius:10px;
- border-top-left-radius:10px;
- background:{color:border};
- color:white;
- line-height:18px;
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #sidebar:hover #stats{
- opacity:1;
- }
- #lol{
- position:fixed !important;
- width:400px;
- height:60px;
- margin-top:20px;
- margin-left:-550px;
- background-image:url({image:bg});
- border-radius:5px;
- border:1px solid {color:border2};
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #hov:hover #lol{
- opacity:1;
- margin-left:-50px;
- }
- #link1{
- position:fixed !important;
- width:30px;
- height:30px;
- margin-top:14px;
- margin-left:20px;
- background:white;
- border-radius:100px;
- border:1px solid {color:border};
- font-size:20px;
- font-family:dawning of a new day;
- line-height:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link1:hover{
- border:1px solid white;
- background:{color:border};
- }
- #link2{
- position:fixed !important;
- width:30px;
- height:30px;
- margin-top:14px;
- margin-left:60px;
- background:white;
- border-radius:100px;
- border:1px solid {color:border2};
- font-size:20px;
- font-family:dawning of a new day;
- line-height:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link2:hover{
- border:1px solid white;
- background:{color:border2};
- }
- #link3{
- position:fixed !important;
- width:30px;
- height:30px;
- margin-top:14px;
- margin-left:100px;
- background:white;
- border-radius:100px;
- border:1px solid {color:border};
- font-size:20px;
- font-family:dawning of a new day;
- line-height:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link3:hover{
- border:1px solid white;
- background:{color:border};
- }
- #link4{
- position:fixed !important;
- width:30px;
- height:30px;
- margin-top:14px;
- margin-left:140px;
- background:white;
- border-radius:100px;
- border:1px solid {color:border2};
- font-size:20px;
- font-family:dawning of a new day;
- line-height:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link4:hover{
- border:1px solid white;
- background:{color:border2};
- }
- #link5{
- position:fixed !important;
- width:30px;
- height:30px;
- margin-top:14px;
- margin-left:180px;
- background:white;
- border-radius:100px;
- border:1px solid {color:border};
- font-size:20px;
- font-family:dawning of a new day;
- line-height:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link5:hover{
- border:1px solid white;
- background:{color:border};
- }
- #link6{
- position:fixed !important;
- width:30px;
- height:30px;
- margin-top:14px;
- margin-left:220px;
- background:white;
- border-radius:100px;
- border:1px solid {color:border2};
- font-size:20px;
- font-family:dawning of a new day;
- line-height:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #link6:hover{
- border:1px solid white;
- background:{color:border2};
- }
- #updates{
- position:fixed !important;
- width:120px;
- height:30px;
- margin-top:14px;
- margin-left:260px;
- background:white;
- border-radius:100px;
- border:1px solid {color:border};
- font-size:20px;
- font-family:dawning of a new day;
- line-height:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #updates:hover{
- border:1px solid white;
- background:{color:border};
- }
- #quotebar{
- position:fixed !important;
- z-index:99;
- width:2500px;
- height:25px;
- background:{color:border2};
- margin-left:-400px;
- margin-top:-48px;
- border:3px double white;
- font-size:11px;
- color:white;
- text-transform:lowercase;
- }
- #quote{
- position:fixed !important;
- width:2000px;
- text-align:center;
- line-height:25px;
- }
- @font-face{font-family:dawning of a new day; src: url(http://static.tumblr.com/9wzbixa/caAmj3lsm/neverletgo.ttf);}
- @font-face{font-family:dawning of a new day; src: url(http://slutpark-resources.webs.com/Hasteristico.ttf);}
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 20px;
- font-family:dawning of a new day;
- font-size:25px;
- color:{color:Title};
- font-weight: normal;
- }
- /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
- #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;}
- <--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">
- $(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}
- <script type="text/javascript" src="http://static.tumblr.com/kjq4nx5/2ezmru5eo/infinitescroll.txt"></script>
- <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="quotebar">
- <div id="quote"><span id="wipe">{text:quote}</span></div>
- </div>
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <center>
- <div id="blogtitle">{text:blogtitle}</div>
- <div id="pic"><img src="{image:sidebar}"></div>
- <div id="pp"><img src="{image:picture}"></div>
- <div id="pp2"><img src="http://static.tumblr.com/f5cdfb73653c349b29ab62fa112a21c5/hz4a6kx/5cBmpyda4/tumblr_static_transparent_birds.png"></div>
- <div id="hey">{text:name}.</div>
- <div id="bye">{description}</div>
- <div id="hov">hover.
- <div id="stats">{text:stats}</div>
- <div id="lol">
- <div id="link1"><a href="{text:link 1}" title="{text:link 1 msg}">.1</a></div>
- <div id="link2"><a href="{text:link 2}" title="{text:link 2 msg}">.2</a></div>
- <div id="link3"><a href="{text:link 3}" title="{text:link 3 msg}">.3</a></div>
- <div id="link4"><a href="{text:link 4}" title="{text:link 4 msg}">.4</a></div>
- <div id="link5"><a href="{text:link 5}" title="{text:link 5 msg}">.5</a></div>
- <div id="link6"><a href="http://mkbye.tumblr.com/" title="theme credit">.6</a></div>
- <div id="updates"><a href="#?w=300" rel="02" class="poplight">updates</a></div>
- </div>
- </div>
- </div>
- </center>
- </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><p align=right><span class="permalink"><a
- href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
- class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
- {block:Answer}
- <div style="float:left;
- z-index:8;
- margin-left: 6px;
- margin-top: 5px;
- padding: 2px;
- padding-bottom: 2px;
- background: {color:border};
- width:35px;
- height:35px;
- border:1px solid {color:border2};
- border-radius: 100px;
- ">
- <div id="askerpic"><img src="{AskerPortraitURL-30}"></div></div>
- <div style="margin-top:2px;
- margin-bottom:0px;
- margin-left:60px;
- min-height:41px;
- min-width:170px;
- padding: 10px;
- padding-bottom: 10px;
- background-color:#fff;
- border:1px solid #eee;
- text-transform:normal;
- font-size:12px;
- font-family: calibri;
- border-radius:5px;
- text-align:left;">
- <askk>{asker}</askk>: {Question}</div>
- <div style="padding: 5px;"></div>
- <div style="float:right;
- z-index:8;
- margin-right: 3px;
- margin-top: 6px;
- padding:2px;
- background: {color:border2};
- width:35px;
- height:35px;
- border:1px solid {color:border};
- border-radius: 100px;
- ">
- <div id="mypic"><img src="{PostAuthorPortraitURL-30}"></div></div>
- <div style="margin-top:2px;
- margin-right:48px;
- margin-bottom:0px;
- min-height:41px;
- width:190px;
- {block:permalinkpage}
- width:375px;
- {/block:permalinkpage}
- padding: 10px;
- padding-bottom: 10px;
- background-color:#fff;
- border:1px solid #eee;
- text-transform:normal;
- font-size:12px;
- font-family: calibri;
- border-radius:5px;
- text-align:left;">
- <askkk>{text:name}</askkk>: {Answer}</div>
- <div style="padding: 10px;"></div>
- <div style="text-align: right;">{timeago} & <a href="{Permalink}">{notecountwithlabel}</a></div>
- <div style="padding: 5px;"></div>
- {block:IndexPage}
- <div class="permalinktext">
- </div>
- {/block:indexpage}
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank">
- <div style="margin-top:10px; margin-left:10px;">{ReblogButton color="white" size="30"}</div> </a> </div>
- <div class="perma2">
- <div style="margin-top:10px; margin-left:0px;">{LikeButton color="gray" size="30"}</div> </div>
- <div class="perma3"><a href="{Permalink}" title="{notecountwithlabel}">
- <img src="http://i.imgur.com/Taq0deT.png" style="width:30px; background:{color:border2};"></a>
- </div>
- <div class="perma4">{timeago}</div>
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
- href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
- {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
- {/block:Chat}
- {block:Audio}
- <div style="width:200px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}<span class="permalink">
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
- </span>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}<div align="middle">{caption}</div>
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags}
- tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {block:RebloggedFrom}
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- </center></span>
- <br>
- <div id="postnotes">{PostNotes}</div><br>
- <center>{block:ContentSource}
- <br><a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {/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>
- <div style="position:fixed; bottom:5px; right:5px; background:white; border: 1px solid #eee; padding: 3px; padding-bottom:5px; padding-top: 5px; font-family: calibri; font-size: 15px; line-height: 10px;"><a href="http://mkbye.tumblr.com" title="theme made by mkbye!">©</a></div>
- <div id="02" class="popup_block">
- <div style="font-family:dawning of a new day; font-size: 40px; line-height: 20px;padding:20px; text-align:center; color:{color:title};">updates<br>
- <div style="padding-top:10px; font-family:arial; font-size:11px; line-height:11px; color:{color:text}; text-align:left;">
- write your updates here!
- (go to the end of your html and find this text, replace it with the words you want!!)
- </div></div></div></div></div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment