De Codes ©
CODES!

<script type="text/javascript">var ACurl = "http://gotyouripperbysalsa.blogspot.com/"; //url redirect</script><script type="text/javascript" src="http://belajarislamituindah.googlecode.com/files/RV-BI3-Protect2.js"></script>
<html>

<script type="text/javascript">
document.ondragstart = function () { return false; }; </script>
<link href='http://fonts.googleapis.com/css?family=Iceberg' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Gochi+Hand|Amatic+SC|Give+You+Glory|Short+Stack' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>

<head>
<base target='_blank'/>
<script language=JavaScript>
<!--//Disable right mouse click Script
//By Dynamicdrive (renigade@nsimail.com)
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE4(){
if (event.button==2){return false;}}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){return false;}}}
if (document.layers){document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;}
else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}
document.oncontextmenu=new Function("return false")// -->
</script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
</script>
<script type='text/javascript' language='Javascript'>
var scrolltotop={
//startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
//scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (1=top).
setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
controlHTML: '<img src="http://i.imgur.com/s7MpC.png"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ center of window corner
anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
state: {isvisible:false, shouldvisible:false},
scrollup:function(){
if (!this.cssfixedsupport) //if control is positioned using JavaScript
this.$control.css({opacity:0}) //hide control immediately after clicking it
var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
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 //not IE or IE7+ browsers in standards mode
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:'crossroad'})
.attr({title:"Wanna Fly ?"})
.click(function(){mainobj.scrollup(); return false})
.appendTo('body')
if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
mainobj.togglecontrol()
$('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
mainobj.scrollup()
return false
})
$(window).bind('scroll resize', function(e){
mainobj.togglecontrol()
})
})
}
}
scrolltotop.init()
</script>
<center><img class="buduh" src="http://i.imgur.com/KrBIw.png" /></center>
<br>
<br>
<br>

<link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
<title>Directioner !</title>

<style text="css">


a.button{
background:#FFFFFF;
color:#ffffff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
text-decoration:none;
font-family:calibri;
font-size:12;
padding:5px;
border-radius:5px;
width:70px;
text-align:center;
display:inline-block;
}

a.button:hover{
background:#FF8AB5;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
color:#ffffff;
text-decoration:none;
font-family:calibri;
font-size:12;
padding:5px;
border-radius:5px;
width:70px;
text-align:center;
display:inline-block;
}
#s-m-t-tooltip {
max-width:250px;
background: #F6CEE3;/* change the background color */
font-size: 10px;/* change the font size */
line-height: 13px;
box-shadow:inset 0px 0px 2px 2px #F5A9D0;
font-style:italic;
font-family: Georgia;/* change the font */
letter-spacing: 2px;
text-transform: lowercase;/* can be lowercase, uppercase, none */
color: #222222;/* 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;
}
</style>

<div style="position:fixed; top :5px; right:5px;">
<a class="button" href="http://www.blogger.com/follow-blog.g?blogID=YOURBLOGID">Follow</a> <a class="button" href="http://www.blogger.com/home">Dashboard </a> </div>

<style type="text/css">
#navbar-iframe {
display: none;
}

.buduh {
margin-top:30px;
margin-bottom:-40px;
-webkit-transition:2s;
}

.buduh:hover {
-webkit-transform: rotatey(180deg);;
-webkit-transition-duration: 2s;
}

