MediaWiki:Common.css: verschil tussen versies
Uit wiki-lilaca
(Tekst vervangen door "→* CSS die hier wordt geplaatst heeft invloed op alle skins: ") |
|||
Regel 1: | Regel 1: | ||
/** CSS die hier wordt geplaatst heeft invloed op alle skins */ | /** CSS die hier wordt geplaatst heeft invloed op alle skins */ | ||
+ | /* working ... */ | ||
+ | #content{ | ||
+ | margin-left:auto !important; | ||
+ | margin-right:auto; | ||
+ | max-width: 950px; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | margin-left: auto !important; | ||
+ | margin-right: auto; | ||
+ | max-width: 950px; | ||
+ | } | ||
+ | |||
+ | /* testing */ | ||
+ | #mw-navigation { | ||
+ | margin-left: auto !important; | ||
+ | margin-right: auto; | ||
+ | max-width: 1140px; | ||
+ | top: 0; | ||
+ | } |
Versie van 20 mrt 2016 om 20:33
/** CSS die hier wordt geplaatst heeft invloed op alle skins */ /* working ... */ #content{ margin-left:auto !important; margin-right:auto; max-width: 950px; } #footer { margin-left: auto !important; margin-right: auto; max-width: 950px; } /* testing */ #mw-navigation { margin-left: auto !important; margin-right: auto; max-width: 1140px; top: 0; }