MediaWiki:Common.css: verschil tussen versies
MediaWiki interface page
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 8: | Regel 8: | ||
.fc-today-button + div, | .fc-today-button + div, | ||
.fc-toolbar.fc-header-toolbar > .fc-left { | .fc-toolbar.fc-header-toolbar > .fc-left { | ||
display: none; | |||
} | |||
/** Hide SMW's entity examiner (which sometimes just won't disappear) **/ | |||
.smw-entity-examiner { | |||
display: none; | display: none; | ||
} | } | ||
Huidige versie van 27 jun 2022 om 16:24
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
/* Hide "Internal" menu for anonymous users */
body.not-authorized #p-Intern, body.not-authorized #p-Beheer {
display: none;
}
.fc-today-button,
.fc-today-button + div,
.fc-toolbar.fc-header-toolbar > .fc-left {
display: none;
}
/** Hide SMW's entity examiner (which sometimes just won't disappear) **/
.smw-entity-examiner {
display: none;
}