MediaWiki:Common.css: Difference between revisions

From PRS
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: .mw-wiki-logo { border-radius: 12px; }"
 
No edit summary
 
(2 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 */


.mw-wiki-logo {
.mw-wiki-logo,
     border-radius: 12px;
.mw-wiki-logo,
.mw-logo-icon {
     border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
}

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);
}