J1.5:Customising the Beez template/body
From Joomla! Documentation
< J1.5:Customising the Beez template
Revision as of 11:21, 12 December 2008 by Bembelimen (Talk | contribs)
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Please note the ordering. Every CSS attribute will be overwrited by the class above.
CSS Reference
Main Class
/* ##### position.css line 21-29 #### */ body { background: #F2E3ED; color: #000000; font-family: arial, helvetica, sans-serif; font-size: 100.1%; padding: 0px; text-align: center; }
Secondary Classes
/* ##### template.css line 19-27 #### */ body { background: #fff; color: #000000; font-family: arial, helvetica, sans-serif; font-size: 100.1%; padding: 0px; text-align: center; }
/* ##### position.css line 15-19 #### */ * { margin: 0; padding: 0; }
