« MediaWiki:Citizen.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Page créée avec « →La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. : html.skin-citizen-light » |
Aucun résumé des modifications Balise : Révocation manuelle |
||
| (33 versions intermédiaires par 2 utilisateurs non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
/* | |||
/* 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; | |||
} | |||
Dernière version du 9 mars 2026 à 02:17
/* 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;
}