MediaWiki:Common.css: Difference between revisions
No edit summary |
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 */ | ||
.mw-logo { | .mw-logo { | ||
background: url('http://sewihockey.com/images/e/e1/Se_wi_puck_small.png') no-repeat center !important; | background: url('http://sewihockey.com/images/e/e1/Se_wi_puck_small.png') no-repeat left center !important; | ||
background-size: | background-size: 60px auto !important; | ||
padding-left: | padding-left: 70px !important; | ||
height: 80px !important; | height: 80px !important; | ||
} | } | ||
/* | /* Restore and position the text */ | ||
.mw-logo-wordmark, .mw-logo-tagline { | .mw-logo-wordmark, .mw-logo-tagline { | ||
display: | display: block !important; | ||
margin-left: 65px !important; | |||
} | } | ||
/* | /* Adjust container if needed */ | ||
.mw-logo-container { | .mw-logo-container { | ||
width: | width: auto !important; | ||
height: 80px !important; | height: 80px !important; | ||
} | } | ||
Revision as of 04:06, 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 left center !important;
background-size: 60px auto !important;
padding-left: 70px !important;
height: 80px !important;
}
/* Restore and position the text */
.mw-logo-wordmark, .mw-logo-tagline {
display: block !important;
margin-left: 65px !important;
}
/* Adjust container if needed */
.mw-logo-container {
width: auto !important;
height: 80px !important;
}