Main

3 sleepers online
Bookmark
Contact Me

Interact

Message Board
Chat

Affiliates

DotLastSign
.......
.......
.......

Copyright

If you are using this site it means you have already read and agreed to my terms. Nothing on this site can be copied or remade. Last Dream Design © 2004-2006 Kamui & Fei Hung. ALL Rights Reserved.

CSS                                                       

CSS or Cascading Style Sheets are used to control the content of your page. You can use it to set the font, scroll bars and other nice effects. 

+ CSS Colored Scroll Bars

Use this code to spice your page up with matching color scroll bars just replace the color codes with the correct color you want.

<head> 
<style type="text/css"> 
<!-- 
body {scrollbar-face-color: #993366; 
scrollbar-highlight-color: black; 
scrollbar-shadow-color: black; 
scrollbar-3dlight-color: green; 
scrollbar-arrow-color: black; 
scrollbar-track-color: #993366; 
scrollbar-darkshadow-color: green; 
scrollbar-base-color: green} 
--> 
</style> 
</head> 

+ Text Rollovers

You can customize the colors all you want you can have the hover do all kinds of stuff just add simple commands like background color, font size or even change the cursor by simply adding cursor: crosshair under hover.

<head>
<style type="text/css">
a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: green; text-decoration: underline }
</style>
</head>

Site

Home
Crew
Terms of Use
Credits

Designs

Backgrounds
Tables
CSS

Inspiration

Love of Anime
Silver Oracle
Komet Tails
Moonwave

Entertainment

Valheru
Starkingdoms
Anime Network
Adult Swim

Hosted by www.Geocities.ws

1