MediaWiki:Common.css: Difference between revisions

From FLOSSK Wiki
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:
/* CSS placed here will be applied to all skins */
/* FLOSSK sidebar logo size */
.mw-logo-icon {
#p-logo {
     width: 40px !important;
    width: 160px;
     height: 40px !important;
    height: 160px;
     object-fit: contain;
}
 
#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;
}