Jump to content

MediaWiki:Common.css: Difference between revisions

From Arcscribe Public Wiki
No edit summary
Blanked the page
Tag: Blanking
Line 1: Line 1:
/* 1. Constrain and center the entire top header layout (tabs, user links, search bar) */
#mw-head,
#mw-page-base {
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}


/* 2. Constrain and center the main article container */
#content {
    max-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #a2a9b1;
    border-right: 1px solid #a2a9b1;
}
/* 3. Keep text lines at the optimal reading width while letting the infobox sit perfectly on the right edge */
#mw-content-text {
    max-width: 850px;
    line-height: 1.6;
}
/* 4. Fix sidebar padding so it doesn't get squished by the centering */
#mw-panel {
    padding-left: 1em;
}
/* 5. Clear floats cleanly at the bottom */
#catlinks, .printfooter, #footer {
    clear: both;
}

Revision as of 11:50, 7 July 2026