Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I locate the default style sheet for a browser?

I would like to see the specific style elements that are used in the default stylesheet for the various browsers. Do the browsers have an actual file based stylesheetss that I locate on my system and read? If so, what are the default locations of those files? If not, where I can find this information?

like image 292
jr. Avatar asked Oct 18 '08 01:10

jr.


2 Answers

  • From the WebKit source respository
  • Unofficial Grid of several major browsers
like image 58
soypunk Avatar answered Sep 20 '22 18:09

soypunk


On Firefox, look for res/html.css, and the other CSS files in the same directory.

Or just open resource://gre-resources/forms.css in Firefox.

like image 32
CesarB Avatar answered Sep 22 '22 18:09

CesarB