MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 140: | Line 140: | ||
/* MAIN CONTENT BODY */ | /* MAIN CONTENT BODY */ | ||
/* ----------------- */ | /* ----------------- */ | ||
/* Outer page container. | /* Outer page container. Border and padding live here, like the BG3 wiki. */ | ||
body.skin-vector-legacy #content.mw-body { | body.skin-vector-legacy #content.mw-body { | ||
position: absolute !important; | position: absolute !important; | ||
| Line 156: | Line 156: | ||
background: #fff; | background: #fff; | ||
border: 1px solid #333; | border: 1px solid #333; | ||
padding: 16px !important; | |||
padding: | |||
} | } | ||
/* PAGE TITLE STRIP */ | /* PAGE TITLE STRIP */ | ||
/* ---------------- */ | /* ---------------- */ | ||
/* | /* Title sits inside the padded content container. */ | ||
body.skin-vector-legacy h1#firstHeading { | body.skin-vector-legacy h1#firstHeading { | ||
margin: 0 !important; | margin: 0 0 12px 0 !important; | ||
padding: | padding: 0 0 8px 0 !important; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
| Line 174: | Line 173: | ||
border-bottom: 1px solid #c8ccd1; | border-bottom: 1px solid #c8ccd1; | ||
background: | background: transparent; | ||
} | } | ||
| Line 186: | Line 185: | ||
/* PAGE CONTENT AREA */ | /* PAGE CONTENT AREA */ | ||
/* ----------------- */ | /* ----------------- */ | ||
/* | /* Inner content should fill the padded area without adding another outer gap. */ | ||
body.skin-vector-legacy #bodyContent { | body.skin-vector-legacy #bodyContent { | ||
width: 100%; | width: 100%; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
padding: | padding: 0 !important; | ||
background: | margin: 0 !important; | ||
background: transparent; | |||
} | } | ||
body.skin-vector-legacy #mw-content-text, | body.skin-vector-legacy #mw-content-text, | ||
body.skin-vector-legacy .mw-parser-output { | body.skin-vector-legacy .mw-parser-output { | ||