home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Special / chip-cd_2001_spec_05.zip / spec_05 / document.cab / regentry.chm / regentry_help.css < prev    next >
Cascading Style Sheet File  |  1999-12-17  |  896b  |  38 lines

  1.  
  2.  
  3. /* this class style is used to indent text (p.indent) for alerts in the //Regentry*/
  4.  
  5.  
  6. p.note, p.tip, p.important, p.caution, p.warning
  7.  
  8.     { font-weight:bold;
  9.     clear:both; margin-top: "1.2em";
  10.     margin-bottom: "-.4em";}
  11.  
  12. h4.reltop
  13.     { font-size: 100%; 
  14.     margin-top: 1.5em;  
  15.     margin-bottom: .2em; } 
  16.  
  17. p.reltop
  18.     { margin-left: 1.5em;
  19.     margin-top: -1.em;
  20.     margin-bottom: -.3em;
  21.     font-weight: bold } 
  22.         
  23.  
  24. hr
  25.     { height: 1px ;
  26.     margin-top: 0em;
  27.     margin-bottom: 0em;
  28.     color: #000000; } 
  29.  
  30.  
  31. p.indent    
  32.         { margin-left: "1.3em"; }           
  33.         /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  34.  
  35.  
  36. p.notepara, p.importantpara, p.cautionpara, p.warningpara, p.tippara                
  37.         { margin-left: "1.3em"; }       
  38.         /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */