J1.5:Customising the Beez template/body
From Joomla! Documentation
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