MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Limit the full wiki layout width on large screens */ | /* Limit the full wiki layout width on large screens */ | ||
body { | #mw-page-base, | ||
#content, | |||
#mw-head, | |||
#mw-panel, | |||
.mw-body, | |||
.mw-page-container { | |||
max-width: 1200px; | |||
} | } | ||
.mw-page-container | .mw-page-container { | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
} | } | ||
Revision as of 20:23, 6 July 2026
/* CSS placed here will be applied to all skins */
/* Limit the full wiki layout width on large screens */
#mw-page-base,
#content,
#mw-head,
#mw-panel,
.mw-body,
.mw-page-container {
max-width: 1200px;
}
.mw-page-container {
margin-left: auto;
margin-right: auto;
}