Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 5

<!---------MADE BY AISHAH BAHARUDIN------------!> <html> <head> <title>I am VIP</title> <link rel="shortcut icon" href="http://babydoll.girly.jp/wp-content/uploads/2012 /04/image84.

gif"/> <div style="display:scroll; position:fixed; top:5px; right:90px;"><a class="link opacity" href="http://www.blogger.com/follow-blog.g?blogID= 8531007491698985143" target="_blank" rel="nofollow" title="Follow !" imageanchor="1" style="margin-l eft: 1em; margin-right: 1em;"><img border="0" src="http://assets.tumblr.com/imag es/iframe_follow_alpha.png?6" /></a> <div style="display:scroll; position:fixed; top:5px; right:2px;"><a class="linkopacity" href="http://blogger.com/home" targ et="_blank" rel="nofollow" title="Dashboard !" imageanchor="1" style="margin-lef t: 1em; margin-right: 1em;"><img border="0" src="http://assets.tumblr.com/images /iframe_dashboard_alpha.png?6" /></a></div></div> <style type="text/css"> #navbar-iframe {display: none; } body { background:url(http://1.bp.blogspot.com/-2FvxiRUffxc/TsdHG9-rhEI/AAAAAAAAAGM/QK7 6mwxZaX8/s1600/backgroundgray.png); font-family: trebuchet ms; font-size: 8pt; background-attachment:fixed; text-align: justify; cursor: url(http://i.imgur.com/f7G78.png), auto; } ::-moz-selection { background: transparent; text-shadow: 0px 0px 3px #F5A9A9; } ::selection { background: transparent; text-shadow: 0px 0px 3px #F5A9A9; } a:link, a:visited { font-style: normal; color: #CFDDFF; text-decoration: none; cursor: url(http://i.imgur.com/f7G78.png), auto; -webkit-transition-duration: 0.3s; } a:hover{ border-bottom:2px solid #DCDCDC; } blockquote { color: #000000; background:url(http://3.bp.blogspot.com/-NVqzAhjO5r0/TmjC1EWcpzI/AAAAAAAAA5U/Vwr vPoCfyTA/s320/bg.jpg); cursor: url(http://i.imgur.com/f7G78.png), auto; border: 1px dashed #DCDCDC; border-top-left-radius:10px; border-bottom-left-radius:10px;

