home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 November / PCDIREKT_1198.bin / data / system / After / appdoc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1997-12-27  |  554 b   |  41 lines

  1. body
  2. {
  3.   background:    #F0E0FF;
  4. }
  5.  
  6.  
  7. h1
  8. {
  9.   font-family:    ms sans serif,arial,helvetica,sans-serif;
  10.   font-size:    14pt;
  11.   font-weight:    bold;
  12. }
  13.  
  14.  
  15. h2
  16. {
  17.   font-family:    ms sans serif,arial,helvetica,sans-serif;
  18.   font-size:    12pt;
  19.   font-weight:    bold;
  20.   background:    #D0C0FF;
  21. }
  22.  
  23. h3
  24. {
  25.   font-family:    ms sans serif,arial,helvetica,sans-serif;
  26.   font-size:    12pt;
  27.   font-weight:    bold;
  28.   color:    #604080;
  29. }
  30.  
  31. p, td, th, li
  32. {
  33.   font-family:    ms sans serif,arial,helvetica,sans-serif;
  34.   font-size:    10pt;
  35. }
  36.  
  37. th
  38. {
  39.   font-weight:    bold;
  40. }
  41.