Re: css variables

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: keith smith
Date:  
To: Main PLUG discussion list
Subject: Re: css variables
So you are saying create a template and CSS file.

One can create multiple websites by changing the colors in the CSS, adding a unique logo and the content.

Excellent Idea!!!!!!!!!

Keith

Joseph Sinclair <> wrote: The first form gathers common definitions (like colors which typically are not named because the named colors don't look very good) together near the top where it's easy to change them and keep them consistent.
For instance, one could design a school team style in CSS for a team with white/blue colors (and using a dozen or so shades thereof), then easily change it for another team with green/yellow colors without hunting through the whole document or running the risk of missing some places where the colors are defined.

keith smith wrote:
> I don't see the advantage of
>
>
>>   .patrician { color: purple; }
>>   .warning { color: red; }
>>   <>
>>   .patrician
>>   {
>>     font-family: PalatinoOldEnglish;
>>     font-size: 1.2em
>>     ...
>>   }
>  over 

>
>
> .patrician { 
>    color: purple; 
>    font-family: PalatinoOldEnglish;
>    font-size: 1.2em
>    ...
> }

>
> I must be missing something and I'm not sure how this answers the question at hand.
>
> Thanks in advance for your response,
> Keith
>
>

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss



Keith Smith
A link from my website to yours
Submit Your Metro Phoenix Website

---------------------------------
Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss