MediaWiki:Common.css: Difference between revisions

From THCoTD Wiki
No edit summary
Tag: Manual revert
No edit summary
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 {
/*.mw-body-content {
     max-width: 1250px;
     max-width: 1250px;
}
}
Line 12: Line 12:
     margin-left: 260px; /* must be >= sidebar width */
     margin-left: 260px; /* must be >= sidebar width */
}
}
*/

Revision as of 07:57, 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, #left-navigation, #footer {
    margin-left: 260px; /* must be >= sidebar width */
}
*/