MediaWiki:Common.css: Difference between revisions

From sewi
No edit summary
No edit summary
Line 2: Line 2:
.mw-logo {
.mw-logo {
     background: url('http://sewihockey.com/images/e/e1/Se_wi_puck_small.png') no-repeat left center !important;
     background: url('http://sewihockey.com/images/e/e1/Se_wi_puck_small.png') no-repeat left center !important;
     background-size: 60px auto !important;
     background-size: 120px auto !important;
     padding-left: 70px !important;
     padding-left: 130px !important;
     height: 80px !important;
     height: 150px !important;
    display: flex !important;
    align-items: center !important;
}
}


Line 11: Line 13:
     display: block !important;
     display: block !important;
     margin-left: 65px !important;
     margin-left: 65px !important;
    margin-top: 50px !important; /* Move text down */
}
}


Line 16: Line 19:
.mw-logo-container {
.mw-logo-container {
     width: auto !important;
     width: auto !important;
     height: 80px !important;
     height: 150px !important;
    display: flex !important;
    align-items: center !important;
}
}

Revision as of 04:07, 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: 120px auto !important;
    padding-left: 130px !important;
    height: 150px !important;
    display: flex !important;
    align-items: center !important;
}

/* Restore and position the text */
.mw-logo-wordmark, .mw-logo-tagline {
    display: block !important;
    margin-left: 65px !important;
    margin-top: 50px !important; /* Move text down */
}

/* Adjust container if needed */
.mw-logo-container {
    width: auto !important;
    height: 150px !important;
    display: flex !important;
    align-items: center !important;
}