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 481: Line 481:


/* Article section headings generated by == through ====== wikitext. */
/* Article section headings generated by == through ====== wikitext. */
#content.mw-body #bodyContent h2,
#content.mw-body #bodyContent h2:not(.center),
#content.mw-body #bodyContent h3,
#content.mw-body #bodyContent h3:not(.center),
#content.mw-body #bodyContent h4,
#content.mw-body #bodyContent h4:not(.center),
#content.mw-body #bodyContent h5,
#content.mw-body #bodyContent h5:not(.center),
#content.mw-body #bodyContent h6 {
#content.mw-body #bodyContent h6:not(.center) {
box-sizing: border-box;
box-sizing: border-box;
margin: 20px 0 10px;
margin: 20px 0 10px;
Line 495: Line 495:
}
}


#content.mw-body #bodyContent h2 {
#content.mw-body #bodyContent h2:not(.center) {
font-size: 24px;
font-size: 24px;
line-height: 30px;
line-height: 30px;
}
}


#content.mw-body #bodyContent h3 {
#content.mw-body #bodyContent h3:not(.center) {
font-size: 20px;
font-size: 20px;
line-height: 26px;
line-height: 26px;
}
}


#content.mw-body #bodyContent h4 {
#content.mw-body #bodyContent h4:not(.center) {
font-size: 17px;
font-size: 17px;
line-height: 23px;
line-height: 23px;
}
}


#content.mw-body #bodyContent h5,
#content.mw-body #bodyContent h5:not(.center),
#content.mw-body #bodyContent h6 {
#content.mw-body #bodyContent h6:not(.center) {
font-size: 15px;
font-size: 15px;
line-height: 21px;
line-height: 21px;
}
}


#content.mw-body #bodyContent h2 .mw-headline,
#content.mw-body #bodyContent h2:not(.center) .mw-headline,
#content.mw-body #bodyContent h3 .mw-headline,
#content.mw-body #bodyContent h3:not(.center) .mw-headline,
#content.mw-body #bodyContent h4 .mw-headline,
#content.mw-body #bodyContent h4:not(.center) .mw-headline,
#content.mw-body #bodyContent h5 .mw-headline,
#content.mw-body #bodyContent h5:not(.center) .mw-headline,
#content.mw-body #bodyContent h6 .mw-headline,
#content.mw-body #bodyContent h6:not(.center) .mw-headline,
#content.mw-body #bodyContent h2 a,
#content.mw-body #bodyContent h2:not(.center) a,
#content.mw-body #bodyContent h3 a,
#content.mw-body #bodyContent h3:not(.center) a,
#content.mw-body #bodyContent h4 a,
#content.mw-body #bodyContent h4:not(.center) a,
#content.mw-body #bodyContent h5 a,
#content.mw-body #bodyContent h5:not(.center) a,
#content.mw-body #bodyContent h6 a {
#content.mw-body #bodyContent h6:not(.center) a {
border-bottom: 0;
border-bottom: 0;
color: var(--wiz-heading);
color: var(--wiz-heading);