home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / komunikace / kmeleon / K-Meleon1.1.3en-US.exe / defaults / profile / chrome / userContent.css < prev   
Cascading Style Sheet File  |  2007-03-02  |  1KB  |  46 lines

  1. /* ----- DO NOT EDIT ANYTHING ABOVE THIS LINE -------------------------------------------- */
  2.  
  3. /*
  4.  * This file can be used to apply a style to all web pages you view
  5.  * Rules without !important are overruled by author rules if the
  6.  * author sets any.  Rules with !important overrule author rules.
  7.  */
  8.  
  9. /*
  10.  * example: use OS colors if none are specified (like IE)
  11.  *
  12.  * body * { color: inherit; background-color: transparent; }
  13.  * html > *, input, textarea { color: WindowText; background-color: Window; }
  14.  */
  15.  
  16. /*
  17.  * example: make K-Meleon center pages' images and linked images
  18.  *
  19.  * body.km_DocInfo_lstLinkedImages li, body.km_DocInfo_lstImages li { text-align: center; }
  20.  */
  21.  
  22. /*
  23.  * example: make K-Meleon not enumerate pages' images and linked images
  24.  *
  25.  * body.km_DocInfo_lstLinkedImages ol, body.km_DocInfo_lstImages ol { list-style-type: none; }
  26.  */
  27.  
  28. /*
  29.  * example: give all tables a 2px border
  30.  *
  31.  * table { border: 2px solid; }
  32.  */
  33.  
  34. /*
  35.  * example: make search fields on www.mozilla.org black-on-white
  36.  *
  37.  * @-moz-document url-prefix(http://www.mozilla.org/) {
  38.  *   #q { background: white ! important; color: black ! important; }
  39.  * }
  40.  */
  41.  
  42. /* 
  43.  * For more examples see http://www.mozilla.org/unix/customizing.html
  44.  */
  45.  
  46. /* ----- DO NOT EDIT ANYTHING BELOW THIS LINE -------------------------------------------- */