« 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 |
||
| (11 versions intermédiaires par 2 utilisateurs non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
.page-Spécial_Connexion #footer-icons { | |||
#footer- | |||
display: none !important; | display: none !important; | ||
} | } | ||
. | |||
.noprint { | |||
display: none !important; | 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; | |||
} | |||
@media (max-width: 768px) { | |||
.citizen-footer__content { | |||
padding-bottom: 80px !important; | |||
} | |||
} | } | ||
Dernière version du 13 mars 2026 à 22:56
.page-Spécial_Connexion #footer-icons {
display: none !important;
}
.noprint {
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;
}
@media (max-width: 768px) {
.citizen-footer__content {
padding-bottom: 80px !important;
}
}