Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

API: CSS: Footer

ebollens edited this page May 18, 2011 · 7 revisions

Description

The div#footer entity forms a bottom bar that spans full width across the bottom of mobile pages in the framework. This bottom bar is a vertical region distinct from the main body.

Intent

This entity is employed on the front page of the framework to include a Copyright notice, a Help link, and a View Full Site link. It is not required on any other pages, though could be used by other pages to include other sorts of footer information. Note that this entity, though, should not be used as navigation button, as the framework provides a button style for that purpose.

Implementation

<div id="footer"> 
    <p>University of California &copy; 2010 UC Regents<br /> 
    <a href="http://{MOBILE_DOMAIN}/help">Help</a> | <a href="http://www.ucla.edu">View Full Site</a></p> 
</div>

There are no variations of this style. It is intended to be universal between pages. However, the text within the element can be varied if so desired by an implementing module.

Clone this wiki locally