Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the Vector skin: BODY { background-image: linear-gradient(#000 80%, #FFD100 100%); }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
+ | |||
BODY | BODY | ||
{ | { | ||
background-image: linear-gradient(#000 80%, #FFD100 100%); | background-image: linear-gradient(#000 80%, #FFD100 100%); | ||
+ | } | ||
+ | |||
+ | #mw-page-base | ||
+ | { | ||
+ | background-repeat: none; | ||
+ | background-image: none; | ||
+ | background-color: none; | ||
} | } |
Revision as of 02:51, 2 August 2017
/* CSS placed here will affect users of the Vector skin */
BODY
{
background-image: linear-gradient(#000 80%, #FFD100 100%);
}
#mw-page-base
{
background-repeat: none;
background-image: none;
background-color: none;
}