[Seaside] Allowance w/ WASimpleNavigation

Brian Brown rbb at techgame.net
Fri May 7 21:44:22 CEST 2004


On May 7, 2004, at 12:29 PM, Jason Dufair wrote:

> Avi Bryant <avi at beta4.com> writes:
>
>> Well, the idea is really that the designer is providing the CSS in
>> plain text - which is almost certainly the way they'll want to provide
>> it.
>
> Of course.  This makes sense.  In the limited CSS I've done, it just
> seems cumbersome that there appears to be no "inheritance".  When I've
> wanted to change a color scheme, I've had to change various color
> declarations throughout a large CSS document.  I'm probably doing it
> wrong, though.
>

Actually, there is inheritance... try:

* {background-color: inherit; font-family: inherit}

This says, "Anything that matches nothing else in this document should 
inherit background-color and font-family"

Have fun!

Brian


>
> -- 
> Jason Dufair
> Office of the VP for Information Technology
> Purdue University
> jase at purdue.edu
> 765-496-1185 - fax: 765-496-7409
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside



More information about the Seaside mailing list