border-top-right-radius:10px; border-bottom-right-radius:10px; -moz-border-top-right-radius: 10px; -moz-border-bottom-right-radius: 10px; -moz-border-top-left-radius: 10px; -moz-border-bottom-left-radius: 10px; padding: 7px; } blockquote:hover { border: 1px dashed #D4E0FF; border-top-left-radius:15px; border-bottom-left-radius:15px; border-top-right-radius:15px; border-bottom-right-radius:15px; -moz-border-top-right-radius: 15px; -moz-border-bottom-right-radius: 15px; -moz-border-top-left-radius: 15px; -moz-border-bottom-left-radius: 15px; } ::-webkit-scrollbar {height:10px;width: 8px;background: #ffffff;} ::-webkit-scrollbar-thumb {background-color: #98BBFF;-moz-border-radius: 15px;bo rder-radius: 15px;} /*------ IMAGE ANIMATION------*/ img, a img { border-radius: 10px; opacity: .75; filter: alpha(opacity=100); -o-t ransition: opacity 1.5s linear; -webkit-transition: opacity 1.5s linear; -moz-tr ansition: opacity 1.5s linear; } img:hover, a:hover img {opacity: 100; filter: alpha(opacity=100); -o-transition: opacity 1s linear; -webkit-transition: opacity .8s linear; -moz-transition: opa city 1.5s linear; } u { text-decoration:none; border-bottom:2px solid #DEE8FF; padding:0 1px 0 1px; } i { color:#E5E5E5; } strike { color:#DCDCDC; } b { text-decoration: none; color: #DADADA; } .h1 { font-family:trebuchet ms; font-size:14px; letter-spacing: 1px; line-height:20px; color: #C6C6C6;

text-align: center; text-transform: normal; border-bottom:1px dashed #C0DAFF; border-top:1px dashed #C0DAFF; border-left:1px dashed #C0DAFF; border-right:1px dashed #C0DAFF; } .h2 { color: #000000; background:url(http://3.bp.blogspot.com/-NVqzAhjO5r0/TmjC1EWcpzI/AAAAAAAAA5U/Vwr vPoCfyTA/s320/bg.jpg); font-family:trebuchet ms; font-size:13px; text-align: left; padding: 4px; }

.h3 { font-family:trebuchet ms; font-size: 11px; text-transform: normal; text-align: center; } </style> <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 bef ore showing control //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll docu ment up when control is clicked on (1=top). setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 50 0]}, controlHTML: '<img onmousedown="event.preventDefault ? event.preventDefault() : event.returnValue = false" src="http://2.bp.blogspot.com/-HO0gAr0f4pI/TrKDYdndyf I/AAAAAAAAA2M/wVhW_x0jBm0/s1600/top2.png"style="border:0;"/>', //HTML for contro l, which is auto wrapped in DIV w/ ID="topcontrol" controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ cen ter of window corner anchorkeyword: '#top', //Enter href value of HTML anchors on the page that shoul d 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.set ting.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() - th is.controlattrs.offsetx var controly=$window.scrollTop() + $window.height() - this.$control.height() - t his.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 } </script> </head> <center><img border="0" src="https://lh3.googleusercontent.com/-vjuLei5JznY/T6P8 iQsO5HI/AAAAAAAABfo/75JpaFr5BhE/s800/Unttled.png" /></center> <table style="font-size: 11px; color: #848484; line-height: 16px; background:#FF FFFF; border-radius:20px;" width="810" align="center" border="0" cellspacing="10 "> <tbody><tr> <td valign="top" style="width:560px; padding-left:5px; border-right:1px solid #e ee; padding-bottom:5px; box-shadow:0px 0px 5px #ffffff; padding-right:15px; "> <div id="post"> <blogger><div class="h1"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div> <div class="h3"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <$Blog ItemDateTime$> |<a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick$ >> <$BlogItemCommentCount$> VIP</span></a></BlogItemCommentsEnabled> </div><$Blo gItemBody$></br></blogger><br><center><OlderPosts><a href=<$OlderPosts$>>OLD</a> </OlderPosts> <NewerPosts> | <a href=<$NewerPosts$>>NEW</a></NewerPosts></cente r> <td valign="top" style="line-height:15px; letter-spacing:1px; font-size:8pt; wid th:250px; padding-left:10px;"><br> <div class="h2"> Blue</div><br> <center><img src="http://3.bp.blogspot.com/-W8W6bMB_x2s/T1oqTKB0OuI/AAAAAAAAB4g/ TM7Vz2JoQSc/s640/8797-big-bang-blue-mv-80-000-hits-on-youtube.jpg"width="220" he ight="150"><center> I'm singing my blue~ I am Bigbang's fans. VIP imida :)<br> <u>Replace with your welcome word</u><br><br> -----------------------------------------------<center><a class="button" onClick="document.getElementById('post').innerHTML=doc ument.getElementById('entry').innerHTML" title="post">Entry</a> <span style="pad ding:4px;"></span> | <a class="button" onClick="document.getElementById('post').innerHTML=document.ge tElementById('profile').innerHTML" title="Owner">About</a> <span style="padding:

4px;"></span> | <a class="button" onClick="document.getElementById('post').innerHTML=document.ge tElementById('link').innerHTML" title="Linkies">Linkies</a> <span style="padding :4px;"></span><br> -----------------------------------------------<div class="h2"> Fantastic Baby</div><br> <center><img src="http://www.dramacafe.co.uk/wp-content/uploads/2012/03/wpid-Big -Bang-Bad-Boy-Teaser.jpeg"width="220" height="150"><center> Put your shoutbox here.Max width is 250.</div><br></br> <!-----------------DON'T REMOVE THE CREDIT OR I'LL HUNT YOU-------------!> <div class="h2"> Bad Boy</div><br> <center><img src="http://cdn2.mixrmedia.com/wp-uploads/ningin/blog/2012/03/11599 5927ebc51f42c4c6d28bd5ce500_large.jpg"width="220" height="150"><center> Template By: <a href="http://www.blogskins.com/me/rilakkuma-chan">Aishah</a> <a href="http://nuraishahbintibaharudin.blogspot.com/">Baharudin</a><br> Others: <a href="http://html-color-codes.info/"> </a><a href="http://ayemrawi.blogs pot.com/2011/10/lets-design-own-template-classic.html"> </a> <a href="http://wanaseo by.blogspot.com/"> </a> <!-----------------DON'T REMOVE THE CREDIT OR I'LL HUNT YOU-------------!> <br> </td> </tr></tbody> </table> <div id="profile" style="display: none;"> <div class="h1">About VIP</div><br> <center><img src="http://shadowqueen13.files.wordpress.com/2012/02/picture-9.jpg "width="400"><center><br> I am Bigbang's truth fans !! I am VIP :) I hope I'll meet them ! ^_^<br> <blockquote>Replace with your profile here !</blockquote></div> <div id="link" style="display: none;"> <div class="h1">VIP (s)</div><br> <center><img src="http://cloud.comtrya.com/wp-content/uploads/2012/03/bigbang-al ive-fantastic-baby-pv1.jpg"width="400"><center><br> <a href="http://nuraishahbintibaharudin.blogspot.com/"/>Aishah</a> | <a href="ht tp://blogger.com"/>Friends</a> | <a href="http://blogger.com"/>Friends</a> | <a href="http://blogger.com"/>Friends</a> | <a href="http://blogger.com"/>Friends</a> | <a href="http://blogger.com"/>Friend s</a> | <a href="http://blogger.com"/>Friends</a> | <a href="http://blogger.com" />Friends</a> </center><br> <br> </div> <div id="entry" style="display: none"> <blogger><div class="h1"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></div> <div class="h3"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <$Blog ItemDateTime$> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnClick $>> <$BlogItemCommentCount$> VIP</span></a></BlogItemCommentsEnabled> </div><$Bl ogItemBody$></br></blogger><br><center><OlderPosts><a href=<$OlderPosts$>>OLD</a > </OlderPosts> <NewerPosts> | <a href=<$NewerPosts$>>NEW</a></NewerPosts></cent er> </div> </td> </body> </html>

You might also like