J1.5

Difference between revisions of "Core module-generated CSS"

From Joomla! Documentation

(New page: {{inuse}} The following information is gathered from the default output for Joomla! 1.5 core modules and assumes that no template overrides are in place. '''mod_banners''' * <code>.banner...)
 
Line 3: Line 3:
  
 
'''mod_banners'''
 
'''mod_banners'''
* <code>.bannergroup</code> class applied to surrounding <div>
+
* <code>.bannergroup</code> class applied to surrounding <tt><nowiki><div></nowiki></tt>
* <code>.bannerheader</code> class aplied to <div> of header text if exists
+
* <code>.bannerheader</code> class applied to <tt><nowiki><div></nowiki></tt> of header text if it exists
* <code>.banneritem</code> class applied to <div> for each item
+
* <code>.banneritem</code> class applied to <tt><nowiki><div></nowiki></tt> for each item
* <code>.bannerfooter</code> class applied to <div> of header footer text if exists
+
* <code>.bannerfooter</code> class applied to <tt><nowiki><div></nowiki></tt> of footer text if it exists
  
 
 
 
'''mod_breadcrumb'''
 
'''mod_breadcrumb'''
* <code>.breadcrumbs</code> class applied to a <span> element that holds the path links
+
* <code>.breadcrumbs</code> class applied to a <tt><nowiki><span></nowiki></tt> element that holds the path links
* <code>.pathway</code> class applied to a <span> element that holds the path links
+
* <code>.pathway</code> class applied to a <tt><nowiki><span></nowiki></tt> element that holds the path links
 
* <code>.pathway</code> class is also applied to each link
 
* <code>.pathway</code> class is also applied to each link
  
  
 
'''mod_feed'''
 
'''mod_feed'''
* <code>.moduletable</code> class applied to <table> of no set width
+
* <code>.moduletable</code> class applied to <tt><nowiki><table></nowiki></tt> of no set width
* <code>.newsfeed</code> class applied to <ul>
+
* <code>.newsfeed</code> class applied to <tt><nowiki><ul></nowiki></tt>

Revision as of 07:05, 22 February 2008

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.

Quill icon.png
Page Actively Being Edited!

This j1.5 page is actively undergoing a major edit for a short while.
As a courtesy, please do not edit this page while this message is displayed. The user who added this notice will be listed in the page history. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page. If this page has not been edited for several hours, please remove this template, or replace it with {{underconstruction}} or {{incomplete}}.

The following information is gathered from the default output for Joomla! 1.5 core modules and assumes that no template overrides are in place.

mod_banners

  • .bannergroup class applied to surrounding <div>
  • .bannerheader class applied to <div> of header text if it exists
  • .banneritem class applied to <div> for each item
  • .bannerfooter class applied to <div> of footer text if it exists


mod_breadcrumb

  • .breadcrumbs class applied to a <span> element that holds the path links
  • .pathway class applied to a <span> element that holds the path links
  • .pathway class is also applied to each link


mod_feed

  • .moduletable class applied to <table> of no set width
  • .newsfeed class applied to <ul>