MediaWiki:Vector.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
/* reduce standard page width */ | /* reduce standard page width */ | ||
/* body:not(.vector-feature-wide-container-enabled) .vector-main-container */ | /* body:not(.vector-feature-wide-container-enabled) .vector-main-container */ | ||
body:not(.vector-feature-wide-container-enabled) . | body:not(.vector-feature-wide-container-enabled) .mw-content-container { | ||
max-width: 900px !important; | max-width: 900px !important; | ||
margin: auto !important; | margin: auto !important; | ||
} | } |
Revision as of 01:42, 2 February 2025
/* All CSS here will be loaded for users of the Vector skin */
/* reduce standard page width */
/* body:not(.vector-feature-wide-container-enabled) .vector-main-container */
body:not(.vector-feature-wide-container-enabled) .mw-content-container {
max-width: 900px !important;
margin: auto !important;
}