home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_04.cab / coua.css < prev    next >
Cascading Style Sheet File  |  1997-10-15  |  2KB  |  118 lines

  1. /* Cascading Style Sheet for IE4.01 last updated 10-14-97 */.
  2.  
  3.  
  4. body    { /*background: #FEFEFE; */    /*SMS yellow background*/
  5.         background: #FFFFFF;          /*K2 and Proxy white background*/
  6.         font-size: 75%;             /* K2 and Proxy */
  7.         /* font-size: 70%;  */        
  8.         font-family: Verdana, Arial, Helvetica, MS Sans Serif  }
  9.  
  10. a:link        { color: #0000CC; } 
  11.  
  12. a:active    { color: #996699; }
  13.  
  14. a:visited     { color: #996699; }
  15.  
  16. p            { margin-top: .6em; margin-bottom: .6em    }
  17.  
  18. p.bigfix    { margin-top: -.4em; margin-bottom: 0em;}
  19.  
  20. p.K2        { margin-top: 0em; margin-left: 10pt;}
  21.  
  22. /*    HEADING TAGS    */
  23.  
  24. h1        { font-size: 145%; 
  25.         margin-bottom: .5em; }
  26.  
  27. h2        { font-size: 125%;  
  28.         margin-top: 1.5em;
  29.         margin-bottom: .5em;  }
  30.  
  31. h3        { font-size: 110%; 
  32.         margin-top: 1.2em;  
  33.         margin-bottom: .5em;  }
  34.  
  35. h4        {font-size: 105%;
  36.         margin-top: 1.2em;
  37.         margin-bottom: .5em  }
  38.  
  39. h5        {font-size: 100%;
  40.         margin-top: 1.2em;
  41.         margin-bottom: .5em }
  42.  
  43. big        {  font-weight: bold; 
  44.         font-size: 105%;  }
  45.         
  46. p.proclabel        { font-weight: bold;
  47.                 font-size: 100%;
  48.                 margin-top: 1.2em }      /*procedure heading*/
  49.  
  50.  
  51. /*    LIST TAGS    */
  52.  
  53. ol        { margin-top: .6em; margin-bottom: 0em; margin-left: 4em }    
  54.     
  55. ul        { margin-top: .6em; margin-bottom: 0em }    
  56.  
  57. ol ul    { list-style: disc; margin-top: .6em  }
  58.  
  59. li        { margin-bottom: .7em;
  60.         margin-left: -2em }
  61.         
  62.         
  63.  
  64. /*    TERM AND DEFINITION TAGS    */
  65.  
  66. dl        { margin-top: 0em }
  67.  
  68. dt        { font-weight: bold;
  69.         margin-top: 1em;
  70.         margin-left: 1.5em  }
  71.  
  72. dd        { margin-bottom: 0em;    /*not currently working*/
  73.         margin-left: 1.5em  }
  74.  
  75. dl li    { margin-bottom: .7em }    /*list item inside a term/def list*/
  76.  
  77. dl dl    {  margin-top: 0em;
  78.         margin-left: 0em  }    /*term/def list inside a term/def list*/
  79.  
  80.  
  81.  
  82. /*    TABLE TAGS    */
  83.  
  84.  
  85. table    { font-size: 100%;
  86.         margin-top: 1em; 
  87.         margin-bottom: 1em }
  88.         
  89. th        { text-align: left;
  90.         vertical-align: bottom;
  91.         background: #dddddd    }
  92.         
  93. th.center    { text-align: center }
  94.         
  95. tr        { vertical-align: top }
  96.  
  97. td        { vertical-align: top;
  98.         /*background: #eeeeee */}    /*no background for K2*/
  99.  
  100.  
  101.  
  102. /*    MISC. TAGS    */
  103.  
  104. pre            { font-family: Courier;
  105.             font-size: 125%; 
  106.             margin-top: 1.2em;
  107.             margin-bottom: 1.5em  }
  108.         
  109. code        { font-family: Courier;
  110.             font-size: 125%;  }
  111.         
  112. pre code    { font-size: 100%; }
  113.                             
  114. hr.sms    { color: black; text-align: left  }  /*SMS specific rule used under procedure title*/
  115.  
  116. hr.iis        {  color: black }        /*IIS specific - preceding copyright*/
  117.  
  118.