From: Shaun M. <sh...@ae...> - 2005-01-05 12:34:38
|
It would also have to have a template module css import as well. So 4 style sheets. I do hope theme developers never have to modify anything other than the /themes/zen/style.css in this example and that the module css is largely free of fonts, colours, alignment and spacing unless it does something out of the ordinary for a good reason. As long as you can change a class in /themes/zen/style.css and the look of the menu, or lists changes across all menus and lists then the solution works. If it doesn't change some module's look, then we've failed. > Proposed example: > <link rel="stylesheet" href="./core/style.css" type="text/css" /> > <style type="text/css"> @import > url("./mod/pagemaster/templates/style.css"); </style> > <style type="text/css"> @import > url("./themes/zen/templates/controlpanel/style.css"); </style> > <link rel="stylesheet" href="./themes/zen/style.css" title="zen" > type="text/css" /> Shaun aegis design - http://www.aegisdesign.co.uk |