You are not logged in.

#1 2009-02-17 22:37:16

jordz
Member
Registered: 2006-02-01
Posts: 248

If you want bigger fonts @ this forum

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 smile

Last edited by jordz (2009-02-17 22:41:02)

Offline

#2 2009-02-24 22:35:39

Jagged Loser
Member
Registered: 2009-02-22
Posts: 10

Re: If you want bigger fonts @ this forum

There is a "Zoom text only" selection in FF3. Select it and Ctrl - + reverts to the old behavior.

Offline

#3 2009-02-25 07:08:36

jordz
Member
Registered: 2006-02-01
Posts: 248

Re: If you want bigger fonts @ this forum

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

Board footer

Powered by FluxBB