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

API: CSS: Footer

nateemerson edited this page Aug 17, 2011 · 7 revisions

Description

The <div#footer> entity represents a full width bar that spans 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 should not be used as navigation button, as the framework provides a button style for that purpose. (API: CSS: Buttons)

Implementation

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

There are no variations of this style. It is intended to be universal between pages. However, a specific implementation may modify the text within the element if so desired.

Clone this wiki locally