« MediaWiki:Citizen.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 3 : | Ligne 3 : | ||
/* cacher powered by mediawiki */ | /* cacher powered by mediawiki */ | ||
#footer-poweredbyico { | #footer-poweredbyico { | ||
display: none !important; | |||
} | |||
/* Hide the three dots (more menu) */ | |||
.citizen-page-actions-toggle { | |||
display: none !important; | display: none !important; | ||
} | } | ||
.citizen- | /* Hide entire actions menu */ | ||
display: none !important; | .citizen-page-actions { | ||
display: none !important; | |||
} | } | ||
Version du 8 mars 2026 à 00:18
/* 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;
}