MediaWiki:Common.css: Difference between revisions

From University of Nairobi WIKI
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: ca-talk { display:none!important; } body.page-Main_Page li#ca-talk { display: none !important; }")
 
No edit summary
 
(One intermediate revision 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 */
ca-talk { display:none!important; }
 
body.page-Main_Page li#ca-talk { display: none !important; }
 
#pt-anontalk {
  display: none;
}
 
#pt-anoncontribs {
  display: none;
}

Latest revision as of 09:02, 27 January 2023

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


#pt-anontalk {
  display: none;
}

#pt-anoncontribs {
  display: none;
}