MediaWiki:Common.css: Difference between revisions
Appearance
Colabs Admin (talk | contribs) No edit summary |
Colabs Admin (talk | contribs) No edit summary |
||
| Line 11: | Line 11: | ||
#ca-protect { display: none !important; } | #ca-protect { display: none !important; } | ||
#ca-viewsource { display: none !important; } | #ca-viewsource { display: none !important; } | ||
.mw-highlight { | |||
position: relative; /* Necessary for button positioning */ | |||
} | |||
.copy-button { | |||
z-index: 10; | |||
padding: 2px 5px; | |||
background-color: #f8f9fa; | |||
border: 1px solid #ccc; | |||
border-radius: 3px; | |||
} | |||
Revision as of 09:42, 6 May 2026
/* CSS placed here will be applied to all skins */
#ca-nstab-main { display: none !important; }
#ca-nstab-user { display: none !important; }
#ca-talk { display: none !important; }
#ca-view { display: none !important; }
#ca-history { display: none !important;}
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#ca-delete { display: none !important; }
#ca-move { display: none !important; }
#ca-protect { display: none !important; }
#ca-viewsource { display: none !important; }
.mw-highlight {
position: relative; /* Necessary for button positioning */
}
.copy-button {
z-index: 10;
padding: 2px 5px;
background-color: #f8f9fa;
border: 1px solid #ccc;
border-radius: 3px;
}