J1.5

Customising the Beez template/body

From Joomla! Documentation

< J1.5:Customising the Beez template
Revision as of 09:22, 29 April 2013 by JoomlaWikiBot (talk | contribs) (→‎Secondary Classes: archiving articles with category removal and addition)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Please notice the ordering. Every CSS attribute will be overwritten by the class above.

CSS Reference[edit]

Main Class[edit]

/* ##### 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[edit]

/* ##### 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