Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
(Removed visual editor button)
 
(Removed visual editor link)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-editsection-visualeditor {
.mw-editsection-visualeditor {
display: none !important;
}
.mw-list-item > a[href*="veaction=edit"] {
display: none !important;
display: none !important;
}
}

Revision as of 11:14, 29 April 2022

/* CSS placed here will be applied to all skins */
.mw-editsection-visualeditor {
    display: none !important;
}
.mw-list-item > a[href*="veaction=edit"] {
    display: none !important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.