• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can I use a cascading style sheet in Firefox?

I think he's talking about a custom CSS, but if you want to make your text bigger... just hit ctrl ++
 
You can use CSS to modify the behavior and look of webpages in Firefox. And maybe even firefox itself.

For instance on my laptop I had used CSS to try to make all websites conform to my 800x600 display so that I wouldn't have to scroll back and forth. Worked decently, of course some people insist on the huge jpeg banners. 😛

There is a website here that will show you what files to edit and how to configure things to your liking.


the files:
user.js
Used to change various preferences.
userChrome.css
Used to change the appearance of the browser.
userContent.css
Used to change the appearance of web pages.

Isn't that so much nicer then dealing with Internet Explorer? Now you can be a real power user instead of just playing one with windows reg hacks. 😛
 
Back
Top