Urban wrote:
Quote:
I'd write the CSS file so that each colour combination
only occurs once and put non-colour properties in another
section of the file. |
Do you mean:
/*color properties for theme */
h1, h2 { color: #b60600;}
..box { background: #b60600;}
#logo {border: #b60600;}
and then have the other properties for h1, h2, .box, #logo, etc. in
separate declarations?
Hmm. That's longer than the other suggestions, but easier to follow. It
makes particular sense in this case because the client really has a
two-color theme, where some visually important elements are rust
(above) and others are dark green -- but they could change to purple and
lime at any moment.
Mary Ellen
Doctor Science, MA