MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: .mw-logo-icon { width: 40px !important; height: 40px !important; object-fit: contain; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* FLOSSK sidebar logo size */ | ||
#p-logo { | |||
width: | width: 160px; | ||
height: | height: 160px; | ||
} | |||
#p-logo a { | |||
width: 160px; | |||
height: 160px; | |||
background-size: contain !important; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
} | } | ||
Latest revision as of 21:39, 22 August 2026
/* FLOSSK sidebar logo size */
#p-logo {
width: 160px;
height: 160px;
}
#p-logo a {
width: 160px;
height: 160px;
background-size: contain !important;
background-repeat: no-repeat;
background-position: center;
}