MediaWiki:Common.css: Difference between revisions

From Ekologos Wiki
No edit summary
Replaced content with "Empty for testing: "
Tag: Replaced
Line 1: Line 1:
/* Logo */
/* Empty for testing */
#p-logo {
    width: 10em !important;
    height: 120px !important;
    margin: 0 auto 10px auto !important;
}
 
#p-logo a,
.mw-wiki-logo {
    width: 10em !important;
    height: 120px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}
 
/* Sidebar */
#mw-panel {
    width: 10em !important;
    padding-top: 0 !important;
}
 
/* Main content alignment */
#content,
.mw-body {
    margin-left: 11em !important;
}
 
/* Top navigation tabs */
#left-navigation {
    margin-left: 11em !important;
}
/* Hide Main Page title */
.page-Main_Page .mw-first-heading {
    display: none !important;
}
.page-Main_Page .mw-first-heading,
.page-Main_Page #firstHeading {
    display: none !important;
}

Revision as of 10:12, 22 June 2026

/* Empty for testing */