manual.css 1023 B

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