Skins For Aza Yaya

 
HALLO HABIS BIKIN SKINS
INI SKINS FOR AZA 
JANGAN AMBIL
INI CODENYA
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Handlee|Delius+Swash+Caps|Englebert|Ribeye+Marrow|Sacramento' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Short+Stack|Delius' rel='stylesheet' type='text/css'>


<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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh48j0TsS1essIvJELPGa4vlI8DezEyoS3Hql_CidWThXzUWeKGxm8iNvwfYZ-OB1fSwKLtNWbpU_pKatBvq8CaQn5H0eEOfh1VESe09V6AWoQ6ViDOjizX77fc0XK3bq3VqJH4xKEQySez/s1600/topblue.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:'url()'})
.attr({title:"Go to top !"})
.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>
<link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
<script type='text/javascript'>    document.ondragstart = function () { return false; }; </script>

<center><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheJpYQ7mElxIKzZLdyVLw2XoUMX6F9dtai4QYzS2AsOyyTHefE8M0D48-yjzyp8SOzMSVoDSg1yAGUGQhlQC-1lQ7xce6q4xoo-Lov-Xil4H_Dq4chKcjwcqOOZUx-v7RZEWERte6b2NY/s1600/header2.png" /></center>
<title>MUSLIMAH GIRLS</title>

<style type="text/css">
#navbar-iframe {display: none;}
body {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj60Q6riC_iG_uhU44-HDr_epg79wsBgYcFI9_f2peLMPtRkUYUQMXj2Rm5zzC1RWNrPMDgTsr37a_zjXQid2116YZRwG9LxTlfdGPuyqN3or5pvIu_wiKmPD9g98qw5N3vkJPyL5P-1npz/s1600/baby_blue_hearts_wallpaper_tileable.gif);
background-attachment:fixed;
font-family: Short Stack;
font-size: 12px;
cursor:url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;
}
a:link, a:visited {
color:#80C3D9;
-webkit-transition-duration: 0.5s;
text-decoration:none;
cursor:url(http://cur.cursors-4u.net/others/oth-6/oth582.cur), progress;
}
a:hover {
-webkit-transition-duration: 0.5s;
color: #A7D8E8;
}
@font-face {
font-family:gg !important;
src: url('http://img.dafont.com/dl/?f=girls_have_many_secrets') !important;
}
.mainblog {
background:#ffffff;
color:#828485;
padding:14px;
width:600px;
border-radius:10px;
text-align:justify;
}
.sidebarblog {
background: #ffffff;
color: #828485;
padding: 9px;
width: 240px;
border-radius: 10px;
text-align: left;
}
.title {
color:#5FC9DE;
letter-spacing:1px;
font:30px tcd;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipr69WpSk3lauxaDtQlAkjI_XWHApITIQnZiNbTA1n9ju0UMFhyphenhyphenxblQLWlDWof3U8zIWVjFwrj3o4Rq7pzzZOkKKMsMkyaBw0g_r1oVwQfnXRRVCU0ke3Wj9H99Fsn-BoX4XiYkEk9dts9/s1600/back3.png);
line-height: 40%;
text-transform: capitalize each word;
-webkit-transition: 0.3s;
}
.post-title {
color:#5FC9DE;
font-size:22px; font-family: Love Ya Like A Sister;
padding:3px;
border-bottom:2px solid #C4EDF5;
}
.date {
background : #ffffff;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
font-family: Delius;
font-size:12px;
width: 400px;
margin-top: 0px;
border-top: 0px solid #C4EDF5;
border-bottom: 1px solid #C4EDF5;
border-right: 1px solid #C4EDF5;
border-left: 1px solid #C4EDF5;
line-height: 17px;
color: #666;
margin-left: 100px;
text-align: center;
}
.dash a:link, .dash a:active, .dash a:visited {
width:96px;
background:#CEE3F0;
color:#000;
display: inline-block;
text-decoration:none;
text-align:center;
font:12px arial;
font-weight:bold;
padding:1px;
margin-top:2px;
-webkit-transition-property:color, text;
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
-webkit-transition-timing-function: linear, ease-in;
border-bottom:1px solid #C1D7E6;
}

