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-tb{
+
 
display : none;
+
#p-tb, #ca-history, #ca-viewsource, #ca-talk{
}
+
display:none!important;
 +
}
  
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */

Revision as of 16:16, 7 May 2020

/* CSS placed here will be applied to all skins */

#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: "Admin Log in";
visibility: visible;
}