home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / mts1.cab / coUA.css < prev    next >
Cascading Style Sheet File  |  1997-11-14  |  2KB  |  64 lines

  1. /* Cascading Style Sheet for IE4 build 1008+ */
  2.  
  3. body        { /*background: #FEFEFE; */    /*SMS yellow background*/
  4.         background: #FFFFFF;          /*K2 and Proxy white background*/
  5.         font-size: 75%;            
  6.         font-family: Verdana, Arial, Helvetica, MS Sans Serif  }
  7.  
  8. a:link        { color: #0000CC; } 
  9.  
  10. a:active        { color: #0000CC; }
  11.  
  12. a:visited     {  color: #990099; }
  13.  
  14. h1        { font-size: 145%; 
  15.         margin-bottom: .5em; }
  16.  
  17. h2        { font-size: 125%;  
  18.         margin-top: 1.5em;
  19.         margin-bottom: .5em;  }
  20.  
  21. h3        { font-size: 110%; 
  22.         margin-top: 1.2em;  
  23.         margin-bottom: .5em;  }
  24.  
  25. p        { margin-top:.6em; margin-bottom: .6em;    }
  26.     
  27. li p        { margin-top: 0;
  28.         margin-bottom: .6em;  }
  29.         
  30. big        {  font-weight: bold; 
  31.         font-size: 105%;  }
  32.         
  33. ol        {margin-top: .5em; margin-bottom: 0em }    
  34.     
  35. ul        {margin-top: .6em;     
  36.         margin-bottom: 0em  }    
  37.  
  38. ol ul    {  list-style: disc; margin-top: 2em;  }
  39.  
  40. li        {padding-bottom: .7em;
  41.         margin-left: -2em;  }
  42.  
  43. dl ul        { margin-top: 2em;  
  44.         margin-bottom: 0em;  }    /*list item inside a def/term*/
  45.  
  46. dl        { margin-top: -1em;  }
  47.  
  48. ol dl    { margin-top: -1.5em;
  49.          margin-left: 0em;  }        /*term/def list inside a numbered list*/
  50.  
  51. ol dl dl    {  margin-top: 0em;
  52.         margin-left: .2em;  }        /*term/def list inside a term/def list*/
  53.  
  54. dd        { margin-bottom: 0em;    /*not currently working*/
  55.         margin-left: 1.5em;  }
  56.  
  57. dt        {  padding-top: 2em;
  58.         font-weight: bold; 
  59.         margin-left: 1.5em;  }
  60.  
  61. pre        { margin-top: 0em;
  62.         margin-bottom: 1.5em; 
  63.         font-family: Courier;
  64.         font-size: 125% }