MediaWiki:Common.css

From techdocs
Revision as of 10:59, 22 August 2023 by Plinich (talk | contribs)
(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.
/* CSS placed here will be applied to all skins */

table {
 border-collapse: collapse;
 border-spacing: 0px;
}
td, th {
 border: solid 1px silver;
 vertical-align: top;
 text-align: left;
 padding: 0.2em;
}
.firstcolfixed td:first-child {
 font-family: monospace;
 white-space: nowrap;
}
.firstcolfixed td:first-child p {
 margin: 0px;
 padding: 0px;
}
th {
 font-weight: bold;
}