MediaWiki:Minerva.css
Appearance
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.
/* All CSS here will be loaded for users of the MinervaNeue skin (MOBILE) */
/* CSS placed here will affect users of the MOBILE site only */
/* Long list columns - narrower trigger than desktop */
@media screen and (max-width: 500px) {
.columns-list-narrow ul {
column-count: 2;
column-gap: 1.5em;
}
}
@media screen and (max-width: 390px) {
.columns-list-narrow ul{
column-count: 1;
}
}
/* Remove margin on copyright ambox */
table.ambox.ambox-notice {
margin: 0 !important;
}
.mw-body-content ol ol, .mw-body-content ol ol ol {
margin-left: 0em;
padding-left: 1em;
border-left: 3px solid #edf2f7;
list-style-position: inside;
}