MediaWiki:Common.css

From NESdev Wiki
Revision as of 21:18, 2 April 2010 by Ndwiki (talk | contribs) (Imported style for <table class="tabular"> from User:Tepples/monobook.css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* to use attractive borders and dark gray TH, the first line becomes   {| class="tabular"   */
table.tabular {
  margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px solid #aaa; border-collapse: collapse
}
table.tabular th, table.tabular td {
  border: 1px solid #aaaaaa; padding: 0.2em
}
table.tabular th {
  background: #f2f2f2; text-align: center
}
table.tabular caption {
  margin-left: inherit; margin-right: inherit
}