Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Add CSS class for signatures?

by naChoZ (Curate)
on Sep 05, 2003 at 13:27 UTC ( [id://289209]=note: print w/replies, xml ) Need Help??


in reply to Add CSS class for signatures?

I think that's a great idea. The ones that also make me grimace are sigs that don't play well with the dark theme.

I'm curious, though. This will expose my css ignorance, but isn't the named class supposed to be in a style sheet? So, wouldn't using the class pmsig-NNN mean that you'd have to set up a style for the individual monk's sig?

--
"I just read perlman:perlboot," said Tom, objectively.
naChoZ

Replies are listed 'Best First'.
Re^2: Add CSS class for signatures?
by adrianh (Chancellor) on Sep 06, 2003 at 16:53 UTC
    I'm curious, though. This will expose my css ignorance, but isn't the named class supposed to be in a style sheet? So, wouldn't using the class pmsig-NNN mean that you'd have to set up a style for the individual monk's sig?

    If you're fortunate enough to use a browser with vaguely decent CSS2 support you could use a selector like this:

    /* make all pmsigs bold */ div[class|=pmsig] { font-weight: bold; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-03-28 21:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found