home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / IESHARED.CHM / nobgcolor.css < prev    next >
Cascading Style Sheet File  |  2000-06-19  |  3KB  |  173 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.         background: url(flag&clouds.gif) no-repeat;
  6.         font-size: 70%;            
  7.         font-family: Verdana, Arial, Helvetica, MS Sans Serif }
  8.  
  9. a:link        {  background: transparent;    
  10.         color: #0000CC; } 
  11.  
  12. a:active    { color: #996699; }
  13.  
  14. a:visited     {  color: #996699; }
  15.  
  16. h1        { font-size: 145%; 
  17.         margin-bottom: .5em; }
  18.  
  19. h2        { font-size: 125%;  
  20.         margin-top: 1.5em;
  21.         margin-bottom: .5em;  }
  22.  
  23. h3        { font-size: 110%; 
  24.         margin-top: 1.2em;  
  25.         margin-bottom: .5em;  }
  26.  
  27. h4    {font-size: 105%;  }
  28.  
  29. h5    {font-size: 100%;  }
  30.         
  31. p.proclabel        { font-weight: bold; 
  32.                 font-size: 100%;    }
  33.     
  34. p        { margin-top: .6em; margin-bottom: .6em;    }
  35.     
  36. li p        { margin-top: 0;
  37.         margin-bottom: .6em;  }
  38.         
  39. ol        {margin-top: .5em; margin-bottom: 0em; margin-left: 4em}    
  40.     
  41. ul        {margin-top: .6em;     
  42.         margin-bottom: 0em  }    
  43.  
  44. ol ul        {  list-style: disc; margin-top: 2em;  }
  45.  
  46. li        {padding-bottom: .7em;
  47.         margin-left: -2em;  }
  48.  
  49. dl ul        { margin-top: 2em;  
  50.         margin-bottom: 0em;  }    /*list item inside a def/term*/
  51.  
  52. dl        { margin-top: -1em;  }
  53.  
  54. ol dl        { margin-top: -1.5em;
  55.          margin-left: 0em;  }        /*term/def list inside a numbered list*/
  56.  
  57. ol dl dl    {  margin-top: 0em;
  58.         margin-left: .2em;  }        /*term/def list inside a term/def list*/
  59.  
  60. dd        { margin-bottom: 0em;    /*not currently working*/
  61.         margin-left: 1.5em;  }
  62.  
  63. dt        {  padding-top: 2em;
  64.         font-weight: bold; 
  65.         margin-left: 1.5em;  }
  66.  
  67. pre        { margin-top: 0em;
  68.         margin-bottom: 1.5em; 
  69.         font-family: Courier;
  70.         font-size: 125% }
  71.  
  72. table    { font-size: 100%;
  73.         margin-top: 1em; 
  74.         margin-bottom: 1em;}
  75.  
  76. th.center    { text-align: center; }
  77.         
  78. th        { text-align: left;
  79.         background: #dddddd;
  80.         margin: 3pt;
  81.         vertical-align: bottom;    }
  82.         
  83. tr        { vertical-align: top; }
  84.  
  85. td        { margin: 3pt;
  86.         vertical-align: top;    }
  87.  
  88. /*    MISC. TAGS    */
  89.                     
  90. hr.sms    { color: red; text-align: left;  }  /*SMS specific rule used under procedure title*/
  91.  
  92. hr.iis        {  color: red; }        /*IIS specific - preceding copyright*/
  93.  
  94.  
  95.  
  96.  
  97. /*     IE 4.0 TAGS     */
  98.  
  99.  
  100. /*  a:visited    { color: #0000FF; }  */
  101.             
  102.  
  103. p.dis    { font-size: 6pt;
  104.         }
  105.  
  106. ul.onestep    { list-style: square;
  107.             }
  108.  
  109. h5            {
  110.             }
  111.  
  112.  
  113. h5.active        { background: #000000;
  114.             color: #FFCC99;
  115.             }
  116.  
  117. /* -- subheading -- */
  118.  
  119. h5.subh        { color: #660000;
  120.             margin-bottom: -1em;
  121.             margin-top: 1.5em;
  122.             }
  123.  
  124. /* -- procedure heading -- */
  125.  
  126. h5.proch        { margin-bottom: 4pt;
  127.             color: #003399;}
  128.  
  129. /* -- topic heading -- */
  130.  
  131. h5.topich        { color: #FF0033;
  132.             margin-bottom: -1em;
  133.             }
  134.  
  135. /* -- note 'n' tip heading -- */
  136.  
  137. h5.note        { margin-top: 2em;
  138.             margin-bottom: -1em;
  139.             color: #99CC99}
  140.  
  141. /* -- related topics heading -- */
  142.  
  143. h5.relh        { margin-top: 2.25em;
  144.             margin-bottom: -1em;
  145.             color: #9933CC;}
  146.  
  147. /* -------------- miscellany 'n' stuff -------------- */
  148.  
  149. /* intended to applied with <div></div> tags to groups of links */
  150.  
  151. .dectree        { margin-left: 1.33em;
  152.             margin-top: 1.5em;
  153.             }
  154.  
  155. div.dectree p     { margin-top: 1em;
  156.             color: orange;
  157.             }
  158.  
  159. div.dectree p:first-letter     { font-size: 3em;
  160.                         color: orange;
  161.                         }
  162.  
  163. a:link .dectree p    { color: yellow; }
  164.  
  165. .reltopics            { line-height: .5em;
  166.                 margin-top: 2em;
  167.                 {
  168.             
  169. div.reltopics p    { margin-top: 1em;
  170.                 }
  171.  
  172.  
  173.