Be sure to read our policy on citing sources before editing!

Difference between revisions of "MediaWiki:Vector.css"

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #mw-page-base { background:linear-gradient(to bottom, rgba(255,191,0,1) 0%,rgba(255,191,0,0) 100%); }")
 
m
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
#mw-page-base {
#mw-page-base {
     background:linear-gradient(to bottom, rgba(255,191,0,1) 0%,rgba(255,191,0,0) 100%);
     background:linear-gradient(to bottom, rgba(255,247,223,1) 0%,rgba(255,247,223,0) 100%);
}
}

Revision as of 01:34, October 15, 2018

/* CSS placed here will affect users of the Vector skin */
#mw-page-base {
    background:linear-gradient(to bottom, rgba(255,247,223,1) 0%,rgba(255,247,223,0) 100%);
}