Re: [css-d] Now possible: CSS Constants

2005-09-01 Thread Tom Livingston
On Wed, 31 Aug 2005 18:01:46 -0400, Eric A. Meyer [EMAIL PROTECTED] wrote: @server constants { baseColor: #ABCDEF; hiliteColor: #0DECAF; baseFont: Helvetica, Arial, Verdana, sans-serif; } body {font: small baseFont;} a:link {color: baseColor;} a:hover {color: hiliteColor;} Perhaps

Re: [css-d] Now possible: CSS Constants

2005-09-01 Thread Rimantas Liubertas
2005/9/1, Tom Livingston [EMAIL PROTECTED]: Perhaps I am just not as worldly as others (of of limited brain capacity), but I am having trouble seeing how the above would differ from this: html, body{color:#ABCDEF; font-family:Helvetica, Arial, Verdana, sans-serif;}/*or just body*/

Re: [css-d] Now possible: CSS Constants

2005-09-01 Thread Tom Livingston
On Thu, 01 Sep 2005 09:29:57 -0400, Rimantas Liubertas [EMAIL PROTECTED] wrote: Take any real big CSS file with the same five-six colors repeated tens of times for various elements and benefits will be obviuos. And thats very handy for color skining. Still, having Find And Replace in my

OT: Re[2]: [css-d] Now possible: CSS Constants

2005-09-01 Thread Steve Clay
Take any real big CSS file with the same five-six colors repeated tens of times for various elements and benefits will be obviuos. And thats very handy for color skining. Thursday, September 1, 2005, 1:23:09 PM, Tom Livingston wrote: Still, having Find And Replace in my editor seems easier

[css-d] Now possible: CSS Constants

2005-08-31 Thread Eric A. Meyer
Hey all, Shaun Inman recently published a new tool that I though deserved to get some attention, especially since it's directly about CSS and fills what I consider to be a hole in CSS. It's called CSS-SSC, where the SSC parts stands for Server-Side Constants. It lets you define

Re: [css-d] Now possible: CSS Constants

2005-08-31 Thread Eric A. Meyer
At 6:01 PM -0400 8/31/05, Eric A. Meyer wrote: The forerunner to CSS-SSC, which was called CSS-SSV, came up in a thread about PHP echoes in CSS, and I was concerned it had gotten buried. Hopefully this will come to the attention of anyone who needs it. ...and did I include URLs for

Re: [css-d] Now possible: CSS Constants

2005-08-31 Thread Stan Baptista
what I consider to be a hole in CSS. Yes indeed. Good addition to a future version of the CSS spec. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [css-d] Now possible: CSS Constants

2005-08-31 Thread Adam Kuehn
At 6:08 PM -0400 8/31/05, Eric A. Meyer wrote: http://www.shauninman.com/plete/2005/08/css-constants (detailed explanation) http://www.shauninman.com/plete/2005/08/css-ssc-quickie (latest version) And in case anyone is wondering about CSS running being output via PHP, Mr. Inman is