Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Adjusted wikitable styling to be consistent with infobox and navbox styling
Fixed wikitables in the Special namespace
 
(One intermediate revision by the same user not shown)
Line 358: Line 358:
     border-width: 0;
     border-width: 0;
     padding: 2px;
     padding: 2px;
}
.ns-special .wikitable {
    display: table;
}
}


Line 411: Line 415:
     padding: 0.125em 0.375em;
     padding: 0.125em 0.375em;
     margin-left: 0.5em;
     margin-left: 0.5em;
}
.mw-collapsible-toggle-default .mw-collapsible-text:hover {
    color: var(--color-accent-text);
}
}