home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Special / chip-cd_2001_spec_05.zip / spec_05 / document.cab / rscripts.chm / scripts / ntrktool.css < prev    next >
Cascading Style Sheet File  |  1999-12-02  |  2KB  |  71 lines

  1. /* Cascading Style Sheet for styles unique to Windows 2000 Resource Kit
  2. Works with coUA_help.css */
  3.  
  4. /*
  5. These styles specifically for popups
  6. First .popup is for Netscape and IE
  7. Second .popup is for IE only
  8. .nspopup is for Netscape only
  9. */
  10.     
  11. .popup    {position:absolute; top:200; left:200; width:200; padding:10; visibility:hidden;}
  12. .popup    {background:white; border:solid 2 #aaaaaa; z-index:1;}
  13. .nspopup{backgroundColor:white;}
  14.  
  15. a.poplink    {color: #00AA00;}
  16.  
  17. a:active.poplink    {color: #00AAAA;}
  18.  
  19. a:visited.poplink    {color: #00AAAA;}
  20.  
  21. /* style for browse sequences. */
  22. p.browse    {text-align: right;
  23.             margin-top: -1em;    
  24.             margin-bottom: -1em;}
  25.  
  26. /* styles for syntax listings */
  27. p.syntax    { background: #dddddd;
  28.             margin-top: 1em; 
  29.             margin-bottom: 1em;
  30.             text-indent : -0.16in;
  31.             margin-left : 0.16in;}
  32.  
  33. /* style for alphabetical tool list */
  34. p.azlist     {text-indent : -0.3in;
  35.             margin-left : 0.3in;}      
  36.  
  37. dt.SyntaxTerm {font-weight: normal}
  38.  
  39. li p    {margin-top: .6em;
  40.         margin-bottom: 0em;}
  41.         
  42. big        {font-weight: bold; 
  43.         font-size: 105%;}
  44.         
  45. ol ul    {list-style: disc;
  46.         margin-top: 1em;}
  47.  
  48. dl ul    {margin-top: 2em;  
  49.         margin-bottom: 0em;}
  50.         /*list item inside a def/term*/
  51.  
  52. dl        {margin-top: -.5em;}
  53.  
  54. ol dl    {margin-top: -.5em;
  55.          margin-left: 0em;}
  56.          /*term/def list inside a numbered list*/
  57.  
  58. ol dl dl    {margin-top: 0em;
  59.             margin-left: .2em;}
  60.             /*term/def list inside a term/def list*/
  61.  
  62. th.center    {text-align: center;}
  63.         
  64. p.dis    {font-size: 6pt;}
  65.  
  66.  
  67. /* this class style is used to indent and bold text alerts that have the appropriate alert icon -- called with that alert's snippet*/  
  68. p.alert
  69.         { margin-left: 1.5em; 
  70.         margin-top: -1.em; margin-bottom: -.3em; font-weight: bold } 
  71.