...
>
> Bad thing: only the red color shows up, font-size stays as defined in
> *
The "*" selector (not an attribute) selects all elements. So you are setting
font-size to 15px for all elements, including td elements (table cells). The
rule with #ta overrides this _only_ for the specific element (the table
element) that has id="ta". Setting font-size for a table does not directly
affect anything. It might affect elements inside the table via inheritance,
but here no inheritance of font-size takes place, since you have set
font-size for all elements.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Re: CSS stylesheet with * attribute
am 16.08.2007 04:43:52 von dorayme
In article ,
"Jukka K. Korpela" wrote:
> ... pure red is seldom a feasible
> color for text.)
A web page on the "Galileo of Graphics" breaks out the red paint:
http://www.edwardtufte.com/tufte/
--
dorayme
Re: CSS stylesheet with * attribute
am 16.08.2007 05:40:06 von mbstevens
dorayme wrote:
> In article ,
> "Jukka K. Korpela" wrote:
>
>> ... pure red is seldom a feasible
>> color for text.)
>
> A web page on the "Galileo of Graphics" breaks out the red paint:
>
> http://www.edwardtufte.com/tufte/
>
What a huge disappointment (but thanks for posting it).
His books actually have a lot of useful information.
But on that web page the 'Forum Topics' are hard to read
and should be bulleted, or at least separated by a
little space from each other, and the validator is having
a major Red Bull rage over the thing. I can only hope it's
more of a publisher thing over which that he didn't have sufficient
control.
As to the red links, I don't really have a huge objection, but
middle red is not the way to go. The red should be toned down
toward black a bit.
Re: CSS stylesheet with * attribute
am 16.08.2007 05:54:16 von dorayme
In article <13c7hllaqu4472@corp.supernews.com>,
mbstevens wrote:
> dorayme wrote:
> > In article ,
> > "Jukka K. Korpela" wrote:
> >
> >> ... pure red is seldom a feasible
> >> color for text.)
> >
> > A web page on the "Galileo of Graphics" breaks out the red paint:
> >
> > http://www.edwardtufte.com/tufte/
> >
>
> What a huge disappointment (but thanks for posting it).
> His books actually have a lot of useful information.
>
> But on that web page the 'Forum Topics' are hard to read
> and should be bulleted, or at least separated by a
> little space from each other, and the validator is having
> a major Red Bull rage over the thing. I can only hope it's
> more of a publisher thing over which that he didn't have sufficient
> control.
>
> As to the red links, I don't really have a huge objection, but
> middle red is not the way to go. The red should be toned down
> toward black a bit.
I have no disagreement with any of this. I particularly agree
about the darker red being more appropriate for text if reddish
it is to be.
--
dorayme
Re: CSS stylesheet with * attribute
am 16.08.2007 06:03:55 von mbstevens
dorayme wrote:
>> As to the red links, I don't really have a huge objection, but
>> middle red is not the way to go. The red should be toned down
>> toward black a bit.
>
> I have no disagreement with any of this. I particularly agree
> about the darker red being more appropriate for text if reddish
> it is to be.
>
....at least if it's going to float on a white background, for contrast.