Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Font sizes.

by thraxil (Prior)
on Feb 12, 2003 at 16:52 UTC ( [id://234741]=note: print w/replies, xml ) Need Help??


in reply to Font sizes.

putting something like:

body,td,p,li,pre { font-size: 16px !important; }

in the user stylesheet on my user settings page seems to catch about 90% of the text. with a few more rules, you could probably get the rest of it.

the <font> tags should definitely go though. they're sooo 1996...

update: this:

body * { font-size: 16px !important; }

catches every bit of text on the site i can find. (tested in mozilla).

anders pearson

Replies are listed 'Best First'.
Re: Font sizes.
by Abigail-II (Bishop) on Feb 12, 2003 at 21:38 UTC
    Well, it doesn't work for me. All I've managed to do with CSS so far is to set the background colour. But only partially. Anything that's boxed somehow (replies, input fields, nodelets) just stay white. Font-size stays tiny.

    Abigail

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://234741]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-25 23:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found