MediaWiki:Group-user.css

From Resistance in Belgium

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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; 
}