MediaWiki:Common.css (Meta, no ontology)

From Compile Worlds

Revision as of 22:53, 21 June 2009 by Keiji (Talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

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

.rowcat {
  background-color: #ccccff;
  border-width: 0px;
  text-align: center;
}

.colcat {
  background-color: #C7CED7;
  text-align: center;
}
.cellcat {
  background-color: #D3D8DF;
  text-align: center;
}
.infobox td {
  padding: 3px;
}
div.infobox {
  border: 1px solid #CCC;
  background-color: #EEE;
  padding: 5px; margin: 5px;
}

table.infobox {
  border: 1px solid #ABB9CD;
}
table.infobox th, table.infobox td {
  border-width: 1px 0 1px 0;
}

body, td, th, input {font-family: Segoe UI, Verdana, Tahoma, DejaVu Sans, sans-serif;}