home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / tema / ostatni / psplugin / camo101.exe / Camoflge.chm / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-05-04  |  506 b   |  32 lines

  1. body    {    font-size: 70%;
  2.         font-family: Verdana, Arial, Helvetica, MS Sans Serif
  3.     }
  4.  
  5. pre    {    font-family: Courier new, Courier; 
  6.     }
  7.  
  8. td    {    background-color:rgb(222,222,222);
  9.     }
  10.  
  11. H1    {    font-size:150%;
  12.         font-weight:bold;
  13.     }
  14.  
  15. H2    {    font-size:125%;
  16.         font-weight:bold;
  17.     }
  18.  
  19. H6    {    font-size:80%;
  20.         font-weight:normal;
  21.         color:silver;
  22.     }
  23.  
  24. A    {    text-decoration:none;
  25.         color:rgb(50,50,50);
  26.         font-weight:bold;            
  27.         font-style:italic;
  28.     }
  29.  
  30. A:hover    {    color:white;
  31.         background-color:black;        
  32.     }