Finding the default stylesheets
Posted by info on October 23rd, 2009
Sometimes you want to know what the default values are for properties of the styling of elements inside your browser: I don’t know yet were to find the default stylesheet for IE but for Firefox you can look in:
C:\Program Files\Mozilla Firefox\res or type resource://gre/res/ in your address bar. There you find the following stylesheets:
1. EditorOverride.css
2. forms.css
3. html.css
4. mathml.css
5. quirk.css
6. svg.css
7. ua.css
8. viewsource.css
For the setting of the current Safari you can look at: http://trac.webkit.org/browser/trunk/WebCore/css/html.css
Look for explanation of this stylesheet on:
For Opera you can look in the templates folder inside the package(on mac) or in the folder(on windows)

