J1.5

Difference between revisions of "Customising the Beez template/body"

From Joomla! Documentation

< J1.5:Customising the Beez template
m (→‎Secondary Classes: archiving articles with category removal and addition)
 
(7 intermediate revisions by 5 users not shown)
Line 11: Line 11:
 
{
 
{
 
     background: #Ffd400;
 
     background: #Ffd400;
     color: #000000;
+
     color: #ffd400;
 
     font-family: arial, helvetica, sans-serif;
 
     font-family: arial, helvetica, sans-serif;
 
     font-size: 100.1%;
 
     font-size: 100.1%;
Line 41: Line 41:
 
{{:Customising the Beez template/CSS/position.css/*}}
 
{{:Customising the Beez template/CSS/position.css/*}}
  
[[Category:Beez]]
+
 
[[Category:Customizing Beez]]
+
 
 +
[[Category:Archived version Joomla! 1.5|{{PAGENAME}}]]

Latest revision as of 09:23, 29 April 2013

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