home *** CD-ROM | disk | FTP | other *** search
/ Telefonica Speedy / Speedy.iso / internet.5 / iew2k_1.cab / iesupp.chm / coua.css < prev    next >
Cascading Style Sheet File  |  2000-07-17  |  3KB  |  121 lines

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