/* Style Sheets for older versions of Albion Monitor front pages*/ /* Fixes 2 problems with browser windows > 800px */ /* 9612a...9804a MON-OLD-CSS */ /* 122195...9611a MON-OLDER-CSS */ /* 081995...120395 MON-OLDEST-CSS */ body { max-width: 800px; /* won't work in IE */ padding: 10px; margin: 0; color: black; } a img { color: white; } /* trick to hide the border in Netscape 4 */ @media all { /* hide the next rule from Netscape 4 */ a img { color: inherit; } /* undo the color change above */ } .hide { display: none } div.head { margin-bottom: 1em } div.head h1 { margin-top: 0em; clear: both } div.head table { margin-left: 0em; margin-top: 0em } p.copyright { font-size: small } p.copyright small { font-size: small } @media screen { /* hide from IE3 */ a[href]:hover { background: #ffa } } pre { margin-left: 0em } /* p { margin-top: 0.6em; margin-bottom: 0.6em; } */ dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */ dt { font-weight: bold } pre, code { font-family: monospace } /* navigator 4 requires this */ ul.toc { list-style: disc; /* Mac NS has problem with 'none' */ list-style: none; } @media aural { h1, h2, h3 { stress: 20; richness: 90 } .hide { speak: none } p.copyright { volume: x-soft; speech-rate: x-fast } dt { pause-before: 20% } pre { speak-punctuation: code } }