Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
update donate link to use wmf parameters
Tag: Manual revert
update heading styles for mw:Heading HTML changes
Line 70: Line 70:
}
}


.sp-page h1,
.sp-page .mw-heading1,
.sp-page h2,
.sp-page .mw-heading2,
.sp-page h3,
.sp-page .mw-heading3,
.sp-page h4,
.sp-page .mw-heading4,
.sp-page h5,
.sp-page .mw-heading5,
.sp-page h6,
.sp-page .mw-heading6,
.sp-page ol,
.sp-page ol,
.sp-page ul,
.sp-page ul,
Line 84: Line 84:
}
}


.sp-page h1,
.sp-page .mw-heading1,
.sp-page h2 {
.sp-page .mw-heading2 {
font-weight: bold;
font-weight: bold;
}
}


.sp-page h1 {
.sp-page .mw-heading1 {
font-size: 2.25rem;
font-size: 2.25rem;
font-weight: 500;
font-weight: 500;
Line 97: Line 97:


@media (min-width: 768px) {
@media (min-width: 768px) {
.sp-page h1 {
.sp-page .mw-heading1 {
font-size: 2.375rem;
font-size: 2.375rem;
}
}
}
}


.sp-page h2 {
.sp-page .mw-heading2 {
margin-bottom: 1rem;
margin-bottom: 1rem;
font-size: 1.125rem;
font-size: 1.125rem;
Line 108: Line 108:
}
}


.sp-page h2:not(:first-child) {
.sp-page .mw-heading2:not(:first-child) {
margin-top: 4rem;
margin-top: 4rem;
}
}


@media (min-width: 1281px) {
@media (min-width: 1281px) {
.sp-page h2 {
.sp-page .mw-heading2 {
font-size: 1.375rem;
font-size: 1.375rem;
}
}
}
}


.sp-page h3 {
.sp-page .mw-heading3 {
font-size: 1.05rem;
font-size: 1.05rem;
margin-top: 2rem;
margin-top: 2rem;