MediaWiki:Common.css
OMNIVERSE
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 */
/* ---------- Readability ---------- */
.mw-parser-output {
line-height: 1.6;
font-size: 16px;
}
.mw-body-content {
max-width: 980px;
}
/* ---------- Headings ---------- */
.mw-parser-output h2 {
border-bottom: 1px solid rgba(0,0,0,0.15);
padding-bottom: 0.25em;
}
/* ---------- Tables ---------- */
.wikitable {
border-radius: 10px;
overflow: hidden;
border: 1px solid rgba(0,0,0,0.12);
}
.wikitable th {
background: rgba(0,0,0,0.05);
font-weight: 600;
}
/* ---------- Code ---------- */
.mw-parser-output pre {
border-radius: 8px;
padding: 12px;
}
