Andrea wrote:
Quote:
Hi,
I have the folowing problem:
For defining the link style, the background, table background etc I
have to write several times the same color code into this document. If
I want to edit this color I have to do this several times in the
document. |
No there are no variables in CSS.
Quote:
Is there a possiblity to define the color (or other things like font,
font-style)
once for the whole css? |
You can group selectors:
selector1, selector2, selector3 {
color: #ffcc00;
}
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)