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
Moved background image to only appear in the header
 
(2 intermediate revisions by the same user not shown)
Line 327: Line 327:
/* Background */
/* Background */
body {
body {
     background: var(--background-image) no-repeat fixed center center / cover !important;
     background-color: var(--background-color-0) !important;
}
}  


/* Wordmark */
/* Wordmark */
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);
}
}