From: Matthew M. <ma...@tu...> - 2005-11-05 13:39:54
|
> Michael H. Rasmussen > TechElephant > said some good stuff about templating There is very little html in the php code. If there is any, it means I was lazy and need to check it :) One thing I would like to ask of the community as we get close to 1.x is to look at the style sheet in the default theme. I am defining some style classes to be picked up by developers for use in their style sheets. For example: <div class="box"> <div class="box-title">Title</div> <div class="box-content">Content</div> </div> The above is the new boxstyles. New themes don't have box templates, you just define the box style depending on where in the theme it is located. In other words, I would like feedback so that there is a concise and useful set of definitions that developers can count on for their templates. This will cut down on module style sheets and extra css classes per module. This can help XHTML compatiblity because it will keep the class definitions lower plus with our default themes we can lead by example. Thanks, Matt |