Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #p-tb{ display : none; }") |
|||
| (4 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-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; | ||
| + | } | ||
Latest revision as of 16: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;
}