|
Monday, 12 August 2013
11:32 <HTML> <head> <title>Closet Fangirls</title> <script> function changeNavigation(id) {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML} </script> <script language=JavaScript> <!-- //Disable right click script III- By Renigade (renigade@mediaone.net) //For full source code, visit http://www.dynamicdrive.com var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") // --> </script> <style type="text/css"> #navbar-iframe{display: none; height: 0;} a:link, a:visited, a:hover{ color: #504A4B; cursor: vertical-text;} a:hover{ color: #15317E; } ::-moz-selection{ background: #4d4d4d; color: #ffffff;} body{ background: url(http://img580.imageshack.us/img580/320/urlv.png); font-family: tahoma; font-size: 9px; color: #666; text-align: justify; } table{ font-family: arial; font-size: 10px;color: #666; text-align: justify; line-height: 13px; } .navigation{ color: #c0c0c0; padding: 15px 2px 40px 2px; text-transform: Uppercase; word-spacing: 170px; letter-spacing: 3px;} .title{ font-family: "trebuchet ms", sans-serif; font-size: 12px; letter-spacing: 1px; text-transform:uppercase; color: #000000; } .comment{ text-transform: Uppercase; word-spacing: 5px; letter-spacing: 1px; } .box{ background-color: white;} </style> </head> <body> <center> <br><br><br><br> <table border="0" cellpadding="0" cellspacing="0"> <tr><td bgcolor="black" valign="top" width="1000"><br><br> <div align="center"> <div class="navigation"> <span style="cursor: pointer;" onMouseover="this.style.color='#666'" onMouseout="this.style.color='#c0c0c0'" onClick="changeNavigation('clothes')">clothes</span> <span style="cursor: pointer;" onMouseover="this.style.color='#666'" onMouseout="this.style.color='#c0c0c0'" onClick="changeNavigation('orders')">orders</span> <span style="cursor: pointer;" onMouseover="this.style.color='#666'" onMouseout="this.style.color='#c0c0c0'" onClick="changeNavigation('facebook')">facebook</span> <span style="cursor: pointer;" onMouseover="this.style.color='#666'" onMouseout="this.style.color='#c0c0c0'" onClick="changeNavigation('about')">about</span> </div> </td></tr></table><br> <table border="0" cellpadding="0" cellspacing="0" > <tr><td id="main" valign="top" width="1000"> </div> <td id="clothes" style="display: none;"> <br><div class="box"><br><center> <div class="title">Clothes</div><br> <br><br><br><br><br><br><br><br></div></center</td> <td id="order" style="display: none;"> <br><div class="box"><br><center> <div class="title">order</div><br> <br><br><br><br><br><br><br><br></div></center</td> <td id="facebook" style="display: none;"> <br><div class="box"><br><center> <div class="title">facebook</div> <br><br><br><br><br><br><br><br></div></center</td> <td id="about" style="display: none;"> <br><div class="box"><br><center> <div class="title">about</div><br> <br><br><br><br><br><br><br><br></div></center</td> </table> </div> </body> </html> |