Previous Message
Next Message

CSS: setting values that can be referenced within the CSS

Sent by Peach Lynda L Contr 96 CG/SCTOA on 29 December 2004 16:04


Is it possible within CSS to set values that can be referenced?
 
Example:
The base color of the sight is: #663465
The accent color is: #ffcc00
 
Is there a way to set 
..baseColor {color: #663465;}
..accentColor {color: #ffcc00;}
 
Then reference these within your CSS:
       div#leftnav table { 
	   background-color: base-color; 
          color: accentColor;
       }
 
I've never seen anything like this but a colleague just asked me if it might
exist.
I don't think it does but would like confirmation.

Thanks!
Lynda Peach

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: