home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Comunicatii / dcplus / DCPlusPlus-0.668.exe / DCPlusPlus.chm / office11.css < prev    next >
Cascading Style Sheet File  |  2004-11-30  |  2KB  |  53 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        {background-color: #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:auto; text-decoration: underline; }
  11.     a.external   { color: #008080 }
  12.     .pop        {text-decoration: none; }
  13.     acronym    { color: rgb(0, 128, 0);
  14.             text-decoration: none;
  15.             border-bottom-width: 1px;
  16.             border-bottom-style: dashed;
  17.             cursor: help; }
  18.     
  19. /* LISTS */ 
  20.     ol        {font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
  21.     ul        {font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
  22.     ol ul        {list-style: disc; margin-top: .5em;}
  23.     ul ul        {list-style: disc; margin-top: .5em;}
  24.     li        {margin-bottom: .7em; margin-left: -2em;}
  25.  
  26. /* PREFORMATTING - CODE */ 
  27.     pre        {font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em;}
  28.     code         {font-family: "courier new", courier, monospace; font-size: 125%; }
  29.     
  30. /* TABLES */ 
  31.     table        {font-size: 100%; margin-top: 1em; margin-bottom: 0em;}
  32.     th        {text-align: left; background: #CCCCCC; margin: .25em; vertical-align: bottom;}
  33.     tr        {vertical-align: top;}
  34.     td        {margin: .25em; vertical-align: top; border-bottom: 1 solid #CCCCCC; }
  35.  
  36. /* PARAGRAPH */
  37.     p        {margin-top: .6em; margin-bottom: .6em; }
  38.  
  39. /* Heading styles---------------------------------------------------------------------------- */ 
  40.  
  41.     h1        {font-size: 125%; margin-top: .4em; margin-bottom: .5em;}
  42.     h2        {font-size: 110%; margin-top: 2em; margin-bottom: .5em;}
  43.     h3        {font-size: 100%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold;}
  44.     h4        {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  45.     h5        {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  46.     .lproch        {font-weight: bold ;margin-top: 1.2em; }/* Heading 9,List Procedure Heading,lproch */ 
  47.  
  48. /* Defined List styles ----------------------------------------------------------------------- */
  49.  
  50.     dt        {font-weight: bold; }
  51.     dd        {margin-left: 2em; margin-bottom: .6em; }
  52.  
  53.