/* JM's CSS for Lizard's Asylum Base file for v8.x layout For v7.x ++ files Last updated: 10:42 PM 7/5/2002 Version 8.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:04 PM 7/9/2002 Body text uses serif (Georgia, or Times New Roman) *> 10:42 PM 7/5/2002 Version 8.x layout uses 7.x structure *> 10:42 PM 7/5/2002 Layout started. Structure Note: Version 8.x is the black & white "caffeine" layout */ /* Imports */ @import "../basefont.css"; /* End imports */ /* Overrides */ body { margin: 0 5% 0 35%; padding: 0; color: black; background: #888 url('coffee_tb.gif') bottom left fixed no-repeat; } a:link { color: #963; font-weight: bold; } a:visited { color: #666; font-weight: bold; } a:hover { text-decoration: underline; } h3 { text-align: center; } #masterwrap { margin: 0; padding-top: 60px; padding-left: 10px; padding-right: 10px; } /* background: transparent url("coffee_t.gif") top 50% no-repeat fixed;*/ #bodywrap { border: 1px solid black; background: white; padding: 0 8px; } #innerhead { text-align: center; width: 100%; } #text p { text-align: justify; padding: 10px 4px 0; font-family: Georgia, "Times New Roman", Times, serif; } #footer { padding: 0 4px 0 8px; text-align: center; margin: 0 50px; } .comments-body { font-size: 11px; border-top: 1px solid black; padding: 5px 15px 2px; } .comments-post { font-size: 10px; font-style: italic; text-align: right; } .entrylinks { font-size: 10px; line-height: 12px; } .sig { font-size: 11px; text-align: right; font-style: italic; } .links { margin-top: 15px; width: 100%; } .linkdesc { display: none; }