Difference between revisions of "MediaWiki:Common.css"

From FirePRA
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
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;
 
}
 
  
 +
#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{
 
#pt-logout a{
 
content: "";
 
content: "";
Line 11: Line 13:
 
#pt-logout a:before{
 
#pt-logout a:before{
 
content: "Admin Logout";
 
content: "Admin Logout";
 +
visibility: visible;
 +
}
 +
 +
#pt-login a{
 +
content: "";
 +
visibility: hidden;
 +
}
 +
 +
#pt-login a:before{
 +
content: "Administration";
 
visibility: visible;
 
visibility: visible;
 
}
 
}

Latest revision as of 17:53, 20 July 2020

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

#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;
}