MediaWiki:Common.css: Difference between revisions

From THCoTD Wiki
No edit summary
Tag: Reverted
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-body-content {
.portable-infobox .pi-title {
    max-width: 1250px;
     text-align: center;
}
 
.mw-panel {
    width: 240px; /* default is ~160px, adjust as needed */
}
 
/* Adjust content area to not overlap */
#content, #left-navigation, #footer {
     margin-left: 260px; /* must be >= sidebar width */
}
 
#p-logo a {
    background-size: contain; /* makes the image scale nicely */
    width: 200px;  /* adjust to your new sidebar width */
    height: 100px; /* tweak height as needed */
}
}

Latest revision as of 09:03, 16 September 2025

/* CSS placed here will be applied to all skins */
.portable-infobox .pi-title {
    text-align: center;
}