userContent.css 1006 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*
  2. * Edit this file and copy it as userContent.css into your
  3. * profile-directory/chrome/
  4. */
  5. /*
  6. * This file can be used to apply a style to all web pages you view
  7. * Rules without !important are overruled by author rules if the
  8. * author sets any. Rules with !important overrule author rules.
  9. */
  10. /* BK... */
  11. .moz-text-flowed, .moz-text-plain, .moz-text-html {
  12. font-size: 14px !important;
  13. /* font-family: mono !important; */
  14. }
  15. /*
  16. * example: turn off "blink" element blinking
  17. *
  18. * blink { text-decoration: none ! important; }
  19. *
  20. */
  21. /*
  22. * example: give all tables a 2px border
  23. *
  24. * table { border: 2px solid; }
  25. */
  26. /*
  27. * example: turn off "marquee" element
  28. *
  29. * marquee { -moz-binding: none; }
  30. *
  31. */
  32. /*
  33. * example: make search fields on www.mozilla.org black-on-white
  34. *
  35. * @-moz-document url-prefix(http://www.mozilla.org/) {
  36. * #q { background: white ! important; color: black ! important; }
  37. * }
  38. */
  39. /*
  40. * For more examples see http://www.mozilla.org/unix/customizing.html
  41. */