Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
#bodyContent { | #bodyContent { | ||
font-size: 1.000em; | font-size: 1.000em; | ||
| + | } | ||
| + | |||
| + | .npedia-banner { | ||
| + | background-image: url("images/f/ff/HDH.jpg"); /* fallback */ | ||
| + | background-image: url("images/f/ff/HDH.jpg"), linear-gradient(#eb01a5, #d13531); /* W3C */ | ||
} | } | ||
Revision as of 04:21, 4 October 2020
/* CSS placed here will affect users of the Vector skin */
/* Bring the text to 14px */
#mw-content-text {
font-size: 1.000em;
}
#bodyContent {
font-size: 1.000em;
}
.npedia-banner {
background-image: url("images/f/ff/HDH.jpg"); /* fallback */
background-image: url("images/f/ff/HDH.jpg"), linear-gradient(#eb01a5, #d13531); /* W3C */
}