MediaWiki:Common.css: Difference between revisions
From Ekologos Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* 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; | ||
} | |||
/* Restore normal Vector page alignment */ | |||
#content, | |||
.mw-body { | |||
margin-left: 10em !important; | |||
} | |||
margin: | /* Keep top navigation clean */ | ||
#left-navigation { | |||
margin-left: 10em !important; | |||
} | } | ||
#mw-panel { | #mw-panel { | ||
width: 10em !important; | |||
width: | padding-top: 160px !important; | ||
} | } | ||
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;
}