MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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 */ | ||
.mw-wiki-logo | .mw-wiki-logo, | ||
.mw-wiki-logo, | |||
.mw-logo-icon { | |||
border-radius: 12px !important; | |||
.mw- | overflow: hidden !important; | ||
border-radius: 12px; | box-shadow: 0 2px 6px rgba(0,0,0,0.2); | ||
overflow: hidden; | |||
} | } | ||
Latest revision as of 06:33, 17 February 2026
/* CSS placed here will be applied to all skins */
.mw-wiki-logo,
.mw-wiki-logo,
.mw-logo-icon {
border-radius: 12px !important;
overflow: hidden !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}