.dash a:hover {
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
background:#fff;
color:#CEE3F0;
border-bottom:1px solid #C1D7E6;
}
.nav{
width:100%;
background: url/ww(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj60Q6riC_iG_uhU44-HDr_epg79wsBgYcFI9_f2peLMPtRkUYUQMXj2Rm5zzC1RWNrPMDgTsr37a_zjXQid2116YZRwG9LxTlfdGPuyqN3or5pvIu_wiKmPD9g98qw5N3vkJPyL5P-1npz/s1600/baby_blue_hearts_wallpaper_tileable.gif);
border-bottom:5px solid #fff;
position:fixed;
top:0px;
left:0px;
box-shadow:0 0 6px #ccc;
text-align:center;
padding:10px;}

a.box{
background:#fff;
text-decoration:none;
color:#b0dbed;
padding:5px;
font:11px arial;
margin-left:5px;
margin-right:5px;
border: 2px solid #EDEDED;
-webkit-transition:All 0.4s ease;
-moz-transition:All 0.4s ease;
-o-transition:All 0.4s ease;
display:inline-block;
width:60px;}

a.box:hover{background:#b0dbed;
color:#fff;
border: 2px solid #EDEDED;}
u {
text-decoration: none;
font-style: bold;
border-bottom: 2px solid #CAE5FF;
-webkit-transition: 0.5s;
}
u:hover {
border-bottom: 6px solid transparent;
-webkit-transition: 0.5s;
}
i {
text-decoration: none;
color: #68BBDE;
}
b, strong {
-webkit-transition-duration: 1.5s;
}
b:hover {
color: #8CCDE6;
-webkit-transition-duration: 1.5s;
}
blockquote {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTHFiebKp0cBzJwHc6ZjyRO72Fh0kIGyGj9mOL4XaO78FWUwKLvoT8dqpUYaM9Wng4iFlyBOGJ8bA2FuKS0pNe7gQFYdzvNNdrLBKWV9vdkLy207RUeW1V05OlsS8-7d5SWT-TDcYgmjA9/s1600/backgroundbody%25283%2529.png);
border: 1px solid #68BBDE;
font: 15px Englebert;
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 #AADCF2;
-webkit-transition: 0.5s;
}
.links {
background:white;
display:inline-block;
width:110px;
text-align:center;
margin:6px;
box-shadow: inset 1px 0 0px 0 #83D8FC;
-webkit-transition-duration: 1.0s;
border-right: 3px solid #83D8FC;
cursor:vertical-text;
opacity: 0.9;
}

.links:hover {
box-shadow: inset 850px 0 0px 0 #FFFFFF;
-webkit-transition-duration: 1.0s;
}
.min {
margin-top:0px;
background:#fff;
border:1px solid lightblue;
font-family:tcd;
font-size: 16px;
padding:2px;
padding-left:20px;
letter-spacing:1px;
text-transform:block;
}
.long{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju4mCsgXkmI-zjmOFKrUola5KePb_ISMlxC6lQDJsyQSdn8FcUcD40aY_HGIihXhl8aO0nzmwMb-GLOLoliHCVOW7QWIoVVpKmrGSKxD-1nVrhy-8xsDNtUTFHC8t2XuA6CvQa3OkI8g/s1600/blue.jpg);padding:5px;border:3px solid #F2F4F2;text-align:center;width:200px;color:#8AC0E1}

a.button{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor:pointer;
background:#7DCDF5;
width:20px;
text-decoration:none;
border:3px dashed #fff;
color:#fff;
box-shadow:1px 1px 3px #8AC0E1;
border-radius:33px;
display:inline-block;
text-align:center;
font:16px uda, short stack;
}

