A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

User:Ms2ger/monobook.css

From WHATWG Wiki
< User:Ms2ger
Revision as of 14:03, 28 August 2009 by Ms2ger (talk | contribs) (+table styles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump 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.
/* CC-BY-SA, from https://secure.wikimedia.org/wikipedia/en/wiki/MediaWiki:Common.css */
table {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
th, td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
th {
    background: #f2f2f2;
    text-align: center;
}
caption {
    font-weight: bold;
}