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 155: Line 155:
border: 1px solid #333;
border: 1px solid #333;
border-top: 0;
border-top: 0;
padding: 0 24px 40px 24px;
padding: 12px 24px 40px 24px;
}
}


Line 204: Line 204:
padding: 0;
padding: 0;
background: transparent;
background: transparent;
}
/* PAGE TITLE TEXT */
/* --------------- */
body.skin-vector-legacy h1#firstHeading {
margin: 0 0 8px 0 !important;
padding: 0 0 6px 0 !important;
border-bottom: 1px solid #c8ccd1;
}
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: 28px !important;
line-height: 1.1 !important;
font-weight: normal !important;
}
}