Resti PriCo
Fantastic Pink
<!----------------------------------------------- Name : Fantastic Pink Themes : Fantastic Pink, Pink, Simple, Cute. Template by : http://adillikanaswa.blogspot.com/ Basecode by : http://anugerahsalsa.blogspot.com/ Made :monday, December 21th 2015 *Don't ever dare to delete this* -----------------------------------------------!> <script type='text/javascript'> //<![CDATA[ shortcut={all_shortcuts:{},add:function(a,b,c){var d={type:"keydown",propagate:!1,disable_in_input:!1,target:document,keycode:!1};if(c)for(var e in d)"undefined"==typeof c[e]&&(c[e]=d[e]);else c=d;d=c.target,"string"==typeof c.target&&(d=document.getElementById(c.target)),a=a.toLowerCase(),e=function(d){d=d||window.event;if(c.disable_in_input){var e;d.target?e=d.target:d.srcElement&&(e=d.srcElement),3==e.nodeType&&(e=e.parentNode);if("INPUT"==e.tagName||"TEXTAREA"==e.tagName)return}d.keyCode?code=d.keyCode:d.which&&(code=d.which),e=String.fromCharCode(code).toLowerCase(),188==code&&(e=","),190==code&&(e=".");var f=a.split("+"),g=0,h={"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(",0:")","-":"_","=":"+",";":":","'":'"',",":"<",".":">","/":"?","\\":"|"},i={esc:27,escape:27,tab:9,space:32,"return":13,enter:13,backspace:8,scrolllock:145,scroll_lock:145,scroll:145,capslock:20,caps_lock:20,caps:20,numlock:144,num_lock:144,num:144,pause:19,"break":19,insert:45,home:36,"delete":46,end:35,pageup:33,page_up:33,pu:33,pagedown:34,page_down:34,pd:34,left:37,up:38,right:39,down:40,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123},j=!1,l=!1,m=!1,n=!1,o=!1,p=!1,q=!1,r=!1;d.ctrlKey&&(n=!0),d.shiftKey&&(l=!0),d.altKey&&(p=!0),d.metaKey&&(r=!0);for(var s=0;k=f[s],s<f.length;s++)"ctrl"==k||"control"==k?(g++,m=!0):"shift"==k?(g++,j=!0):"alt"==k?(g++,o=!0):"meta"==k?(g++,q=!0):1<k.length?i[k]==code&&g++:c.keycode?c.keycode==code&&g++:e==k?g++:h[e]&&d.shiftKey&&(e=h[e],e==k&&g++);if(g==f.length&&n==m&&l==j&&p==o&&r==q&&(b(d),!c.propagate))return d.cancelBubble=!0,d.returnValue=!1,d.stopPropagation&&(d.stopPropagation(),d.preventDefault()),!1},this.all_shortcuts[a]={callback:e,target:d,event:c.type},d.addEventListener?d.addEventListener(c.type,e,!1):d.attachEvent?d.attachEvent("on"+c.type,e):d["on"+c.type]=e},remove:function(a){var a=a.toLowerCase(),b=this.all_shortcuts[a];delete this.all_shortcuts[a];if(b){var a=b.event,c=b.target,b=b.callback;c.detachEvent?c.detachEvent("on"+a,b):c.removeEventListener?c.removeEventListener(a,b,!1):c["on"+a]=!1}}},shortcut.add("Ctrl+U",function(){top.location.href="http://plagiatkelaskakap.blogspot.com/"}); //]]> </script> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title]").style_my_tooltips(); }); })(jQuery); </script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script><script type="text/javascript" >/*********************************************** * Scroll To Top Control script- © Dynamic Drive DHTML code library(www.dynamicdrive.com)* Modified bySafiraNuril***********************************************/var scrolltotop={ setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]}, controlHTML: '<img src="http://36.media.tumblr.com/22d9a540d528c9d20842ab7a377e21c3/tumblr_inline_nza1cxU5dM1thux37_250.png" />', controlattrs: {offsetx:5, offsety:5}, anchorkeyword: '#top', state: {isvisible:false, shouldvisible:false}, scrollup:function(){ if (!this.cssfixedsupport) this.$control.css({opacity:0}) var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto) if (typeof dest=="string" && jQuery('#'+dest).length==1) dest=jQuery('#'+dest).offset().top else dest=0 this.$body.animate({scrollTop: dest}, this.setting.scrollduration); }, keepfixed:function(){ var $window=jQuery(window) var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety this.$control.css({left:controlx+'px', top:controly+'px'}) }, togglecontrol:function(){ var scrolltop=jQuery(window).scrollTop() if (!this.cssfixedsupport) this.keepfixed() this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false if (this.state.shouldvisible && !this.state.isvisible){ this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0]) this.state.isvisible=true } else if (this.state.shouldvisible==false && this.state.isvisible){ this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1]) this.state.isvisible=false } }, init:function(){ jQuery(document).ready(function($){ var mainobj=scrolltotop var iebrws=document.all mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body') mainobj.$control=$('<div id="topcontrol"> '+mainobj.controlHTML+'</div> ') .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'}) .attr({title:'Fly with You!'}) .click(function(){mainobj.scrollup(); return false}) .appendTo('body') if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') mainobj.$control.css({width:mainobj.$control.width()}) mainobj.togglecontrol() $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){ mainobj.scrollup() return false }) $(window).bind('scroll resize', function(e){ mainobj.togglecontrol() }) }) } } scrolltotop.init() </script> <script type='text/javascript'> document.ondragstart = function () { return false; }; </script> <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'> <base target='_blank'/> <title>Miku Fantasy</title> <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m2kfzlAywa1qdlkyg.gif"> <style type="text/css"> #navbar-iframe{ display: none; } body{ background:url(http://i.imgur.com/pwQLk.gif); background-attachment: fixed; font-family: Comic Sans MS; letter-spacing:1px; color:#666; padding:1px; cursor:url(),auto; } a:link, a:visited { cursor:url(http://media.tumblr.com/tumblr_lpyq1pzk3L1qcn2vb.gif),auto; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; text-decoration:none; color:#fed7e6; padding:1px; } a:hover { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; color:#fea5c2; } img{ border-radius:2px; -webkit-transition:1s; } .sidebar { border-radius:10px; background:url(http://i.imgur.com/J5nhLf6.png); padding-top:10px; padding-bottom:10px; padding-left:20px; padding-right:20px; width: 220px; font-size:11px; text-align:left; border:4px solid #fed7e6; margin-left:10px; } .title { padding:5px 5px 5px 30px; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjg37Sx0CEQnJSZuLajKGjfYNti_rUD-iVUdESe0wrZIgt0CR44Zi4IpfRoVdodUTwA55_D7B40yECA5NeqXepv0HcklQ4_nmWcOoyYKP4wWdPM7yTqL599CXXrr-i7nXjP7VGqYF9pihRF/s1600/lovestripes1.png); border-top: 3px solid #fed7e6; border-bottom: 8px solid #fed7e6; border-left: 3px solid #fed7e6; border-right: 3px solid #fed7e6; font:17px Comic Sans MS; font-style:bold; text-align:center; letter-spacing: 2px; color:#fea5c2; -webkit-transition:All 0.4s ease; -moz-transition:All 0.4s ease; -o-transition:All 0.4s ease; -moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; } .title:hover { background:url(http://i.imgur.com/UbExa.gif); border-top: 3px dotted #fed7e6; border-bottom: 8px solid #fed7e6; border-left: 3px dotted #fed7e6; border-right: 3px dotted #fed7e6; letter-spacing: 6px; -moz-border-radius: 35px; border-radius: 35px; } .comment { background:#fff5fb; border-top: 3px dotted #fed7e6; border-bottom: 3px solid #fed7e6; border-left: 10px solid #fed7e6; border-right: 10px solid #fed7e6; margin-bottom:10px; font-size:11px; text-align:center; color:#fea5c2; letter-spacing:2px; } .comment:hover { background:#fff5fb; border-top: 3px dotted #fed7e6; border-bottom: 3px solid #fed7e6; border-left: 3px solid #fed7e6; border-right: 3px solid #fed7e6; letter-spacing:4px; -webkit-transition:All 0.4s ease; -moz-transition:All 0.4s ease; -o-transition:All 0.4s ease; } .ch-grid { margin: 20px 0 0 0; padding: 2px; list-style: none; display: block; text-align: center; width: 100%; } blockquote { background:#fff5ff; padding: 10px 10px 10px 26px; border-top:2px dashed #fed7e6; border-bottom:2px dashed #fed7e6; border-right:10px solid #fed7e6; border-left:10px solid #fed7e6; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-border-radius: 35px; border-radius: 35px; } blockquote:hover { background:#ffffff; border-top:2px dashed #fee6f2; border-bottom:2px dashed #fee6f2; border-right:2px dashed #fee6f2; border-left:2px dashed #fee6f2; -moz-box-shadow: 0 0 2px 0px #fed7e6; -webkit-box-shadow: 0 0 2px 0px #fed7e6; box-shadow: 0 0 2px 0px #fed7e6; } b { text-decoration: none; color: #fea5c2; } u { text-decoration:none; border-bottom: 1px solid #fea5c2; -webkit-transition: 1s; } i { font-family:Comic Sans MS; } ::-webkit-scrollbar { width: 7px; height: 10px; background:url(http://snow-white.lolipop.jp/sozai/wall/dot/25_05.gif); } ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal { background-color: #fff; border: 1px solid #fed7e6; } ::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{ height:10px; width:10px; display:block; background:#fff; border:1px solid #fed7e6; } ::selection { background: #fff5fb; color: #fea5c2; } ::-moz-selection { background: #fff5fb; color: #fea5c2; } a.navi{ display:inline-block; -webkit-transition:All 0.8s ease ; -moz-transition:All 0.84s ease ; -o-transition:All 0.8s ease ; padding:5px; width:70px; text-decoration:none; font-family:Comic Sans MS; font-size:10px; text-transform:uppercase; color: #fea5c2; background: #ffffff; border-top: 3px dotted #fed7e6; border-bottom: 3px dotted #fed7e6; border-left: 10px solid #fed7e6; border-right: 10px solid #fed7e6; text-align:center; cursor:url(http://media.tumblr.com/tumblr_lpyq1pzk3L1qcn2vb.gif),auto; } a.navi:hover{ -moz-box-shadow:inset -100px 0px -200px -0.5px #fff5fb; -webkit-box-shadow:inset -100px 0px -200px -0.5px #fff5fb; box-shadow:inset -100px 0px 0px -0.5px #fee6f2; color: #fff; border-bottom:0px; } a.tablo{ margin-bottom:10px; background:#ffffff; width:45px; text-decoration:none; border:1px dotted #fed7e6; border-radius:33px; color:#fea5c2; display:inline-block; text-align:center; } .h1 { background:url(http://i.imgur.com/psRiX.png); padding:2px; text-transform: Comic Sans MS; color:#fea5c2; -webkit-transition: 1.0s; -moz-transition: 1.0s; margin-bottom:5px; margin:10px; font-family: Comic Sans MS; font-size:12px; line-height:18px; text-align:center; } a.chan { background:url(http://media.tumblr.com/tumblr_m2kfwfpxBD1qdlkyg.gif); background-repeat:no-repeat; background-size:13px; padding-left:25px; color:#fea5c2; display:inline-block; font:11px Short Stack; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; width:305px; line-height:18px; } a.chan:hover{ background:url(http://media.tumblr.com/tumblr_m2kfzlAywa1qdlkyg.gif); background-repeat:no-repeat; background-size:13px; color: #fed7e6; } li { list-style-image:url(http://media.tumblr.com/tumblr_m2kfuvodOn1qdlkyg.gif); } li:hover { list-style-image: url(http://media.tumblr.com/tumblr_m2kfzlAywa1qdlkyg.gif); } #s-m-t-tooltip { max-width:250px; background: #fff5fb;/* change the background color */ font-size: 10px;/* change the font size */ line-height: 13px; box-shadow:inset 0px 0px 2px 2px #fed7e6; font-style:italic; font-family: Short Stack;/* change the font */ letter-spacing: 2px; text-transform: lowercase;/* can be lowercase, uppercase, none */ color: #fea5c2;/* change the text color */ text-align: center; padding: 3px 4px 3px 6px; display: block; z-index: 100; border-radius: 5px; position: absolute; margin-left:10px; margin-top:16px; } a.pisciell { background:#fff5fb; border-top:1px solid #fed7e6; border-bottom:5px solid #fed7e6; border-left:1px solid #fed7e6; border-right:1px solid #fed7e6; display:inline-block; padding:2px; width:440px; margin:2px; color:#fea5c2; font-family: Comic Sans MS; font-size:9px; text-transform:uppercase; letter-spacing:1px; text-align:center; box-shadow:inset 0px 0px 0px #fed7e6,inset 0px 0px 0px #fed7e6; -webkit-transition: 0.5s; -moz-transition: 0.5s; -moz-border-radius: 35px; border-radius: 35px; } a.pisciell:hover { padding:2px; width:70px; margin:2px; color:#ffffff; display:inline-block; box-shadow:inset 0px 14px 0px #fee6f2,inset 0px -14px 0px #fee6f2; } a.kyungsoo { font-size: 11px; font-family: Comic Sans MS; display:inline-block; text-align:center; width: 70px; color: #fea5c2; background:#fff5fb; border:2px solid #fed7e6; padding:3px; margin:2px; text-decoration: none; -webkit-transition-duration:1200ms; -moz-border-radius: 35px; border-radius: 35px; } a.kyungsoo:hover { display:inline-block; text-align:center; width: 70px; color: #fed7e6; background:#fff5f7; border:2px dashed #fee6f2; -webkit-transition-duration:1200ms; -moz-border-radius: 1em 4em 1em 4em; border-radius: 1em 4em 1em 4em; } /* Comment Start ----------------------------------------------- */ #comments h4 { margin:10px;text-align:center; color: #fea5c2; text-shadow: 1px 1px 1px #fed7e6; border: 2px dashed #FFFFFF;font-weight:normal;font:20px short stack; -webkit-border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;border-radius: 15px; box-shadow:0px 0px 4px 4px #fee6f2;background:#fff5ff; } #comments-block { width:460px; margin:1.5em; background:url(http://colourlovers.com.s3.amazonaws.com/images/patterns/3853/3853878.png); color:#555555; font:11px short stack; padding:5px;box-shadow:0px 0px 4px 4px #fee6f2; border:2px dashed #fed7e6;border-radius:20px; } #comments-block .comment-author {margin:.5em 0;} #comments-block .comment-body {margin:.25em 0 0; background: #FFFFFF;} #comments-block .comment-footer { margin:-.25em 0 2em; line-height: 1.4em; letter-spacing:.1em; } #comments-block { background:url(http://i.imgur.com/GJsM0.gif); border-radius:30px; } .comment-body p { margin:0 0 .60em; padding: 5px 5px 5px 5px; background:#fff5fb; border-radius: 25px; box-shadow:0px 0px 4px 4px #fee6f2; border:2px dashed #fed7e6; } .comment-timestamp { margin:1em; padding:5px;margin-bottom:2em; color:#666666;width:200px; box-shadow:0px 0px 4px 4px #fee6f2;background:#fff5fb; border:2px dashed #fed7e6;border-radius: 25px; } .comment-data { background:#FFFFFF; box-shadow:0px 0px 4px 4px #F9EBFF; border:2px dashed #FFFFFF;border-radius: 25px; margin-top:5px !important;margin-bottom:10px !important; padding:3px;width:170px; color:#666666;text-align:center; } .comment-date { background:#FFFFFF; box-shadow:0px 0px 4px 4px #fee6f2;width:170px;float:right; border:2px dashed #FFFFFF;border-radius: 25px; margin-top:5px !important;margin-bottom:10px !important; padding:3px;color:#fea5c2; text-align:center; } .deleted-comment { font-style:italic; color:#fea5c2; } /* Comment Ends ----------------------------------------------- */ </style> <center> <div style="margin-top:15px;"> <div style="display:inline-block;width:900px;padding:8px;border-radius:0px 0px 0px 0px;border:5px solid #fed7e6;-moz-border-radius: 35px; border-radius: 35px;background: url(http://25.media.tumblr.com/9e42867bbe3d5a23e9ce35bfde172ffa/tumblr_mt67noIbPl1ru3nbdo9_r1_250.png);"> <div style="display:inline-block;width:900px; padding-top:275px;border-radius:0px 0px 0px 0px;border:0px dotted #fed7e6;border-bottom:none;background-repeat:no-repeat;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpuTGC-6dgg3tkUciv_D91QTNGzogrb2pYl4AwjDEuTWOrNlrBUH0Vhhaddgxn40Y2rhxoaIa0tVVt3kbPJLc6F1mdG0DnoSkxHp1PVwjNT4gPtCKD9ySpJiebZA-mVkuxc42-PrAi7HY/s1600/fee.png);"> </div> <br> </center> <center> <div style="margin-top:-1px;margin-bottom:-3px;background:none;border-left:20px solid #fed7e6;border-right:20px solid #fed7e6;width:600px;height:55px;display:inline-block;-webkit-box-shadow: 0 1px 5px rgba(191,191,191,0.88);-moz-box-shadow: 0 1px 5px rgba(191,191,191,0.88);box-shadow: 0 1px 5px rgba(191,191,191,0.88);"> </div> <div style="display:inline-block;width:900px;padding:10px;border-radius:35px 35px 35px 35px;border:5px solid #fed7e6;background: url(http://25.media.tumblr.com/9e42867bbe3d5a23e9ce35bfde172ffa/tumblr_mt67noIbPl1ru3nbdo9_r1_250.png);"> <a class="navi" onClick="document.getElementById('blog').innerHTML=document.getElementById('entry').innerHTML">HOME</a> <a class="navi" onClick="document.getElementById('blog').innerHTML=document.getElementById('profile').innerHTML" title="My Profile">OWNER</a> <a class="navi" onClick="document.getElementById('blog').innerHTML=document.getElementById('link').innerHTML" title="My Friends">FRIENDS</a> <a class="navi" onClick="document.getElementById('blog').innerHTML=document.getElementById('stuff').innerHTML" title="My Tutobies">STUFFS</a> <a class="navi" href="http://www.blogger.com/follow-blog.g?blogID=YOUR ID BLOG" title="Want to follow Me?">FOLLOW</a> <a class="navi" href="http://www.blogger.com/home" title="Go to dashboard">DBOARD</a> <a class="navi" href="<$NewerPosts$>" title="See the newer">NEWER</a> <a class="navi" href="<$OlderPosts$>" title="See the older">OLDER</a> </div> </div> </div> <table style="border-radius:0px 0px 0px 0px;line-height: 17px; padding-left:0px; padding-right:0px; padding-bottom:18px; padding-top:20px; background:none; border:0px solid #fed7e6;" width="960" border="0" align="center" cellspacing="15"-webkit-box-shadow: 0 1px 5px rgba(191,191,191,0.88); -moz-box-shadow: 0 1px 5px rgba(191,191,191,0.88); box-shadow: 0 1px 5px rgba(191,191,191,0.88); > <tbody> <tr> <td valign="top"><div class="sidebar"> <div class="title"> Hello</div> <div class="comment"> Welcome here!</div> <center> <div style="background:url(http://i.imgur.com/psRiX.png) repeat; border:3px solid #fed7e6;padding:4px;width:150px;"> <img style="width:150px;height:92px;" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT8mkrDp7ZwNGt928gf3C6Wy4SO97YxqmeSObRTBS91PrrgIQKy"> </div> <br> Hi pinky lovers! Welcome to my pinky blog. My name is............ i am live in......... I hope you like my blog!<br> <blockquote class="tr_bq" style="clear: both; text-align: center;"> Welcome!</blockquote> </center> </div> <center> <div style="background:none;margin-bottom:-3px;border-left:20px solid #fed7e6;border-right:20px solid #fed7e6;width:100px;height:42px;display:inline-block;"> </div> <div class="sidebar"> <div class="title"> Tagboard</div> <div class="comment"> Leave ur footprints</div> <center> <div> <center> <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDY6V4_qhJ3sMluypv9i43PpOiJcgyFx4Jk1gtCjYSWBo6WqLmtAYmG0287LrckNa-VwwZ6UUacoMRD6P4VSjnfLsPQtxlqgWJbl9mvSA_kFB8ia5poc7C-a-RILVsyotFFUuwOrbBCAw/s1600/Untitled.png" /> <!---Put your chatbox width="200"---!> </center> </div> </div> </div> </div> </div> <center> <div style="background:none;margin-bottom:-3px; border-left:20px solid #fed7e6;border-right:20px solid #fed7e6;width:100px;height:42px;display:inline-block;"> </div> <div class="sidebar"> <div class="title"> Find</div> <div class="comment"> Find some interest</div> <center> <form action="/search" id="searchThis" method="get" style="display: inline;"> <div style="text-align: center;"> <input id="searchBox" name="q" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" style="background: #ffffff; border-radius: 5px; border: #fed7e6 solid 2px; color: #fed7e6; font-size: 11px; padding: 4px; width: 150px;" type="text" value="Search here" vinput="" /> <input id="searchButton" style="background: #fff5fb; border-radius: 5px; border: #fed7e6 solid 2px; color: pink; font-size: 11px; padding: 4px;" type="submit" value="Find" /></form> </div> </center> </div> <center> <div style="background:none;margin-bottom:-3px; border-left:20px solid #fed7e6;border-right:20px solid #fed7e6;width:100px;height:42px;display:inline-block;"> </div> <div class="sidebar"> <div class="title"> Credits</div> <div class="comment"> Big claps for them</div> <center> Template by <a href="http://adillikanaswa.blogspot.com" title="Salsa's blog">Resti</a><a href="http://www.blogskins.com/me/resti_adillika_naswa" title="Resti's Blogskins">RAN</a> .<br> Basecode by <a href="http://anugerahsalsa.blogspot.com" title="Salsa's blog">Anugerah</a>.<br><a href="http://www.blogskins.com/me/anugerahsalsa" title="Salsa's Blogskins">Salsa</a> .<br> Help by <a href="http://chiaki-tachikawa.blogspot.com/">P</a> <a href="http://novitalesyani28.blogspot.com/">I</a> <a href="http://jauzahanun-library.blogspot.com/">N</a> <a href="https://www.google.com/">K</a>. </div> </br> <td valign="top" style="padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px;width:950px; border:3px dotted #fed7e6; background:white; font-size:11px;border-radius:10px;"><div id="blog"> <blogger><div class="title"> <blogitemtitle><$BlogItemTitle$></BlogItemTitle></div> <div class="comment"> <blogdateheader><$BlogDateHeaderDate$></BlogDateHeader> - <a href="<$BlogItemPermalinkURL$>">Permalink</a> - <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> Miku(s)</a></BlogItemCommentsEnabled></div> <$blogitembody$> <br /><br /> <itempage> <div id="comments" style="margin-top:5px;"> <blogitemcommentsenabled><a name="comments"></a><h4> <$I18NNumComments$>:</h4> <dl id="comments-block"> <div style="width:445px;padding:5px;"> <$CommentPager$> <blogitemcomments> <dt class="comment-date" id="<$I18NAtCommentTimeWithPermalink$></dt> <dt class="comment-data" id="<$BlogCommentAnchorName$>"><a name="<$BlogCommentAnchorName$>"></a> <$I18NCommentAuthorSaid$> </dt> <dd class="comment-body"> <p> <$BlogCommentBody$></p> </dd> </BlogItemComments> <$CommentPager$> </dl> </div> <center> <p class="comment-timestamp"> <$BlogItemCreate$> </p> </div> </ItemPage></center> </blogger> </div> <br><br> </table> <div id="profile" style="display:none;"> <div class="title"> About Me</div> <div class="comment"> Author this beautiful blog.</div> <center> <img src="https://45.media.tumblr.com/8209d9267853b10495e6417f383b766a/tumblr_nm6c4e6Vcn1sbmu2ho3_250.gif"></center> <br> <div style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"> <b>Name :</b> What what what what<br /> <b>Nickname :</b> What what what what <br /> <b>Japan Name :</b> What what what what<br /> <br /> <b>Born in the date of :</b> What what what what<br /> <b>Place of birth :</b> What what what whatr<br /> <b>Stay :</b> What what what what<br /> <b>Hometown :</b> What what what what<br /> <br /> <b>Hobby :</b> What what what what<br /> <b>Ambition :</b> What what what what</b> <br /> <br /> <b>Love / Favorites:</b>What what what what <br /> <b>Hate / Antis :</b>What what what what<br /> <br /><br /> <div style="width:550px; height:20px; -moz-border-radius-topleft: 25px 50px; -moz-border-radius-topright: 25px 50px; background-color: #fff5fb; border-bottom-color: #fed7e6; border-bottom-style: solid; border-bottom-width: 3px; border-top-color: #fed7e6; border-top-left-radius: 25px 50px; border-top-right-radius: 25px 50px; border-top-style: solid; border-top-width: 3px; color: #fea5c2; font-family: Comic Sans MS; font-size: 13px; margin: 5px; padding-bottom: 4px; padding-top: 4px; text-align: center;"> Biography</div> put your story here! <blockquote class="tr_bq" style="clear: both; text-align: center;"> THE END</blockquote> </div> <div id="link" style="display:none;"> <div class="title"> Linkies!</div> <div class="comment"> Visit My friends</div> <style type="text/css"> a.link2 { background:#fff5fb; border-top:1px solid #fed7e6; border-bottom:5px solid #fed7e6; border-left:1px solid #fed7e6; border-right:1px solid #fed7e6; display:inline-block; padding:2px; width:70px; margin:2px; color:#fea5c2; font-family: Comic Sans MS; font-size:9px; text-transform:uppercase; letter-spacing:1px; text-align:center; box-shadow:inset 0px 0px 0px #fed7e6,inset 0px 0px 0px #fed7e6; -webkit-transition: 0.5s; -moz-transition: 0.5s; -moz-border-radius: 35px; border-radius: 35px; } a.link2:hover { padding:2px; width:70px; margin:2px; color:#ffffff; display:inline-block; box-shadow:inset 0px 14px 0px #fee6f2,inset 0px -14px 0px #fee6f2; } </style> <body> <center> <img src="http://38.media.tumblr.com/2614a6ad40e3a613644a374166f83769/tumblr_nn1qwp3Tpg1sbmu2ho1_250.gif"><br><br> <center> <table cellpadding="2" cellspacing="2" width="180"> <tr> <td><input type="text" size="11" value="Resti" style="width:170px;color:#fea5c2;border:2px solid #fed7e6;background-color:#ffffff;" onclick="this.focus()" onfocus="this.select()"></td> </tr> <tr> <td><input type="text" size="11" value="http://adillikanaswa.blogspot.com/" style="width:170px;color:#fea5c2;border:2px solid #fed7e6;background-color:#ffffff;" onclick="this.focus()" onfocus="this.select()"> <tr> </table> </center> <br> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <br> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <br> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <a class="link2" href="http://.blogspot.com/">Who</a> <br> </div> </div> <div id="stuff" style="display:none;"> <div class="title"> Archives</div> <div class="comment"> The tutorial and the freebies.</div> <div dir="ltr" style="text-align: left;" trbidi="on"> <li>Your rules here</li> <li>Your rules here </li> <li>Your rules here</li> <li>Your rules here</li> <li>Your rules here</li> </div> <div style="text-align: center;"> <center> <a class="kyungsoo" onClick="document.getElementById('blog').innerHTML=document.getElementById('stuffs').innerHTML">Agree</a> or <a class="kyungsoo" onClick="document.getElementById('blog').innerHTML=document.getElementById('entry').innerHTML">Disagree</a></center> <br><div id="stuffs" style="display: none;"> <center> <img src="http://38.media.tumblr.com/58bf3b424f0c30b8d239f29329be1fad/tumblr_nm6c4e6Vcn1sbmu2ho1_250.gif"><br><br> <div dir="ltr" style="text-align: left;" trbidi="on"> <div class="h1"> TUTORIAL </div> <li><a href="http://.blogspot.com/"> Tutorial</a></li> <li><a href="http://.blogspot.com/"> Tutorial</a></li> <li><a href="http://.blogspot.com/"> Tutorial</a></li> <li><a href="http://.blogspot.com/"> Tutorial</a></li> <li><a href="http://.blogspot.com/"> Tutorial</a></li> <li><a href="http://.blogspot.com/"> Tutorial</a></li> <br> <div class="h1"> FREEBIES </div> <li><a href="http://.blogspot.com/"> Freebies</a></li> <li><a href="http://.blogspot.com/"> Freebies</a></li> <li><a href="http://.blogspot.com/"> Freebies</a></li> <li><a href="http://.blogspot.com/"> Freebies</a></li> <li><a href="http://.blogspot.com/"> Freebies</a></li> <li><a href="http://.blogspot.com/"> Freebies</a></li> <br><br><br> </div> <div id="entry" style="display:none;"> <blogger><div class="title"> <blogitemtitle><$BlogItemTitle$></BlogItemTitle></div> <div class="comment"> <blogdateheader><$BlogDateHeaderDate$></BlogDateHeader> - <a href="<$BlogItemPermalinkURL$>">Permalink</a> - <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>> <$BlogItemCommentCount$> Miku(s)</a></BlogItemCommentsEnabled></div> <$blogitembody$> </blogger> </div> <br><br> </table> </html>