Difference between revisions of "MediaWiki:Common.css"

From Stunts Wiki
(Added wikitable style class.)
(No difference)

Revision as of 12:51, 22 April 2008

/* <pre><nowiki> */

/** CSS placed here will be applied to all skins */

/* wikitable class */
table.wikitable {
  margin: 1em;
  padding: 0.5em;
  background: #fafafa;
  border: 1px solid gray;
  color: black;
  text-align: left;
}

table.wikitable th,
table.wikitable td {
  padding-right: 1em;
}

table.wikitable th {
  background: #e9e9e9;
  color: black;
}

/* </nowiki></pre> */