J1.5

Difference between revisions of "Customising the Beez template/footer/syndicate"

From Joomla! Documentation

< J1.5:Customising the Beez template‎ | footer
m (→‎Secondary Classes: clean up - archiving)
Line 37: Line 37:
 
{{:Customising the Beez template/CSS/position.css/*}}
 
{{:Customising the Beez template/CSS/position.css/*}}
  
[[Category:Beez]]
+
[[Category:Archived Beez article]]
[[Category:Customizing Beez]]
+
[[Category:Archived Beez article]]

Revision as of 14:31, 26 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.

HTML Reference[edit]

<!-- index.php line 123-133 -->

<p class="syndicate">
    <jdoc:include type="modules" name="syndicate" />
</p>

CSS Reference[edit]

.syndicate[edit]

The following classes and ids will influence the syndicate paragraph. Please notice the ordering. Every CSS attribute will be overwritten by the class above.

Main Class[edit]

/* #### layout.css line 1337-1341 #### */

p.syndicate {
    float:left;
    display:block;
    text-align:left;
}

layout.css

Secondary Classes[edit]

/* ##### layout.css line 65-68 #### */

p {
    line-height:1.4em;
    margin:5px 0;
}
Further information: layout.css/p
Storage location: layout.css


/* ##### position.css line 15-19 #### */

*
{
    margin: 0;
    padding: 0;
}
Further information: position.css/*
Storage location: position.css