MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* Layout width | /* Layout width configuration */ | ||
/* Default: Full width for all pages */ | |||
html { | |||
--width-layout: 100vw; | --width-layout: 100vw; | ||
} | } | ||
/* | /* Main page only: 1600px width */ | ||
.page-Hauptseite { | html:has(body.page-Hauptseite) { | ||
--width-layout: 1600px; | --width-layout: 1600px; | ||
} | } | ||
Revision as of 01:02, 5 February 2026
/* Layout width configuration */
/* Default: Full width for all pages */
html {
--width-layout: 100vw;
}
/* Main page only: 1600px width */
html:has(body.page-Hauptseite) {
--width-layout: 1600px;
}