home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / conf.chm / coua.css < prev    next >
Cascading Style Sheet File  |  2000-02-08  |  3KB  |  119 lines

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