MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Dbaumeister (talk | contribs) No edit summary |
Dbaumeister (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
{ | { | ||
display: none; | display: none; | ||
} | |||
#mw-notification-area, | |||
.mw-references-wrap { | |||
pointer-events:initial !important; | |||
opacity:1.0 !important; | |||
} | } |
Revision as of 15:31, 6 March 2024
/* CSS placed here will be applied to all skins */
#ca-talk,
#ca-viewsource,
#footer-info,
#footer-places
#footer-info-lastmod,
#footer-info-copyright,
#footer-places-privacy,
#footer-places-disclaimer,
#pt-anonuserpage,
#pt-anontalk
{
display:none!important;
}
div#mw-panel div.portal.first h3 {
display: block;
}
nav#p-tb /* hide from all users, then unhide in group-autoconfirmed.js */
{
display: none;
}
#mw-notification-area,
.mw-references-wrap {
pointer-events:initial !important;
opacity:1.0 !important;
}