/* JM's CSS for Lizard's Asylum Base file for v6.x layout For v6.x ++ files Last updated: 1:51 AM 4/9/2002 Modified for readability 06:49 PM 4/18/2001 Version 6.00 File NOTES: *> File is linked to HTML via @import directive *> DO NOT IMPORT v21styles.css WITH THIS FILE. This stylesheet has already been streamlined. *> Edited and streamlined; removed legacy code (v3.x and below) *> 1:49 AM 4/9/2002 Moved basefont to root. *> 11:19 PM 2/15/2002 Created alternate stylesheet; alternate uses emfont instead of basefont. Structure Note: Version 6.x is Vertigo, an experimental layout */ /* Imports */ @import "../basefont.css"; /* End imports */ /* Overrides */ a:link { color: #696; background: transparent; } a:visited { color: gray; background: transparent; } a:hover { color: white; background: #006; } h1, h2, h3, h4, h5, h6 { font-family: Arial; } h1 { line-height: 18px; color: white; padding-bottom: 4px; } h2 { line-height: 12px; text-transform: lowercase; letter-spacing: 2px; color: #FFF; padding-bottom: 4px; } body { margin: 0; padding: 0; color: black; background: black url(vertigo1.jpg) bottom left fixed no-repeat; font-family: Verdana, Geneva, sans-serif; } /* Content wrapper */ #contenthead { float: left; width: 200px; } #contentwrap { float: left; color: #ccc; padding-top: 300px; width: 40%; } #sectionwrap { float: left; } #sectionlinks { border-left: 1px solid #ccc; padding-left: 2px; }