From: Shaun M. <sh...@ae...> - 2006-02-28 14:57:31
|
On 28 Feb 2006, at 13:19, Matthew McNaney wrote: > > box, box-title, box-content : since box template files have been > removed, I use these to style the content containers. I've done that in the past myself with box styles although I tend to use descendent selectors instead of additional classes, just to add in some semantic structure, and it makes the CSS nicer too. The boxes are usually then just... <div class="box"> <h3>{title}</h3> {content} </div> I do the same for modules too, just adding eg. <div class="announce">...</div> around a template. It'd actually be useful if those were there by default in fallout for me anyway. Saves adding a load of box styles usually. The other thing that might be useful is adding insertion of a class for a category into the top of a template so you could have different css depending on the category. At the moment I don't think you can return the category name without it being a link in 0.10.x. I'd also like to see some standard classes defined for menus (first, last, selected, enabled, disabled etc) although perhaps those should be in menuman and then overridden? And for elements such as dates and bylines which are common across many modules. aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |