MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
Cleanup.
m (Reorder.)
(Cleanup.)
Line 4: Line 4:
}
}


/* Gradient background for centered body. */
body.theme-dark-grey {
body.theme-dark-grey {
/* Gradient background for centered body. */
background: linear-gradient(rgba(27 27 27 / 90%) 80%, transparent);
background: linear-gradient(rgba(27 27 27 / 90%) 80%, transparent);
}
}
Line 19: Line 19:
body.theme-light code {
body.theme-light code {
background: var(--mw-code-background-color);
background: var(--mw-code-background-color);
}
.vector-body h3 {
font-size: 120%;
}
.vector-body h4 {
font-size: 100%;
}
}


Navigation menu