J1.5:Customising the Beez template/body
From Joomla! Documentation
< J1.5:Customising the Beez template(Difference between revisions)
Bembelimen (Talk | contribs) (fixed typos) |
m (Customising the Beez template/new1j moved to Customising the Beez template/body over redirect: Reverted because I don't see any obvious reason to move this page.) |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 10: | Line 10: | ||
body | body | ||
{ | { | ||
| − | background: # | + | background: #Ffd400; |
| − | color: # | + | color: #ffd400; |
font-family: arial, helvetica, sans-serif; | font-family: arial, helvetica, sans-serif; | ||
font-size: 100.1%; | font-size: 100.1%; | ||
| Line 19: | Line 19: | ||
</source> | </source> | ||
| + | :Storage location: [[Customising the Beez template/CSS/position.css|position.css]] | ||
=== Secondary Classes === | === Secondary Classes === | ||
| Line 36: | Line 37: | ||
</source> | </source> | ||
| − | + | :Storage location: [[Customising the Beez template/CSS/template.css|template.css]] | |
| − | / | + | |
| − | * | + | {{:Customising the Beez template/CSS/position.css/*}} |
| − | + | ||
| − | + | [[Category:Beez]] | |
| − | + | [[Category:Customizing Beez]] | |
| − | + | ||
| − | + | ||
Revision as of 18:56, 23 November 2009
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: #Ffd400; color: #ffd400; font-family: arial, helvetica, sans-serif; font-size: 100.1%; padding: 0px; text-align: center; }
- Storage location: position.css
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; }
- Storage location: template.css
/* ##### position.css line 15-19 #### */ * { margin: 0; padding: 0; }
- Further information: position.css/*
- Storage location: position.css
