Actions

MediaWiki

Common.css

From Titan's Teeth

Revision as of 16:56, 9 June 2019 by Dicemonger (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

/* Grid Modifiers */
[class|="catgrid"] {
  background-color: #f8f9fa;
  text-align:center;
  max-width: 800px;
}
div.catgrid-header {
  background-color: #eaecf0;
  padding: 0.6em;
}
div.catgrid-row {
  background-color: #f8f9fa;
  padding: 0.6em;
}

/* Table Modifiers */
table.center-text tr th {text-align:center;}
table.center-text tr td {text-align:center;}

table.right {float:right;margin-left:8px}

div#chclass th:nth-child(6) {text-align:left;}
div#chclass td {text-align:center;}
div#chclass td:nth-child(6) {text-align:left;}