User:Tepples/monobook.css

From NESdev Wiki
< User:Tepples
Revision as of 14:07, 2 April 2010 by Tepples (talk | contribs) (style for tables for actual tabular data)
(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 sandbox: test change here before applying it site-wide as ndwiki */

/* 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
}