home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / Sharpdev / 099bsetup.exe / SharpDevelop.chm / css / sdhelp.css
Cascading Style Sheet File  |  2003-08-28  |  725b  |  60 lines

  1. BODY
  2. {
  3.     font-size: 10pt;
  4.     font-family: Tahoma;
  5.     background-color: #DCDDDE;
  6. }
  7.  
  8. H1
  9. {
  10.     font-weight: bold;
  11.     font-size: 20pt;
  12.     font-family: Tahoma;
  13.     background-color: #CED4A2;
  14.     color: White;
  15.     padding: 4mm 4mm 4mm 4mm;
  16. }
  17.  
  18. H2
  19. {
  20.     font-weight: bold;
  21.     font-size: 18pt;
  22.     font-family: Tahoma;
  23.     background-color: #CED4A2;
  24.     color: White;
  25.     padding: 4mm 4mm 4mm 4mm;
  26. }
  27.  
  28. H3
  29. {
  30.     font-weight: bold;
  31.     font-size: 16pt;
  32.     font-family: Tahoma;
  33. }
  34.  
  35. H4
  36. {
  37.     font-weight: bold;
  38.     font-size: 14pt;
  39.     font-family: Tahoma;
  40. }
  41.  
  42. H5
  43. {
  44.     font-weight: bold;
  45.     font-size: 12pt;
  46.     font-family: Tahoma;
  47. }
  48.  
  49. H6
  50. {
  51.     font-weight: bold;
  52.     font-size: 10pt;
  53.     font-family: Tahoma;
  54. }
  55.  
  56. DIV.Tip
  57. {
  58.     background-color: #ffffc3;
  59. }
  60.