MediaWiki:Common.css: Difference between revisions

From THCoTD Wiki
No edit summary
No edit summary
Line 5: Line 5:


.mw-panel {
.mw-panel {
     width: 220px; /* default is ~160px, adjust as needed */
     width: 240px; /* default is ~160px, adjust as needed */
}
}


/* Adjust content area to not overlap */
/* Adjust content area to not overlap */
#content {
#content {
     margin-left: 240px; /* must be >= sidebar width */
     margin-left: 260px; /* must be >= sidebar width */
}
}

Revision as of 07:52, 16 September 2025

/* CSS placed here will be applied to all skins */
.mw-body-content {
    max-width: 1250px;
}

.mw-panel {
    width: 240px; /* default is ~160px, adjust as needed */
}

/* Adjust content area to not overlap */
#content {
    margin-left: 260px; /* must be >= sidebar width */
}