Basculer le menu
Changer de menu des préférences
Basculer le menu personnel
Non connecté(e)
Votre adresse IP sera visible au public si vous faites des modifications.

« MediaWiki:Citizen.css » : différence entre les versions

Page de l’interface de MediaWiki
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;
}