Difference between revisions of "MediaWiki:Common.css"

From FirePRA
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-tb{ display : none; }")
 
 
(3 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{
 +
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;
 +
}

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