Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Firefox 5 and usercontent.css?

119 views
Skip to first unread message

MrGatoChile

unread,
May 23, 2011, 7:19:12 PM5/23/11
to
Fx 5.0 use usercontent.css? or where is posible change options for the
webpages.

Margaret Leibovic

unread,
May 24, 2011, 8:57:54 AM5/24/11
to
On May 23, 7:19 pm, MrGatoChile <besr.maipuSINE...@gmail.com> wrote:
> Fx 5.0 use usercontent.css? or  where is posible change  options for the
> webpages.

Yes, you can still use a userContent.css file. Place it in the /chrome
directory inside your profile directory. There should be a userContent-
example.css file in there with some examples and instructions.

Michael Lefevre

unread,
May 25, 2011, 5:24:19 AM5/25/11
to

You can still use a usercontent.css file, but the directory and example
files are not created by Firefox. So you need to create a directory
called "chrome" under your profile directory, and create a
userchrome.css file in it.

An alternative is to use the Stylish add-on which manages the additional
styles for you.
https://addons.mozilla.org/en-US/firefox/addon/stylish/

Michael

Tony Mechelynck

unread,
May 29, 2011, 1:38:08 AM5/29/11
to

Here is a userContent-example.css which I found in the chrome subfolder
of my SeaMonkey profile. All examples are commented-out.

> /*
> * Edit this file and copy it as userContent.css into your
> * profile-directory/chrome/
> */
>
> /*
> * This file can be used to apply a style to all web pages you view
> * Rules without !important are overruled by author rules if the
> * author sets any. Rules with !important overrule author rules.
> */
>
> /*
> * example: turn off "blink" element blinking
> *
> * blink { text-decoration: none ! important; }
> *
> */
>
> /*
> * example: give all tables a 2px border
> *
> * table { border: 2px solid; }
> */
>
> /*
> * example: turn off "marquee" element
> *
> * marquee { -moz-binding: none; }
> *
> */
>
> /*
> * example: make search fields on www.mozilla.org black-on-white
> *
> * @-moz-document url-prefix(http://www.mozilla.org/) {
> * #q { background: white ! important; color: black ! important; }
> * }
> */
>
> /*
> * For more examples see http://www.mozilla.org/unix/customizing.html
> */
>


Best regards,
Tony.
--
Fourth Law of Thermodynamics: If the probability of success is not
almost one, it is damn near zero.
-- David Ellis

0 new messages