Template:Support Page: Difference between revisions

Content deleted Content added
update utm_ parameters to wmf_ phab:T351325
Tag: Reverted
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 28:
#catlinks, #footer, .mw-editsection {
display: none;
}
 
/* and because we have to deal with minerva now for some reason */
.pre-content, .header-container, .minerva-footer {
display: none;
}
.content {
max-width: none !important;
width: auto !important;
}
 
/* more minerva nonsense for the toc */
.toc {
display: block;
}
.client-js .toc .toctogglecheckbox ~ ul {
visibility: visible;
height: auto;
margin: 0;
}
.content .mw-heading2, .content h2 {
clear: none;
}
 
Line 70 ⟶ 92:
}
 
.sp-page h1.mw-heading1,
.sp-page h2.mw-heading2,
.sp-page h3.mw-heading3,
.sp-page h4.mw-heading4,
.sp-page h5.mw-heading5,
.sp-page h6.mw-heading6,
.sp-page ol,
.sp-page ul,
Line 86 ⟶ 108:
.sp-page h1,
.sp-page h2 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: bold;
}
 
.sp-page h1.mw-heading1 {
font-size: 2.25rem;
font-weight: 500;
Line 97 ⟶ 119:
 
@media (min-width: 768px) {
.sp-page h1.mw-heading1 {
font-size: 2.375rem;
}
}
 
.sp-page h2.mw-heading2 {
margin-bottom: 1rem;
font-size: 1.125rem;
Line 108 ⟶ 130:
}
 
.sp-page h2.mw-heading2:not(:first-child) {
margin-top: 4rem;
}
 
@media (min-width: 1281px) {
.sp-page h2.mw-heading2 {
font-size: 1.375rem;
}
}
 
.sp-page h3.mw-heading3 {
font-size: 1.05rem;
margin-top: 2rem;