home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / software / ghostzilla_hit / files / ghostzilla-1.0-plus-install.exe / defaults / profile / chrome / userContent-example.css < prev   
Encoding:
Cascading Style Sheet File  |  2002-04-09  |  574 b   |  29 lines

  1. /*
  2.  * Edit this file and copy it as userContent.css into your
  3.  * profile-directory/chrome/
  4.  */
  5.  
  6. /*
  7.  * This file can be used to apply a style to all web pages you view
  8.  * Rules without !important are overruled by author rules if the
  9.  * author sets any.  Rules with !important overrule author rules.
  10.  */
  11.  
  12. /*
  13.  * example: turn off "blink" element blinking
  14.  *
  15.  * blink { text-decoration: none ! important; }
  16.  *
  17.  */
  18.  
  19. /*
  20.  * example: give all tables a 2px border
  21.  *
  22.  * table { border: 2px solid; }
  23.  */
  24.  
  25. /* 
  26.  * For more examples see http://www.mozilla.org/unix/customizing.html
  27.  */
  28.  
  29.