« MediaWiki:Citizen.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Aucun résumé des modifications Balise : Révocation manuelle |
Aucun résumé des modifications Balise : Révoqué |
||
| Ligne 26 : | Ligne 26 : | ||
.citizen-menu__heading { | .citizen-menu__heading { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Always show search bar in header */ | |||
.citizen-search__button { | |||
display: none; | |||
} | |||
.citizen-search__form { | |||
display: block !important; | |||
} | } | ||
Version du 9 mars 2026 à 02:16
/* cacher powered by mediawiki */
#footer-poweredbyico {
display: none !important;
}
/* Hide the three dots (more menu) */
.citizen-page-actions-toggle {
display: none !important;
}
/* Hide entire actions menu */
.citizen-page-actions {
display: none !important;
}
/* Date modified */
.page-info {
display: none !important;
}
#citizen-sidebar-lastmod {
display: none !important;
}
.citizen-menu__heading {
display: none !important;
}
/* Always show search bar in header */
.citizen-search__button {
display: none;
}
.citizen-search__form {
display: block !important;
}