Sep 20 2006

Custom Firefox Styles


Filed under:
Tools:

Customized Firefox Styles

You can define your own styles in Firefox by renaming the following file (Windows users):

C:\Documents and Settings\<USERNAME>\Application Data\Mozilla\Firefox\Profiles\<PROFILENAME>\chrome\userContent-example.css

to "userContent.css"

Voila Smiling Now you simply define custom styles. For example, say you want to add a dotted red border to all your links. You would add the following code to userContent.css:

a:link { border: 1px dotted red !important }

Code Explained

The !important declaration (not supported in IE - but this is for Firefox anyways) will tell this statement to take priority, even over declarations following it, which would otherwise override our declaration.

Average: 5 (1 vote)
Select your preferred way to display the comments and click "Save settings" to activate your changes.

nice

good one

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Textual smileys will be replaced with graphical ones.

More information about formatting options

Captcha
This question is used to make sure you are a human visitor and to prevent spam submissions.
Copy the characters (respecting upper/lower case) from the image.