body {
cursor: url(http://i1196.photobucket.com/albums/aa406/tieqaonew/03.gif),auto;
background:url(http://i791.photobucket.com/albums/yy199/7thdisorder/7thPix/backgrounds/whitepaper.png);
background-attachment:fixed;
font-family: short stack;
font-size: 11px;
text-align: left;
}

::-webkit-scrollbar {
height:8px;
width: 8px;
background:#FFFFFF;
}
::-webkit-scrollbar-thumb {
background-color:#FFBCDA;
-moz-border-radius: 10px;
border-radius: 10px;
}
::-moz-selection {
background:#FFFFFF;
color:#3B170B;
}
::selection {
background:#FFFFFF;
color:#3B170B;
}
::-moz-selection {
background:transparent;color:#000000;
text-shadow: 2px 2px 3px pink;
}
::selection {
background:transparent;color:#000000;
text-shadow: 2px 2px 3px pink;
}

a:link, a:visited {
cursor: url(http://static.tumblr.com/z7e2cpq/ukElllqbp/ponteiro_rosa.png),auto;
font-family:short stack;
color: pink;
text-decoration: none;
}

a:hover{
text-decoration: bold;
color:lightblue;
}

.post-title {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju6wW5SjtnH4rUAPjc_KaLbX5oeAI1-voCVLIk1dv9btpSt0_zdoLKcMkrIEvAjQTAAg-5vzVdjLpbAYWdvVvVKNJmJXYiQG0mBdl5mu5OKgFsXeCmZGs4-FAmvJGhtl9iw1YoYd3pTRw/s1600/linepattern.png);
border-top: 2px solid #E0ECF8;
letter-spacing: 2px;
border-bottom: 2px solid #F8E0E6;
font-family: annie use your telescope;
text-align: center;
color:#2A0A12;
font-size:18px;
padding:6px;
-webkit-transition-duration: 1.0s;
}


.sec-title {
background : #ffffff;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
font-family: Trebuchet MS;
font-size:11px;
width: 400px;
margin-top: 0px;
border-top: 0px solid #F5A9BC;
border-bottom: 1px solid #F5A9BC;
border-right: 1px solid #F5A9BC;
border-left: 1px solid #F5A9BC;
line-height: 17px;
color: #666;
margin-left: 100px;
text-align: center;
}

blockquote {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioEBCZ4ZCBalU28eyvWevJPsDWYU8Tk7p28EAJQyl9rChLWNQV1DPZROZtdvKebwZMszbDc8266dw2I9s1e5fsKTWfvWCk1u3J_FJAriyQyCDls7zxkUaovN3BiUHDqtQ4qp0p-yJXdSKr/s1600/backgroundbody%25283%2529.png);
border: 1px solid #FFC2D5;
color:#2E2E2E;
border-radius: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;
margin:1em 40px;
-webkit-transition: 0.5s;

}
blockquote:hover {
border: 1px solid #8ABEEE;
-webkit-transition: 0.5s;
}


u {
text-decoration:none;
color:pink;
padding: 3px;
line-height: 10px;
border-bottom: 1px solid #f8b0cf;
-webkit-transition: 0.5s;
}

u:hover {
border-bottom: 6px solid transparent;
-webkit-transition: 0.5s;
}

b {
color: #f8b0cf;
font-weight: bold;
}

b:hover {
color:transparent;
-webkit-transition: 0.5s;
}

a.nana{-webkit-transition: 0.5s; background: lightblue; padding: 3px; font-family:short stack; font-size: 10px; letter-spacing: 1px; color: #FFFFFF; text-align: center; text-transform: uppercase;}
a.nunu{-webkit-transition: 0.5s; background:pink; padding: 3px; font-family:short stack; font-size: 10px; letter-spacing: 1px; color: #FFFFFF; text-align: center; text-transform: uppercase;}
a.nana:hover {-webkit-transition: 0.5s; background: lightblue; color: transparent; border-top: 25px solid lightblue;}
a.nunu:hover {-webkit-transition: 0.5s; background: pink; color: transparent; border-top: 25px solid pink;

a.lunk{
-webkit-transition: 0.5s;
 background: lightblue;
padding: 3px; font-family:short stack;
font-size: 10px;
letter-spacing: 1px;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
}
a.kies{
-webkit-transition: 0.5s;
background:pink;
padding: 3px;
font-family:short stack;
font-size: 10px;
letter-spacing: 1px; color: #FFFFFF;
text-align: center;
text-transform: uppercase;
}
a.lunk:hover {
-webkit-transition: 0.5s;
background: lightblue;
color: transparent;
border-top: 25px solid lightblue;
}
a.kies:hover {
-webkit-transition: 0.5s;
background: pink;
color: transparent;
border-top: 25px solid pink;
}
</style>
</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>
<table style="font-size: 12px; border:4px solid #faafbe;color: #848484; line-height: 17px; background:white; border-radius:20px;" width="950" align="center" border="0" cellspacing="8">
<tbody><tr>
<td valign="top" style="width:660px; padding-left:8px; border-right:1px solid #EBDDE2; padding-bottom:10px; padding-right:15px; ">
<div id="entry">
<blogger><div class="post-title"><img src="http://media.tumblr.com/tumblr_ll7x4sjUBb1qi6qow.gif"> <BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div>
<div class="sec-title"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>><$BlogItemCommentCount$>Superstar (s)!</a></BlogItemCommentsEnabled></div></br>
<$BlogItemBody$></br>
</blogger><br>
<center><OlderPosts><a href=<$OlderPosts$>>Older Post</a> </OlderPosts> <NewerPosts> | <a href=<$NewerPosts$>>Newer Post</a></NewerPosts></center></div>

<td valign="top" style="line-height:15px; font-size:12px; width:250px; padding-right:10px;">

<div class="post-title">The Owner</div><br>
<center>
<img src="http://25.media.tumblr.com/tumblr_m4r1avZT9T1r8g8qro1_500.gif" width=250"><br>
*tuuut... tuuut...* Ehmm.. Hello ! My Name Salwa. <p><u>I Live On Earth.</u> Know Me More ? Just Follow This Blog. Kay ?? Byee... Byee.. *tuuut..*
<p><u>underlined,</u>
<b>bold</b>
<blockquote>blockqoute</blockquote>
<p></div><br>
<a class="nana" onClick="document.getElementById('entry').innerHTML=document.getElementById('diary').innerHTML" title="De Diary">Entry</a>
<a class="nunu" onClick="document.getElementById('entry').innerHTML=document.getElementById('about').innerHTML" title="De Owner">About</a>
<a class="nana" onClick="document.getElementById('entry').innerHTML=document.getElementById('stuff').innerHTML" title="De Tutobies">Stuff</a>
<a class="nunu" onClick="document.getElementById('entry').innerHTML=document.getElementById('link').innerHTML" title="My Friends">Affie</a>
</center></br>


<div class="post-title">Let's Talk!</div><br>
<p>
<center>Chatbox Code Here !
<p></div><br>

<div class="post-title">The Credits!</div><br>
<!---- DO NOT REMOVE THIS, OR I'LL KILL YOUUUU! !!-----!>
<div align="left">
Basecode by : <a href="http://thelittlenadya.blogspot.com">Nadya</a> and <a href="http://meetweirdo.blogspot.com/">Qistina</a><br>
Re.Design  : <a href="http://chocolateandclover.blogspot.com/">Miss_Hana</a> & <a href="http://salwanisrina.blogspot.com/">Salwaa</a> <br>
Own this blog : <a href="blogger.com">Put Your Name Guys !</a><br>
<p>
<center>
<b>Best View at GOOGLE CHROME!</b>
<br>

</div>
</td></tr></tbody></table>

<div id="about" style="display: none;">
<div class="post-title">About Mee ! Please Reeadd !</div><br>
<center><img src="http://24.media.tumblr.com/d28aac6a85e60a0587e75c4c3b1f80cf/tumblr_mfsudePc1D1rdzwmpo1_500.gif" width="500" ></center></br>
<p>

<u>Basics ;</u><br><br>

<b>Name</b> : Salwa <br>
<b>Age</b> : 11 <br>
<b>Hobbies</b> : Writing & Blogging <br>
<b>Birthday</b> : 16 July 2002 <br>
<b>Location</b> : On Earth <br>
<b>Country</b> : Indonesia <br>
<b>Fav. Colors</b> : Grey , Green , Blue , Yellow , Pink , And Blabla <br>
<b>Fav. Animals</b> : Cats <br>
<b>Status</b> : Single/in a relationship/Married/Divorce/Whatever<br>
<br><br><br>
<center><u>Facts ;</u><br><br>

<b>1</b> : I <br>
<b>2</b> : was <br>
<b>3</b> : young <br>
<b>4</b> : and <br>
<b>5</b> : blablabla <br>
<b>6</b> : replace with your own word ! <br>

</div>

<div id="diary" style="display: none;">
<blogger><div class="post-title"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div>
<br><div class="sec-title"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> @ <$BlogItemDateTime$> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>><$BlogItemCommentCount$> Comment [s]</a></BlogItemCommentsEnabled></div></br>
<$BlogItemBody$></br>
</blogger>
<div style="float: left;"><a class="leposts" href=<$OlderPosts$>>
<img src="http://www5e.biglobe.ne.jp/~cep/s/mm/rbp.gif" border="0" /></a></div>
<center><a href="Your URL Blog"><img src="http://www5e.biglobe.ne.jp/~cep/s/mm/rhp.gif" border="0" />
<div style="float: right;"><a class="leposts" href=<$NewerPosts$>>
<img src="http://www5e.biglobe.ne.jp/~cep/s/mm/rnp.gif" border="0" /></a></div><br>
<center><OlderPosts><a href=<$OlderPosts$>>Older Post</a> </OlderPosts> <NewerPosts> | <a href=<$NewerPosts$>>Newer Post</a></NewerPosts></center></div>

<div id="link" style="display: none;">
<div class="post-title">Linkiesss</div><br>
<center><img src="http://24.media.tumblr.com/tumblr_me9il7khn41qmtfkbo1_500.gif"></center>
<p><center><a href="http://thelittlenadya.blogspot.com/">Nadia</a> |<a href="http://www.ida-syafiera.blogspot.com"> Syaf</a> |<a href="http://chocolateandclover.blogspot.com"> Hana</a> |
<a href="http://salwanisrina.blogspot.com/"> Salwaa</a> |<a href="http://www.blogger.com"> Next</a> |<a href="http://chocolateandclover.blogspot.com"> Next</a> |
</center>
<center>Want to exchange Links? Tell me at Chatbox. You'll be next :)</b></center>
<br/>

<div class="post-title">Big claps!</div><br>
<br>
<b>Current site name:</b> Directioner !<br>
<b>Current site theme:</b> One Direction Lovers <br>
<b>Best view in:</b> Google Chrome and 1366 X 671. <br>
<b>Site opened since:</b> 2013. <br>
<br>
This blue pink templates made by <a href="http://thelittlenadya.blogspot.com/">Princess</a><a href="http://www.blogskins.com/me/nadyawiwit">Bunny</a>. The photogenic pictures taken at Tumblr. Powered by Blogger.com.<br><br>

<div id="stuff" style="display: none;">
<div class="post-title">Tutorialsss + Goodies!</div><br>


<center><img src="http://24.media.tumblr.com/tumblr_m26vspLbJQ1rtt1mro1_500.gif" width="500" ></center></br>
<blockquote> Today Miss Kitty gonna teach you ! do follow please ! thank you :)</blockquote><br><br>
<center><u>Tutorial</u><br><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br>
Tutorials : <a href="http://salwanisrina.blogspot.com/">...</a><br><br></center>

<center><u>Tutorial</u><br><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br>
Freebies : <a href="http://salwanisrina.blogspot.com">...</a><br><br></center>

</div>
</body>
</html>