a.button:hover{background:#6FC3ED;color:#FFFFFF;border:2px dashed #FFFFFF;}

#wra img{max-width:245px;}

@font-face {
font-family:cc !important;
src: url('http://img.dafont.com/dl/?f=cuteness') !important;
}
@font-face { font-family:tcd; src: url('http://static.tumblr.com/tedujjb/C78mkkmk4/charleedoodles.ttf'); }

</style>
<br>
<div class="nav">
<a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('h').innerHTML" >HOME</a>
<a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('a').innerHTML" >ABOUT</a>
<a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('stuffs').innerHTML" >STUFFS</a>
<a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('f').innerHTML">FRIENDS</a>
<a class="box" onClick="document.getElementById('mainblog').innerHTML=document.getElementById('r').innerHTML" >RULES</a>
<a class="box" href="http://www.blogger.com/home">DASH</a>
<a class="box" href="http://www.blogger.com/follow-blog.g?blogID=YOURBLOGID<$BlogID$>">FOLLOW</a></div></div>
<table style="font-size:12px; background:#fff;border: 1px solid #ffffff;margin-top:-1px;border:1px solid lightblue; border-radius:10px; " width="919" align="center" border="0" cellspacing="10">
<tbody><tr>
<td valign="top" width="250px">
<div class="sidebarblog">
<div class="title">Disclaimer</div>
<div class="min">my short bio</div><br>
<center>
<div style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCB_EXNjNit1OGBdLXvBvIvy4BfP9Qy3WQYMBEzLKz3lzFF12sz9O2wctdJ_g4Hl7-8RxtrPgBGtggqJiNYQjvRyzCoDQNN9eHOT6xdj4y7vF0sUuFpQMEQfO2QUyiTQZ7Be_hNvb3XP8G/s1600/backg2.png) repeat; border:1px solid #B1E2FA;padding:5px;width:205px;">
<img style="width:200px;height:140px;" src="https://s-media-cache-ak0.pinimg.com/236x/ff/3d/60/ff3d608578e37b2ce965114f3a21a52f.jpg" />
<div class="dash">
<a href="http://blogger.com/home" title="Dashboard">DBOARD</a>
<a href="http://www.blogger.com/follow-blog.g?blogID=YOURBLOGID<$BlogID$>" title="Follow">FOLLOW</a>
</div></div></center>
<br>
Assalamualaikum.....bla...bla..bla....<br>
<b>bold</b>, <u>underlined</u>, <i>italic</i><br>
<blockquote>My Status : </blockquote></center></div>
<br>
<div class="sidebarblog">
<div class="title">My Secret Box</div>
<div class="min">secret box</div><br>
<div class="long">
<a class="button" onclick="document.getElementById('wra').innerHTML=document.getElementById('1').innerHTML" >1</a>
<a class="button" onclick="document.getElementById('wra').innerHTML=document.getElementById('2').innerHTML" >2</a>
<a class="button" onclick="document.getElementById('wra').innerHTML=document.getElementById('3').innerHTML" >3</a>
<a class="button" onclick="document.getElementById('wra').innerHTML=document.getElementById('4').innerHTML" >4</a></div>
<div id="wra" style="width:203px;color:#89CDF0; padding:5px;border:1px solid #8AC0E1;border-top:none;font-size:11px; letter-spacing:1px;">
<center>1. Archive</center>
<center>2. Banner</center>
<center>3. Contact me</center>
<center>4. Ask.fm</center>
</div>
<div id="1" style="display: none;">
<center><select style="background-color: #FFFFFF; color: #000000; font: 10px tahoma; letter-spacing: 2px; border:2px #8EBDD1 solid; padding: 2px; width: 200px;cursor:url(http://i1196.photobucket.com/albums/aa406/tieqaonew/01.gif),progress;" onChange="location.href=this.options[this.selectedIndex].value;">
<option value=''>History:</option>
<BloggerPreviousItems>
<option value="<$BlogItemPermalinkURL$>"> <$BlogPreviousItemTitle$></option>
</BloggerPreviousItems></select></center><p></div></div>
<div id="2" style="display: none;">
*PUT YOUR BANNER HERE*</div>
<div id="3" style="display: none;">
<img src="http://media.tumblr.com/88c93ec84c61e48f6307b0b8ac04044b/tumblr_inline_mg1aehY8lg1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;" width="20"> : <a href="" style="font-family: 'Delius Swash Caps';">Your FB</a><br>
<img src="http://media.tumblr.com/96ce6fcf509035d86f8d99b9ca6b3648/tumblr_inline_mg1aelBqxv1qdlkyg.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;" width="20"> : <a href="" style="font-family: 'Delius Swash Caps';" width="20">Your Twitter</a><br>
<img src="http://gazo.emoji7.jp/img/03pgv_445658/%E3%83%A1%E3%83%BC%E3%83%AB%2A%E6%89%8B%E7%B4%99%2A%E9%80%81%E4%BF%A1%2A%E5%8F%97%E4%BF%A1%2A%E3%80%93_m.gif" style="opacity:1; border-radius:0px;border:none;box-shadow:none;border-radius:0px;background:none;padding:0px;" width="20"> : Your e-mail</div>
<div id="4" style="display: none;">
*PUT YOUR ASK.FM WIDGET HERE*
</div>
<br>
<div class="sidebarblog">
<div class="title">Walkie Talkie here</div>
<div class="min">chat box</div><br>
<center><img style="opacity:0.9;border:1px solid #f1f1f1;padding:4px;" src="https://s-media-cache-ak0.pinimg.com/236x/8a/05/55/8a0555d8f5393c86faf69a787dbe0cbb.jpg" /></center><br>
<center>*PUT YOUR CBOX*</center></div>
<br>
<div class="sidebarblog">
<div class="title">CREDIT</div>
<div class="min">thanks to;</div><br>
<b>Template by :</b> <a href="www.sweetiegirl.co.vu">Annisa Pramudita</a><br>
<b>Basecodes :</b> <a href="http://www.kawaiibluegirl.co.vu/">Yuuki</a> And <a href="http://blogger.com/">jemima & mutiara</a><br>
<b>Image by :</b> <a href="http://tumblr.com/">Tumblr</a> & <a href="http://images.google.com/">Google</a><br>
<b>Owner by :</b> <a href="">YOUR NAME</a>
<br>
<body>
<td id="mainblog" valign="top" style="width:200px; padding-left:5px; border-left:1px solid #f0f0f0; padding-right:7px; padding-left:12px;">
<div class="mainblog">
<blogger><div class="post-title"><img src="http://media.tumblr.com/tumblr_ll7x4sjUBb1qi6qow.gif"> <BlogItemTitle><$BlogItemTitle$> <img src="http://media.tumblr.com/tumblr_ll7x4sjUBb1qi6qow.gif"></BlogItemTitle></div>
<div class="date"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <$BlogItemDateTime$> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>><$BlogItemCommentCount$> Muslimah</a></BlogItemCommentsEnabled></div><br>
<$blogitembody$></blogger><br>
<br><br>
<center><NewerPosts><a href="<$NewerPosts$>"><img src="http://i870.photobucket.com/albums/ab266/whateverfanfan/cblue.gif" title="Newer" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:left;"/></a></NewerPosts>
<a href=""><img src="http://i791.photobucket.com/albums/yy199/7thdisorder/7thPix/cgs/home3.png" title="Home" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;"/></a>
<OlderPosts><a href="<$OlderPosts$>"><img src="http://i870.photobucket.com/albums/ab266/whateverfanfan/dblue.gif" title="Older" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:right;"/></a></OlderPosts></center></div>
</div><br>
<td id="h" style="display: none;">
<body>
<div class="mainblog">
<blogger><div class="post-title"><img src="http://media.tumblr.com/tumblr_ll7x4sjUBb1qi6qow.gif"> <BlogItemTitle><$BlogItemTitle$> <img src="http://media.tumblr.com/tumblr_ll7x4sjUBb1qi6qow.gif"></BlogItemTitle></div>
<div class="date"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <$BlogItemDateTime$> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$>><$BlogItemCommentCount$> waiting</a></BlogItemCommentsEnabled></div><br>
<$blogitembody$></blogger><br>
<br><br>
<center><NewerPosts><a href="<$NewerPosts$>"><img src="http://i870.photobucket.com/albums/ab266/whateverfanfan/cblue.gif" title="Newer" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:left;"/></a></NewerPosts>
<a href=""><img src="http://i791.photobucket.com/albums/yy199/7thdisorder/7thPix/cgs/home3.png" title="Home" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;"/></a>
<OlderPosts><a href="<$OlderPosts$>"><img src="http://i870.photobucket.com/albums/ab266/whateverfanfan/dblue.gif" title="Older" border="0" style="border:none;border-radius:0px;background:transparent;padding:0px;float:right;"/></a></OlderPosts></center></div>
</div>
</td>
<td id="a" style="display: none;">
<div class="mainblog">
<div class="post-title"><img src="http://media.tumblr.com/tumblr_meb6bnTFU91qdlkyg.gif"> Little Writer <img src="http://media.tumblr.com/tumblr_meb6bnTFU91qdlkyg.gif"></div><br>
<center><img src="http://fc00.deviantart.net/fs25/i/2008/179/5/2/Enchanted_Blue_Rose_by_glistam.jpg" width="500" ></center></br>
<p>

