home *** CD-ROM | disk | FTP | other *** search
/ XML Bible (2nd Edition) / XML_Bible_Second_Edition_Hungry_Minds_2001.iso / mac / specs / xhtml1 / W3C-REC.css < prev    next >
Cascading Style Sheet File  |  2000-01-25  |  2KB  |  80 lines

  1. /*
  2.    Acknowledgments:
  3.  
  4.    - 'background-color' doesn't work on Mac IE 3, but 'background'
  5.      does (Susan Lesch <lesch@macvirus.com>)
  6.  
  7.    - 'smaller' leads to illegible text in both Mac IE and Mac NS,
  8.      'small' is better: works in Mac NS, but is always 12pt in Mac IE
  9.      3 (Susan Lesch <lesch@macvirus.com>)
  10.  
  11.    $Id: W3C-REC.css,v 1.2 2000/01/25 22:06:51 ahby Exp $
  12. */
  13.  
  14. BODY {
  15.   margin: 2em 1em 2em 70px;
  16.   font-family: sans-serif;
  17.   color: black;
  18.   background: white;
  19.   background-position: top left;
  20.   background-attachment: fixed;
  21.   background-repeat: no-repeat;
  22. }
  23.  
  24. TH, TD { /* ns 4 */
  25.   font-family: sans-serif;
  26. }
  27.  
  28. H1, H2, H3 {
  29.   text-align: left;
  30.   font-family: sans-serif;
  31.   font-weight: normal;
  32.   color: #0050B2; 
  33. }
  34.  
  35. .hide { display: none }
  36.  
  37. DIV.head { margin-bottom: 1em }
  38. DIV.head H1 { margin-top: 2em; clear: both }
  39. DIV.head TABLE { margin-left: 2em; margin-top: 2em }
  40. DIV.head IMG { color: white; border: none } /* remove border from top image */
  41.  
  42. P.copyright { font-size: small }
  43. P.copyright SMALL { font-size: small }
  44.  
  45. @media screen {  /* hide from IE3 */
  46. A:hover { background: #FFA } 
  47. }
  48.  
  49. PRE { margin-left: 2em }
  50. /*
  51. P {
  52.   margin-top: 0.6em;
  53.   margin-bottom: 0.6em;
  54. }
  55. */
  56. DT, DD { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
  57. DT { font-weight: bold }
  58.  
  59. PRE { font-family: monospace }        /* navigator 4 requires this */
  60.  
  61. UL.toc {
  62.   list-style: disc;        /* Mac NS has problem with 'none' */
  63.   list-style: none;
  64. }
  65.  
  66. @media aural {  
  67.   H1, H2, H3 { stress: 20; richness: 90 }
  68.   .hide { speak: none }
  69.   P.copyright { volume: x-soft; speech-rate: x-fast }
  70.   DT { pause-before: 20% }
  71.   PRE { speak-punctuation: code } 
  72. }
  73.  
  74.  
  75.  
  76. BODY {
  77.   background-image: url(REC.gif);
  78. }
  79.  
  80.