@all ...
thanks for sharing time. it is very important for me to get feedback .
@brash
yes it's correct, these templates are very fast.
and, what is important!, you are able to load files like stylesheets only if needed by using combination of smarty or querrys with stylesheets very easy!. This saves loadingtime and http-requests too!
You may change appearance of complete site on only one event or one setting ..
As we are told not to push up theme.html with images and other stuff i do use divs with background-images defined in stylesheets. To make this work, i define a divs id like "secondheader<{modname}>" in theme.html
grr... we are only told not to use a div twice in one document, but nobody told, not to use different ids for same element ...haha.. so you may use classes if you want to display things more than once a document.
in stylesheet i use:
#secondheadernews {}
#secondheadersystem {}
#secondheadernews {}
#secondheadernewbb {}
#secondheadersoapbox {}
And, if you are willing to loose orientation -> use @import url
(<{modname}>stylie.css); ---...xxx
These combinations will allow multiple combinations. <{modulname}> is only one example which you may use.
To be able to use <{modname}> i use a little patch to identify actual active modul found here on this site, you may use <{$xoops_sitename}> or whatever you want.
There are other smarty tags which may be very useful ... use this to include different files, styles, images for different situations or events.
My aim to switch to css for layout things is to get better accessibily to my sites. In the last month i've posted some examples of valid CSS and XHMTL themes to review, but there seems to be not that interest in this stuff, perhaps i put it in wrong topics... but.., if there is the need i will try to write an howto if my language doesn't loose me.
There are some topics , as posted, on
http://www.studiocreativ.net and perhaps we find a group interesting in this topic too...
michael