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
Fixed collapsible text on hover
Moved background image to only appear in the header
 
(One intermediate revision 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;
}
}