ASP En Stylesheets
I am making a website where the user can choose a 'skin'.
This works with asp en stylesheets.
In the stylesheet, a number of tags are (re)defined.
The main idea is to have a limited number of colors (lets say 4) and use
only these colors to color up every tag.
However, with a long list of (custom) styles, it is a lot of work to scan
every item in the stylesheet and assign the correct color definition.
So I am wondering, is it possible to use variables or something like that to give a name to custom color and use this name for the rest of the style sheet? Code: