Default CSS classes
From Joomla! Documentation
| This article is a small, well-defined item that could be completed by someone with a reasonable knowledge of the subject matter and a modest time commitment.
If you would like to try writing this article you're welcome to do so. The subject may be self-evident, but if not then further details should be available on the discussion page. Please add {{inuse}} at the top of this page while editing. For other small, well-defined tasks, please look in the Cookie jar.
|
This might help: Templates FAQ: What are the base Joomla! CSS styles?
In joomla 1.7 Used Default Css Classes and IDs.
div #all contain the #header and #contentarea divs.
1.#header
In the #header contain Logo, Font Resizing Options, Content Search Module and Main Navigation.
Div with the #logoheader id is used For the logo.
Div #line showing search modules and font size options
Div #fontsize Used for Font size Options.
2. #Contentarea
In the #Contentarea contain main component content, left and right columns.
Div Id #nav and class .left1 is showing Left column.
Div #wrapper showing Main(component) conent.
Div #right is used for Right column.
Div #footer-outer is wrapping footer content.
Div #footer is used for footer
