Vous êtes sur la page 1sur 8

<html> <script language="javascript" type="text/javascript"> /* toggle() checks to see if the images has already been faded or not and

sends the appropriate variables to opacity(); */ function toggle(el,milli) { // Get the opacity style parameter from the image var currOpacity = document.getElementById(el).style.opacity; if(currOpacity != 0) { // if not faded fade(el, milli, 100, 0); } else { // else the images is already faded fade(el, milli, 0, 100); } } /* changeOpacity() uses three different opacity settings to achieve a cross-browser opacity changing function. This function can also be used to directly change the opacity of an element. */ function changeOpacity(el,opacity) { var image = document.getElementById(el); // For Mozilla image.style.MozOpacity = (opacity / 100); // For IE image.style.filter = "alpha(opacity=" + opacity + ")"; // For others image.style.opacity = (opacity / 100); } /* fade() will fade the image in or out based on the starting and ending opacity settings. The speed of the fade is determined by the variable milli (total time of the fade in milliseconds)*/ function fade(el,milli,start,end) { var fadeTime = Math.round(milli/100); var i = 0; // Fade Timer // Fade in if(start < end) { for(j = start; j <= end; j++) { // define the expression to be called in setTimeout() var expr = "changeOpacity('" + el + "'," + j + ")"; var timeout = i * fadeTime; // setTimeout will call 'expr' after 'timeout' milliseconds setTimeout(expr,timeout); i++; } } // Fade out else if(start > end) { for(j = start; j >= end; j--) { var expr = "changeOpacity('" + el + "'," + j + ")"; var timeout = i * fadeTime; setTimeout(expr,timeout); i++; } } }

<div id="teddy" style="filter : alpha(opacity=0); -moz-opacity : 0; opacity : 0; "> <div id="bear" style="display : none;">

<body oncontextmenu='return false;'><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <head> <div style='position: static; top:0px; center: 0px; width:100%; position:fixed; padding:3px; background:#000000; opacity:0.8; color:#ffffff; font-size:11px; tex t-align: center;'>Holla! Feel free to navigate around ^^v : <a href='http://www. blogger.com/follow-blog.g?blogID=your id blog'>Follow</a> | <a href='http://blog ger.com/'>Dashboard</a></div> <script type="text/javascript"> //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker) // Copyright 1996 - Tomer and Yehuda Shiran // This example will appear in our forthcoming book on JavaScript. // Feel free to "steal" this code provided that you leave this notice as is. // Additional examples from the book can be found at http://www.geocities.com/Si liconValley/9000/ // For more information contact Tomer or Yehuda Shiran <yshiran@iil.intel.com> function tb9_makeArray(n){ this.length = n; return this.length; } tb9_messages = new tb9_makeArray(1); tb9_messages[0] = "Lee Jinki forever"; tb9_rptType = 'purple'; tb9_rptNbr = 5; tb9_speed = 100; tb9_delay = 2000; var tb9_counter=1; var tb9_currMsg=0; var tb9_timerID = null var tb9_bannerRunning = false var tb9_state = "" tb9_clearState() function tb9_stopBanner() { if (tb9_bannerRunning) clearTimeout(tb9_timerID) tb9_timerRunning = false } function tb9_startBanner() { tb9_stopBanner() tb9_showBanner() } function tb9_clearState() { tb9_state = "" for (var i = 0; i < tb9_messages[tb9_currMsg].length; ++i) { tb9_state += "0" } }

function tb9_showBanner() { if (tb9_getString()) { tb9_currMsg++ if (tb9_messages.length <= tb9_currMsg) { if ((tb9_rptType == 'finite') && (tb9_counter==tb9_rptNbr)){ tb9_stopBanner(); return; } tb9_counter++; tb9_currMsg=0; } tb9_clearState() tb9_timerID = setTimeout("tb9_showBanner()", tb9_delay) } else { var tb9_str = "" for (var j = 0; j < tb9_state.length; ++j) { tb9_str += (tb9_state.charAt(j) == "1") ? tb9_messages[tb9_currMsg].charAt(j) : "____" } document.title = tb9_str tb9_timerID = setTimeout("tb9_showBanner()", tb9_speed) } } function tb9_getString() { var full = true for (var j = 0; j < tb9_state.length; ++j) { if (tb9_state.charAt(j) == 0) full = false } if (full) return true while (1) { var num = tb9_getRandom(tb9_messages[tb9_currMsg].length) if (tb9_state.charAt(num) == "0") break } tb9_state = tb9_state.substring(0, num) + "1" + tb9_state.substring(num + 1, tb 9_state.length) return false } function tb9_getRandom(max) { var now = new Date() var num = now.getTime() * now.getSeconds() * Math.random() return num % max } tb9_startBanner() </script> <center><img border="0" src="http://i1119.photobucket.com/albums/k636/ashumaira/ Untitled-1-49.png" /></center> <title> Onew ^_^ </title<link rel="shortcut icon" href="http://i1197.photobucket .com/albums/aa427/changhyun-i/icon/onew.png" /> <style type="text/css"> #navbar-iframe { display: none; } body {

background: #E0F2F7; background-attachment:fixed; font-family: verdana; font-size: 11px; text-align: left; } .awesome { text-align: center; margin-top: 200px; -webkit-transition:1s; } .awesome:hover { opacity:0.8; -webkit-transition:1s; padding-left:50px; } ::-moz-selection { background:#FFFFFF; color:#2E64FE; } ::selection { background:#FFFFFF; color:#2E64FE; } a:link, a:visited { color: #01A9DB; text-decoration: none; cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress; } a:hover { color: #E0F2F7; background:#000000; text-decoration:none; border: #E0F2F7 2px solid; padding:3px 5px; -moz-border-radius:10px; } img:hover { filter:alpha(opacity=80); -moz-opacity:0.80; opacity:.80; } a.cute { g: 2px; letter-spacing: 2px; display: inline-block; width: 190px; color: #000000; border: 2px #000000 solid; } a.cute:hover { border: 1px # f8aec1 solid;

background : #000000; color: #E0F2F7; -webkit-transition:1s; } .magical { margin: .75em 0; font: normal normal 120% Verdana, Geneva, sans-serif; color: #000000; text-align: center; background-image:url( URL Background ); border-top: 0px solid #ffffff; border-bottom: 2px solid #000000; border-right: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; padding: 2px; }

.rosemary { font-family: century gothic; font-size:12px; line-height:20px; color: #000000; text-align: center; } blockquote { background:url(); padding:10px; Border:1px solid #58D3F7; border-left :5px solid #000000; border-right :5px solid #000000; border-bottom :1px solid #58D3F7; -webkit-border-radius: 2px; colour:#FFFFFF} blockquote:hover { background: url() repeat right bottom ; border:2px solid #CEECF5; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-topright: 10px;

-moz-border-radius-bottomleft: 10px; } u { text-decoration:none; border-bottom: 6px double #2E9AFE; } b { text-decoration:none; color: #2E9AFE; } big { text-decoration:none; color: #D358F7; font-family: century gothic; font-size:20px; } </style>

</head> <table style="font-size: 11px; color: #000000; line-height: 17px; background:whi te; -moz-border-radius: 25px;border-radius: 25px;-moz-box-shadow: 0 0 1px 3px #C EECF5; width="900" align="center" border="0" cellspacing="10"> <tbody><tr> <td valign="top" style="line-height:15px; letter-font-size:10px; width:220px; pa dding-right:10px;"> <div class="magical">Chicken's messages ^^</div><br> <center><img src="http://i354.photobucket.com/albums/r414/annabelle_moon13/2yvs8 w4.gif" width="200" height="180"/></center> <br/><br>I'm SHINee leader. I was known for my sangate, soft voice and my powerf ul ttakbam. I can crack walnuts EASILY. Beside that, I also love CHICKEN damn so much. Yeah, it's my favorite food ^^<br> <div class="magical">Navigates</div><br> <center> <a class="cute" onClick="document.getElementById('entry').innerHTML=document.get ElementById('fairies').innerHTML" title="Entries">Home</a> <a class="cute" onClick="document.getElementById('entry').innerHTML=document.get ElementById('about').innerHTML" title="click to know more">Onew maniac</a> <a class="cute" onClick="document.getElementById('entry').innerHTML=document.get ElementById('link').innerHTML" title="messages">Chat</a> <a class="cute" onClick="document.getElementById('entry').innerHTML=document.get ElementById('anything').innerHTML" title="Other">Other</a> </center> <br><br>

<td valign="top" style="width:500px; padding-left:5px; border-left:1px solid #ff ffff; padding-right:13px; "> <div id="entry"> <blogger><div class="magical"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></ div> <div class="rosemary"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <$BlogItemDateTime$> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormO nClick$>><$BlogItemCommentCount$> comments</a></BlogItemCommentsEnabled></div><b r> <$BlogItemBody$></br> </blogger><br> <center><OlderPosts><a href=<$OlderPosts$>>Old things</a></OlderPosts> <NewerPos ts> | <a href=<$NewerPosts$>>New things</a></NewerPosts></center></div> </td></tr></tbody> </table> <div id="about" style="display: none;"> <div class="magical">I love you, ONEW!</div><br> <center><img src="http://i1196.photobucket.com/albums/aa419/koksiKpop/Onewnochic kenT__T.jpg" width="360" height="260" /></center><br> <center><u>Annyeong chigu !!!</u></center><br><br> Hello and annyeong chigu. I'm Cikin and I am this skin maker. <br><blockquote>I'm SHINee leader. I was known for my sangate, soft voice and my powerful ttakbam. I can crack walnuts EASILY. Beside that, I also love CHICKEN damn so much. Yeah, it's my favorite food ^^</blockquote>

</div> <div id="fairies" style="display: none;"> <blogger><div class="magical"><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></ div> <div class="rosemary"><BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader> | <$BlogItemDateTime$> | <a href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormO nClick$>> <$BlogItemCommentCount$> comments</span></a></BlogItemCommentsEnabled> </div> <$BlogItemBody$></br> </blogger><br> <center><OlderPosts><a href=<$OlderPosts$>>Older Post</a></OlderPosts> <NewerPos ts> | <a href=<$NewerPosts$>>Newer Post</a></NewerPosts></center></div> <div id="link" style="display: none;"> <div class="magical">Chat</div><br> <br><br><center><img src="http://i1134.photobucket.com/albums/m616/p-bet/SHINee/ Onew/Onew456.jpg" width="360" height="260"/></center> <br><br> <center>Your shoutbox codes here</center>

</div> <div id="anything" style="display: none;"> <div class="magical">Anything ><</div><br>

<center><img src="http://i1208.photobucket.com/albums/cc372/Muffinsx2/SHINee/05. gif" width="360" height="260" /></center><br> <center><u>Hey you. Put your links, tutos, freebies or anything about Onew here. Okay? </u></center><br><br> </div> </body> </html> <br><center><div style="color:#000000">Skin by <a href="http://acqeen.blogspot.c om/">Shining</a> <a href="http://www.blogskins.com/me/shining_shawol">Shawols</a >. Picture/gif by <a href="http://google.com/">Google</a>.</div></center> </div><br>

Vous aimerez peut-être aussi