« 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 8 : | Ligne 8 : | ||
/* Remove "Last edited" from right column in Citizen */ | /* Remove "Last edited" from right column in Citizen */ | ||
.citizen-page-info__item--lastmod { | |||
display: none !important; | |||
} | |||
/* Hide last modified block */ | |||
#t-lastmod, | |||
.page-info-lastmod, | |||
.citizen-page-info__item--lastmod { | .citizen-page-info__item--lastmod { | ||
display: none !important; | display: none !important; | ||
} | } | ||
Version du 7 mars 2026 à 21:33
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */
html.skin-citizen-light
/* Remove last modified text */
#footer-info-lastmod {
display: none !important;
}
/* Remove "Last edited" from right column in Citizen */
.citizen-page-info__item--lastmod {
display: none !important;
}
/* Hide last modified block */
#t-lastmod,
.page-info-lastmod,
.citizen-page-info__item--lastmod {
display: none !important;
}