/* JM's CSS for Lizard's Asylum asylum1.css Base layout for Asylum general files For site-wide files Last updated: 12:48 AM 7/13/2002 Modified for readability 06:49 PM 4/18/2001 Version 1.0 experimental File NOTES: *> File is linked to HTML via @import directive *> 12:48 AM 7/13/2002 Modified *> 10:58 AM 4/16/2002 Layout started. Structure Note: asylum1.css is the first stylesheet layout for Lizard's Asylum general files (about.html, archive.html, etc.) */ /* Imports */ @import "../basefont.css"; /* End imports */ a:link { color: #696; background: transparent; } a:visited { color: gray; background: transparent; } a:hover { color: white; background: #006; } h1 { line-height: 18px; padding-bottom: 4px; text-transform: lowercase; } h2 { line-height: 12px; text-transform: lowercase; letter-spacing: 2px; padding-bottom: 4px; } body { margin: 0; padding: 0; } #masterwrap { } #bodywrap { } #innerhead { position: absolute; top: 0; left: 0; width: 50%; text-align: right; } #styles { color: #999; } .links { padding-top: 18px; } .linkdesc { color: #CCC; } .links a:link, .links a:visited { font-size: 10px; line-height: 10px; } #text { position: absolute; top: 0; right: 0; width: 40%; } #footer { display: none; }