wg-base.css

A stylesheet for all the recurring styles. If an element with a certain class is referenced in this stylesheet is should have the prefix "wg-".

Styles in this file should be easily overridable, so the selectors should not be too strong (don't use IDs, only simple selectors).

Example (file/attachment icon):

<img class="wg-icon" src="pdf.gif" alt="pdf" />

.wg-icon {
vertical-align:middle;
border:0;
}

It wil contain styles for:

  • pagination
  • (front end) asset controls
  • inline images (file/attachment icons)
  • "back"- and "read more"-links
  • submit buttons
  • ...

Keywords: wg base css stylesheet

Search | Most Popular | Recent Changes | Wiki Home