-
1. Re: CSS stylesheet for each colour
John Waller Dec 5, 2011 9:26 PM (in response to ottz0)What benefits do you see in splitting the styles across 3 separate stylesheets?
-
2. Re: CSS stylesheet for each colour
MurraySummers Dec 6, 2011 4:26 AM (in response to John Waller)Protection against someone else working on the site?
-
3. Re: CSS stylesheet for each colour
Nancy O. Dec 6, 2011 2:14 PM (in response to ottz0)Are you talking about having different Themes for your site?
Go to the site below and click on the Dark & Light Themes Icons near the top.
http://colinaarts.com/articles/the-magic-of-overflow-hidden/
This is done with 2 external style sheets and a style switcher JavaScript.
Is that what you're attempting to do?
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
-
4. Re: CSS stylesheet for each colour
ottz0 Dec 6, 2011 9:01 PM (in response to Nancy O.)Yes basically as a theme, each section has a colour that is different, headings are blue, links are blue etc.
Before I put all the colours inside a colour.css but then all the colours had to load, so if you only wanted blue then the whole stylesheet needs to load.
Putting the blue in the blue stylesheet and then coping these style and changing the colours and changing the relevent link to the stylesheet makes more sense.



