MediaWiki:Common.css: Difference between revisions

From Distant Sands 11
Jump to navigationJump to search
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 21: Line 21:
.vector-menu-dropdown {
.vector-menu-dropdown {
     background: transparent;
     background: transparent;
}
.mw-body {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
}

Revision as of 12:48, 3 August 2026

/* CSS placed here will be applied to all skins */
body {
    background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat;
    background-attachment: fixed;
    background-size: auto;
}

body > div,
#mw-page-base,
#content,
.mw-body,
#mw-panel,
.vector-menu-container,
#mw-head,
.vector-header-container,
.vector-tabs,
.vector-menu-tabs,
.vector-tab-container,
.mw-portlet-views,
.mw-portlet-cactions,
.vector-menu-dropdown {
    background: transparent;
}
.mw-body {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}