home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 November / PCWorld_2004-11_cd.bin / komunikace / dcplpl / DCPlusPlus-0.4033u.exe / DCPlusPlus.chm / office11.css < prev    next >
Cascading Style Sheet File  |  2004-09-27  |  2KB  |  47 lines

  1. /* Style Sheet Last updated - 10/17/2000 */ 
  2. /* This style sheet is for IE 4.02 and up */ 
  3.  
  4.  
  5. /* BODY = default paragraph font */ 
  6.     body        {bgcolor: #ffffff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 70%; }
  7.     
  8. /* HYPERLINKS */ 
  9.     a:link, a:visited    {color: "#0000FF"; text-decoration:"none"; }
  10.     a:active, a:hover    {color: "#990099"; cursor:hand;text-decoration:"underline"; }
  11.     .pop        {text-decoration: none; }
  12.  
  13. /* LISTS */ 
  14.     ol        {font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
  15.     ul        {font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
  16.     ol ul        {list-style: disc; margin-top: .5em;}
  17.     ul ul        {list-style: disc; margin-top: .5em;}
  18.     li        {margin-bottom: .7em; margin-left: -2em;}
  19.  
  20. /* PREFORMATTING - CODE */ 
  21.     pre        {font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em;}
  22.     code         {font-family: "courier new", courier; font-size: 125%; }
  23.     
  24. /* TABLES */ 
  25.     table        {font-size: 100%; margin-top: 1em; margin-bottom: 0em;}
  26.     th        {text-align: left; background: #CCCCCC; margin: .25em; vertical-align: bottom;}
  27.     tr        {vertical-align: top;}
  28.     td        {margin: .25em; vertical-align: top; border-bottom: 1 solid #CCCCCC; }
  29.  
  30. /* PARAGRAPH */
  31.     p        {margin-top: .6em; margin-bottom: .6em; }
  32.  
  33. /* Heading styles---------------------------------------------------------------------------- */ 
  34.  
  35.     h1        {font-size: 125%; margin-top: .4em; margin-bottom: .5em;}
  36.     h2        {font-size: 110%; margin-top: 2em; margin-bottom: .5em;}
  37.     h3        {font-size: 100%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold;}
  38.     h4        {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  39.     h5        {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  40.     .lproch        {font-weight: bold ;margin-top: 1.2em; }/* Heading 9,List Procedure Heading,lproch */ 
  41.  
  42. /* Defined List styles ----------------------------------------------------------------------- */
  43.  
  44.     dt        {font-weight: bold; }
  45.     dd        {margin-left: 2em; margin-bottom: .6em; }
  46.  
  47.