home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 1999: Conference Abstracts & Applications / S99CAA.iso / pc / skapps / suppmtl / turner / index.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-06-17  |  892 b   |  32 lines

  1.  
  2. /* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
  3. .MATH    { font-family: "Century Schoolbook", serif; }
  4. .MATH I  { font-family: "Century Schoolbook", serif; font-shape: italic }
  5. .BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }
  6.  
  7. /* implement both fixed-size and relative sizes */
  8. SMALL.XTINY        { font-size : xx-small }
  9. SMALL.TINY        { font-size : x-small  }
  10. SMALL.SCRIPTSIZE    { font-size : smaller  }
  11. SMALL.FOOTNOTESIZE    { font-size : small    }
  12. SMALL.SMALL        {  }
  13. BIG.LARGE        {  }
  14. BIG.XLARGE        { font-size : large    }
  15. BIG.XXLARGE        { font-size : x-large  }
  16. BIG.HUGE        { font-size : larger   }
  17. BIG.XHUGE        { font-size : xx-large }
  18.  
  19. /* heading styles */
  20. H1        {  }
  21. H2        {  }
  22. H3        {  }
  23. H4        {  }
  24. H5        {  }
  25.  
  26. /* mathematics styles */
  27. DIV.displaymath        { }    /* math displays */
  28. TD.eqno            { }    /* equation-number cells */
  29.  
  30.  
  31. /* document-specific styles come next */
  32.