<u>About Me</u><br><br>

<b>Name</b> : --- <br>
<b>Age</b> : --- <br>
<b>Hobbies</b> : --- <br>
<b>Birthday</b> : --- <br>
<b>Location</b> : --- <br>
<b>Country</b> : --- <br>
<b>Fav. Colors</b> : --- <br>
<b>Fav. Animals</b> : --- <br>
<b>Status</b> : Single/In a relationship/Married/Divorce<br>
<br>
<u>Facts ;</u><br><br>

<b>1</b> : what <br>
<b>2</b> : is <br>
<b>3</b> : your <br>
<b>4</b> : facts? <br>
<b>5</b> : replace <br>
<b>6</b> : with your own word <br></div>
</td>
<td id="stuffs" style="display: none;">
<div class="mainblog">
<div class="post-title"><img src="http://media.tumblr.com/tumblr_meb6brjAkQ1qdlkyg.gif"> Stuffs <img src="http://media.tumblr.com/tumblr_meb6brjAkQ1qdlkyg.gif"></div><br>
<center><img src="http://indulgy.ccio.co/UC/13/34/73816881361853021PeNZdeXqc.jpg" width="500" ></center></br>
<blockquote> MY STUFFS</blockquote><br><br>
<u>Tutorials</u><br><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br>
Tutorial : <a href="">...</a><br><br>

