MediaWiki:Common.css: verschil tussen versies
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 7: | Regel 7: | ||
#footer-poweredbyico { display: none; } /** Verwijdert Powered by MediaWiki logo */ | #footer-poweredbyico { display: none; } /** Verwijdert Powered by MediaWiki logo */ | ||
.mw-head{ | |||
max-width: 992px; | |||
} | |||
.mw-body{ | .mw-body{ | ||
max-width: 944px; | max-width: 944px; | ||
} | } | ||
Versie van 26 apr 2022 13:58
MediaWiki:Common.css
----
/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */
#ca-talk { display:none!important; } /** Verwijdert "Discussie" tab */
#ca-view { display: none !important; } /** Verwijdert "Lezen" tab */
#footer-poweredbyico { display: none; } /** Verwijdert Powered by MediaWiki logo */
.mw-head{
max-width: 992px;
}
.mw-body{
max-width: 944px;
}