MediaWiki:Common.css: Difference between revisions

From sewi
Created page with "→‎CSS placed here will be applied to all skins: #p-logo a { background: url('http://sewihockey.com/images/e/e1/Se_wi_puck_small.png') no-repeat !important; background-size: contain !important; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-logo a {
.mw-logo {
     background: url('http://sewihockey.com/images/e/e1/Se_wi_puck_small.png') no-repeat !important;
     background: url('http://sewihockey.com/images/e/e1/Se_wi_puck_small.png') no-repeat center !important;
     background-size: contain !important;
     background-size: contain !important;
}
/* Hide the default logo text */
.mw-logo-wordmark, .mw-logo-tagline {
    display: none !important;
}
}

Revision as of 04:04, 20 March 2025

/* CSS placed here will be applied to all skins */
.mw-logo {
    background: url('http://sewihockey.com/images/e/e1/Se_wi_puck_small.png') no-repeat center !important;
    background-size: contain !important;
}

/* Hide the default logo text */
.mw-logo-wordmark, .mw-logo-tagline {
    display: none !important;
}