home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / tema / SW602 / Dokumentace / Instalace / ESHREP.CSS next >
Cascading Style Sheet File  |  1999-10-15  |  602b  |  51 lines

  1. H1  {
  2.     font-size : x-large;
  3.     font-weight : bold;
  4.     color : Navy;
  5. }
  6.  
  7. H2  {
  8.     font-size : large;
  9.     font-weight : bold;
  10.     color : Navy;
  11. }
  12.  
  13. H3  {
  14.     font-weight : bold;
  15.     color : Navy;
  16. }
  17.  
  18. P.intro  {
  19.     font-style : italic;
  20. }
  21.  
  22. P  {
  23.     font-family : serif;
  24. }
  25.  
  26. H3.problem  {
  27.     font-size : large;
  28.     color : Navy;
  29. }
  30.  
  31. p.problem  {
  32.     font-style : italic;
  33. }
  34.  
  35. p.problem-answer  {}
  36.  
  37. p.head-tit1  {
  38.     color : Purple;
  39.     font-size : large;
  40.     font-weight : bold;
  41.     text-align : center;
  42. }
  43.  
  44. p.head-tit2  {
  45.     color : Purple;
  46.     font-size : medium;
  47.     font-weight : bold;
  48.     text-align : center;
  49. }
  50.  
  51.