Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 140: Line 140:
/* MAIN CONTENT BODY */
/* MAIN CONTENT BODY */
/* ----------------- */
/* ----------------- */
/* Outer page container. This holds the page title and page content. */
/* 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;
border-top: 0;
padding: 16px !important;
padding: 0 !important;
}
}


/* PAGE TITLE STRIP */
/* PAGE TITLE STRIP */
/* ---------------- */
/* ---------------- */
/* This is the title area directly under the head bar. */
/* 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: 12px 24px 8px 24px !important;
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: #fff;
background: transparent;
}
}


Line 186: Line 185:
/* PAGE CONTENT AREA */
/* PAGE CONTENT AREA */
/* ----------------- */
/* ----------------- */
/* This is the real readable page content beneath the title strip. */
/* 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: 16px 24px 40px 24px;
padding: 0 !important;
background: #fff;
margin: 0 !important;
background: transparent;
}
}


/* Inner parser output should not add extra outer spacing. */
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 {