J1.5:Customising the Beez template/body
From Joomla! Documentation
< J1.5:Customising the Beez template(Difference between revisions)
Bembelimen (Talk | contribs) (Added Categories) |
Bembelimen (Talk | contribs) (Added source-link) |
||
| Line 19: | Line 19: | ||
</source> | </source> | ||
| + | [[Customising the Beez template/position.css|position.css]] | ||
=== Secondary Classes === | === Secondary Classes === | ||
| Line 35: | Line 36: | ||
} | } | ||
</source> | </source> | ||
| + | |||
| + | [[Customising the Beez template/template.css|template.css]] | ||
<source lang="css"> | <source lang="css"> | ||
| Line 45: | Line 48: | ||
} | } | ||
</source> | </source> | ||
| + | |||
| + | [[Customising the Beez template/position.css|position.css]] | ||
[[Category:Beez]] | [[Category:Beez]] | ||
[[Category:Customizing Beez]] | [[Category:Customizing Beez]] | ||
Revision as of 11:32, 12 December 2008
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 notice the ordering. Every CSS attribute will be overwritten 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; }
