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

Difference between revisions of "MediaWiki:Monobook.css"

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

Revision as of 01:35, October 15, 2018

/* CSS placed here will affect users of the MonoBook skin */
div#globalWrapper {
    background:linear-gradient(to bottom, rgba(255,247,223,1) 0%,rgba(255,247,223,0) 100%);
    height:100px;
}