You are not logged in.
Hey, I personally think that the fonts on this forum are a bit too small.
I always used ctrl - + to make them bigger, but with firefox 3 the pictures get bigger too.
I found out about the Stylish plugin for firefox: https://addons.mozilla.org/en-US/firefox/addon/2108
You can create custom CSS for websites.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bbs.archlinux.org") {
*{ font-size: 13px !important; }
p{ font-size: 13px !important; }
}
As you see it's really simple, if want more css stuff from the Arch website: http://bbs.archlinux.org/style/Archer.css
I tought I'll let you know, as I was looking for it
Last edited by jordz (2009-02-17 22:41:02)
Offline
There is a "Zoom text only" selection in FF3. Select it and Ctrl - + reverts to the old behavior.
Offline
Thanks I didn't know about that!
But with the other solution you can specify everything from the CSS.
You can change the font-size of the posts on the forum instead of everything.
Last edited by jordz (2009-02-25 07:10:17)
Offline