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) (Added CSS-Reference)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 note the ordering. Every CSS attribute will be overwrited by the class above.

CSS Reference[edit]

Main Class[edit]

/* ##### 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[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;
}
/* ##### position.css line 15-19 #### */

*
{
    margin: 0;
    padding: 0;
}