MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* ============================== */ | /* ============================== */ | ||
/* WIZLORDS VECTOR | /* WIZLORDS VECTOR RESET BASELINE */ | ||
/* ============================== */ | /* ============================== */ | ||
| Line 27: | Line 12: | ||
/* | /* REMOVE PREVIOUS POSITIONING OVERRIDES */ | ||
/* | /* ------------------------------------- */ | ||
body.skin-vector-legacy #mw-page-base, | body.skin-vector-legacy #mw-page-base, | ||
body.skin-vector-legacy #mw-head-base | body.skin-vector-legacy #mw-head-base, | ||
body.skin-vector-legacy #mw-panel, | |||
body.skin-vector-legacy #p-logo, | |||
body.skin-vector-legacy #mw-head, | |||
body.skin-vector-legacy #p-personal, | |||
body.skin-vector-legacy #left-navigation, | |||
body.skin-vector-legacy #right-navigation, | |||
body.skin-vector-legacy #mw-panel | |||
body.skin-vector-legacy #p-logo | |||
body.skin-vector-legacy #mw-head | |||
body.skin-vector-legacy #p-personal | |||
body.skin-vector-legacy #left-navigation | |||
body.skin-vector-legacy #right-navigation | |||
body.skin-vector-legacy #content.mw-body { | body.skin-vector-legacy #content.mw-body { | ||
position: | position: revert !important; | ||
top: | top: revert !important; | ||
left: | left: revert !important; | ||
right: | right: revert !important; | ||
width: revert !important; | |||
max-width: revert !important; | |||
width: | min-height: revert !important; | ||
max-width: | margin: revert !important; | ||
min-height: | padding: revert !important; | ||
box-sizing: revert !important; | |||
z-index: revert !important; | |||
} | } | ||
/* PAGE TITLE | /* PAGE TITLE TEXT */ | ||
/* | /* --------------- */ | ||
body.skin-vector-legacy h1#firstHeading | body.skin-vector-legacy h1#firstHeading, | ||
body.skin-vector-legacy h1#firstHeading .mw-page-title-main { | |||
font-family: Arial, Helvetica, sans-serif !important; | font-family: Arial, Helvetica, sans-serif !important; | ||
font-size: | font-size: 32px !important; | ||
line-height: 1.1 !important; | line-height: 1.1 !important; | ||
font-weight: | font-weight: bold !important; | ||
} | } | ||
Revision as of 00:34, 2 June 2026
/* ============================== */
/* WIZLORDS VECTOR RESET BASELINE */
/* ============================== */
/* PAGE BACKGROUND */
/* --------------- */
html,
body.skin-vector-legacy {
background: #f5f3ee;
}
/* REMOVE PREVIOUS POSITIONING OVERRIDES */
/* ------------------------------------- */
body.skin-vector-legacy #mw-page-base,
body.skin-vector-legacy #mw-head-base,
body.skin-vector-legacy #mw-panel,
body.skin-vector-legacy #p-logo,
body.skin-vector-legacy #mw-head,
body.skin-vector-legacy #p-personal,
body.skin-vector-legacy #left-navigation,
body.skin-vector-legacy #right-navigation,
body.skin-vector-legacy #content.mw-body {
position: revert !important;
top: revert !important;
left: revert !important;
right: revert !important;
width: revert !important;
max-width: revert !important;
min-height: revert !important;
margin: revert !important;
padding: revert !important;
box-sizing: revert !important;
z-index: revert !important;
}
/* PAGE TITLE TEXT */
/* --------------- */
body.skin-vector-legacy h1#firstHeading,
body.skin-vector-legacy h1#firstHeading .mw-page-title-main {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 32px !important;
line-height: 1.1 !important;
font-weight: bold !important;
}