Difference between revisions of "MediaWiki:Common.css"

From FirePRA
Jump to navigation Jump to search
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
+
#p-namespaces,
 
#pt-login, #p-tb, #ca-history, #ca-viewsource, #ca-talk{
 
#pt-login, #p-tb, #ca-history, #ca-viewsource, #ca-talk{
 
display:none!important;
 
display:none!important;

Latest revision as of 17:27, 5 August 2025

/* CSS placed here will be applied to all skins */
#p-namespaces,
#pt-login, #p-tb, #ca-history, #ca-viewsource, #ca-talk{
display:none!important;
}

/* CSS placed here will be applied to all skins */
#pt-logout a{
content: "";
 visibility: hidden;
}

#pt-logout a:before{
content: "Admin Logout";
visibility: visible;
}

#pt-login a{
content: "";
 visibility: hidden;
}

#pt-login a:before{
content: "Administration";
visibility: visible;
}