<u>Freebies</u><br><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br>
Freebies : <a href="">...</a><br><br></div>
</td>
<td id="f" style="display: none;">
<div class="mainblog">
<div class="post-title"><img src="http://the-bluera.blogspot.com/favicon.ico"> Linkies <img src="http://the-bluera.blogspot.com/favicon.ico"></div><br>
<center><img src="http://28.media.tumblr.com/tumblr_kzhvagQ6Km1qav6t4o1_500.jpg" width="430" height="250"></center><br>
<center>Name: <input type="text" size="11" value="YOUR NAME" style="width:180px;font:11px trebuchet ms;color:#99DBF7;border:1px  solid #eee;margin-right:6px;background-color:#ffffff;padding:2px;padding-left:4px;" onclick="this.focus()" onfocus="this.select()">
URL: <input type="text" size="11" value="URLBLOG" style="width:180px;font:11px trebuchet ms;color:#99DBF7;border:1px solid #eee;background-color:#ffffff;padding:2px;padding-left:4px;" onclick="this.focus()" onfocus="this.select()"></center>
<br>
Want to exchange links/buttons? Tell me in the shoutbox! ;)
<br><br>
<a class="links" href="http://www.kawaiibluegirl.co.vu/">Yuuki</a>
<a class="links" href="www.sweetiegirl.co.vu">Annisa P.P.N</a>
<a class="links" href="comming soon">Coming soon</a>
<a class="links" href="comming soon">Coming soon</a>
<a class="links" href="comming soon">Coming soon</a>
<a class="links" href="comming soon">Coming soon</a>
<a class="links" href="comming soon">Coming soon</a>
<a class="links" href="comming soon">Coming soon</a>
<a class="links" href="comming soon">Coming soon</a>
<a class="links" href="comming soon">Coming soon</a>
<a class="links" href="comming soon">Coming soon</a>
<a class="links" href="comming soon">Coming soon</a>
<a class="links" href="comming soon">Coming soon</a>
<br></div>
</td>
<td id="r" style="display: none;">
<div class="mainblog">
<div class="post-title"><img src="http://media.tumblr.com/tumblr_m2ruf8uKCj1qdlkyg.gif"> Lists of Rules <img src="http://media.tumblr.com/tumblr_m2ruf8uKCj1qdlkyg.gif"></div><br>
<center><img src="http://data1.whicdn.com/images/31757954/tumblr_m6i7cfDuHZ1qfoe8do1_500_large.jpg" width="430" height="250"></center><br>
<blockquote>Put with your own rules !</blockquote><br>
<img src="http://media.tumblr.com/8144ac0ad06090f5588f77c30173e03c/tumblr_inline_mg0pqcHEx01qdlkyg.gif"> Your rules here.<br>
<img src="http://media.tumblr.com/8144ac0ad06090f5588f77c30173e03c/tumblr_inline_mg0pqcHEx01qdlkyg.gif"> Your rules here.<br>
<img src="http://media.tumblr.com/8144ac0ad06090f5588f77c30173e03c/tumblr_inline_mg0pqcHEx01qdlkyg.gif"> Your rules here.<br>
<img src="http://media.tumblr.com/8144ac0ad06090f5588f77c30173e03c/tumblr_inline_mg0pqcHEx01qdlkyg.gif"> Your rules here.<br>
<img src="http://media.tumblr.com/8144ac0ad06090f5588f77c30173e03c/tumblr_inline_mg0pqcHEx01qdlkyg.gif"> Your rules here.<br></div>
</td>
</table></body></head></html>

3 komentar:

  1. Makasih banget, kak.... Skins-nya bagus banget...

    BalasHapus
  2. Kak, coba lihat blogku. Yang karyaazayaya.blogspot.com. Udah aku pakai skins-nya. Sekali lagi, makasih ya kak... :D

    BalasHapus

Hello ~

Leave comment here
Request ? tell in chat box
Nice words please :)