Hey all!
I have a (i think newbie-)problem.
I want to make something like that:
I need to define new Colors with CSS. And those new colors have to be used in the CSS some times later.
I tried it but I had no success, but perhaps someone of you could help me on it. Here is my CSS:
I hope you understand my problem and could help me.Code:.ColorG {#10FF10} .ColorR {#FF1010} .ColorB {#1010FF} .StrokeG {stroke:.ColorG;stroke-width:10} .StrokeR {stroke:.ColorR;stroke-width:10} .StrokeB {stroke:.ColorB;stroke-width:10} .FillG {fill:.ColorG} .FillR {fill:.ColorR} .FillB {fill:.ColorB}




.

Bookmarks