/* * $Id: base.css,v 1.1 2006/12/13 02:58:30 coar Exp $ * * Styles used here and about. Some derived locally, some cadged, * borrowed, or stolen from around the Web. */ body { background-color: #ffffff; color: #000000; } h1 { text-align: center; } sup { font-size: 50%; font-style: italic; } .centre { text-align: center; } .red { color: #ff0000; } .white { color: #ffffff; } .silver { color: #c0c0c0; } .teal { color: teal; } .bgsilver { background-color: #c0c0c0; } .sidebar-right { width: 35%; border-color: #000000; border-width: thin; border-style: solid; background-color: #eeeeee; color: #000000; margin: 10px; padding: 6px; float: right; font-family: helvetica, sans-serif; font-size: 10px; } .sidebar-left { width: 35%; border-color: #000000; border-width: thin; border-style: solid; background-color: #eeeeee; color: #000000; margin: 10px; padding: 6px; float: left; font-family: helvetica, sans-serif; font-size: 10px; } .sidebar-left b, .sidebar-right b { font-size: 12px; font-weight: bold; color: #ee7700; } .thumbnailCell { vertical-align: bottom; text-align: center; } .thumbnailDescription { vertical-align: top; text-align: center; font-size: 10px; background-color: #eeeeee; } /* * GeoURL box (see http://GeoURL.Org/) */ .GeoURLLink { font-family: verdana, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #ffffff; background-color: #093; border-left: 1px solid #3C6; border-top: 1px solid #3C6; border-right: 1px solid #063; border-bottom: 1px solid #063; padding: 0px 3px 0px 3px; margin: 0px; } .alert { z-index: 10; border-color: #000000; border: 1px solid; padding-top: 1em; padding-left: 0.75em; padding-right: 0.75em; margin-top: 1em; margin-left: 2em; margin-right: 2em; font-size: 90%; } .alert pre { margin-left: 2em; overflow: hidden; } .alert-title, .alert h4 { float: left; z-index: 20; font-size: 105%; font-weight: bold; margin: 0em; margin-top: -1.7em; padding-left: 0.25em; padding-right: 0.25em; padding-top: 0.10em; padding-bottom: 0.10em; border: 2px solid #000000; background-color: #ffffff; } /* * Local Variables: * mode: C * c-file-style: "bsd" * indent-tabs-mode: nil * End: */