http://www.perlmonks.org?node_id=146349


in reply to We Stylin'!

I currently have the following, but I can't seem to find a way to distinguish between normal tables and the ones that make the headers/msg bodies.

has anyone spoted a diffrence between them?

code follows (ps I made it in InterDev, so some redundant stuff I thought was defined)

BODY { COLOR: black; FONT-FAMILY: Arial, Helvetica; BACKGROUND-COLOR: yellowgreen } H1 { BORDER-RIGHT: #000000 double; PADDING-RIGHT: 7px; BORDER-TOP: #000000 double; PADDING-LEFT: 7px; PADDING-BOTTOM: 3px; BORDER-LEFT: #000000 double; COLOR: #ffffff; PADDING-TOP: 3px; BORDER-BOTTOM: #000000 double; BACKGROUND-COLOR: darkgreen } .highlight { PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 3px; COLOR: #ffffff; PADDING-TOP: 3px; BACKGROUND-COLOR: #7b68ee } H3 { BACKGROUND-COLOR: yellowgreen; TEXT-ALIGN: center } A:visited { COLOR: darkolivegreen } A { TEXT-DECORATION: underline } .list { FONT-WEIGHT: bold } .small { FONT-SIZE: 8pt; FONT-STYLE: italic } .links { FONT-SIZE: 15pt; PADDING-BOTTOM: 5pt; PADDING-TOP: 5pt; TEXT-ALIGN: center } TABLE { BACKGROUND-COLOR: olivedrab } TR { MARGIN-TOP: 1px; MARGIN-BOTTOM: 1px; BACKGROUND-COLOR: yellowgreen }

Replies are listed 'Best First'.
Re: Re: We Stylin'!
by particle (Vicar) on Feb 19, 2002 at 14:58 UTC
    there's no difference, now. of course, the pmdev team is gearing up for some html changes to the site, so it may change in the near future.

    by the way, i set up PerlMonks CSS Examples for monks to add their stylesheets. i guess i forgot to mention it in this thread...

    ~Particle