Originally posted by: MrChad
Have you tried the Firebug addon for Firefox?
Firebug is really a phenomenal tool. You should check it out. But if all you want is to grab the CSS text then do view source on the page in question, and look for either a block of styles at the top, or a relative link to the CSS file. Here is the link from a site I developed:
LINK REL=StyleSheet HREF="css/modalogica.css" TYPE="text/css" MEDIA=screen
You would see that in angle brackets, but I removed those to avoid any issues with the AT forum parser. You can paste the relative link to the file into your browser and retrieve it directly. Make sure to include the fully qualified server name too. IE will open this in notepad. Not sure about Firefox.
Firebug is much more powerful than this simple technique, and will show you things like the cascaded effective styles for a given element, and much, much more.