MediaWiki:Common.css
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.client-darkmode .mw-parser-output img,
.client-darkmode .mw-parser-output .image {
filter: invert(1) hue-rotate(180deg);
}
.oc-contents-table {
width: 100%;
table-layout: fixed;
}
.oc-contents-table th:nth-child(1),
.oc-contents-table td:nth-child(1) {
width: 12%;
}
.oc-contents-table th:nth-child(2),
.oc-contents-table td:nth-child(2) {
width: 16%;
}
.oc-contents-table th:nth-child(3),
.oc-contents-table td:nth-child(3) {
width: 72%;
}
.oc-contents-table {
border-collapse: collapse;
margin: 0 0 0.75em 0;
}
.oc-contents-table th,
.oc-contents-table td {
vertical-align: top;
}