home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / defaults / profile / US / chrome / userContent-example.css < prev   
Cascading Style Sheet File  |  2002-09-29  |  663b  |  36 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.  * example: turn off "marquee" element
  27.  *
  28.  * marquee { -moz-binding: none; }
  29.  *
  30.  */
  31.  
  32. /* 
  33.  * For more examples see http://www.mozilla.org/unix/customizing.html
  34.  */
  35.  
  36.