home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / communicator / formatting.css < prev    next >
Cascading Style Sheet File  |  2001-03-08  |  334b  |  18 lines

  1.  
  2. /* class for text with a 'link' appearance */
  3. .text-link
  4.   {
  5.     color                 : #666699;
  6.     text-decoration       : underline;
  7.     cursor                : pointer;
  8.   }
  9.   
  10. .text-link:hover
  11.   {
  12.     color                 : #333366;
  13.   } 
  14.   
  15. .text-link:hover:active
  16.   {
  17.     color                 : #990000;
  18.   }