MediaWiki:Group-user.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
.mw-pt-translate-header { | .mw-pt-translate-header { | ||
display: block !important; | display: block !important; | ||
} | |||
/* Afficher l'onglet "Plus" en haut des pages d'items */ | |||
#p-cactions { | |||
display: block !important; | |||
} | } | ||
Revision as of 19:11, 21 August 2024
/* CSS placed here will affect registered users only */
/* Ce qui suit permet d'afficher les éléments d'édition seulement aux utilisateurs enregistrés (vs anonymous) Cf. démo ici : https://wikiteq.com/post/how-hide-elements-anonymous-users-mediawiki */
#p-views {
display: block !important;
}
#p-namespaces {
display: block !important;
}
#p-WIKIBASE {
display: block !important;
}
#p-pagemisc {
display: block !important;
}
#personal {
display: block !important;
}
#p-tb {
display: block !important;
}
#page-tools {
display: block !important;
}
#left-navigation {
display: block !important;
}
.mw-pt-translate-header {
display: block !important;
}
/* Afficher l'onglet "Plus" en haut des pages d'items */
#p-cactions {
display: block !important;
}
/* Afficher le sélecteur de langues pour les utilisateurs connectés */
#p-lang-btn {
display: block !important;
}