MediaWiki:Common.css: Difference between revisions

From Ekologos Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* Properly scaled logo */
/* Keep logo inside left sidebar only */
#p-logo {
    width: 10em !important;
    height: 150px !important;
    margin-top: 0.5em !important;
}
 
#p-logo a,
.mw-wiki-logo {
.mw-wiki-logo {
    width: 10em !important;
    height: 150px !important;
     background-size: contain !important;
     background-size: contain !important;
    background-position: center center !important;
     background-repeat: no-repeat !important;
     background-repeat: no-repeat !important;
    background-position: center center !important;
}


     width: 140px !important;
/* Restore normal Vector page alignment */
    height: 140px !important;
#content,
.mw-body {
     margin-left: 10em !important;
}


     margin: 0 auto 15px auto !important;
/* Keep top navigation clean */
#left-navigation {
     margin-left: 10em !important;
}
}


/* Cleaner sidebar spacing */
#mw-panel {
#mw-panel {
    padding-top: 10px;
     width: 10em !important;
     width: 12em;
     padding-top: 160px !important;
}
 
/* Prevent content overlap */
#content {
     margin-left: 13em;
}
}

Revision as of 12:42, 18 May 2026

/* Keep logo inside left sidebar only */
#p-logo {
    width: 10em !important;
    height: 150px !important;
    margin-top: 0.5em !important;
}

#p-logo a,
.mw-wiki-logo {
    width: 10em !important;
    height: 150px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Restore normal Vector page alignment */
#content,
.mw-body {
    margin-left: 10em !important;
}

/* Keep top navigation clean */
#left-navigation {
    margin-left: 10em !important;
}

#mw-panel {
    width: 10em !important;
    padding-top: 160px !important;
}