Difference between revisions of "MediaWiki:Common.css"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>AleKahpwn
(Created page with "→‎CSS placed here will be applied to all skins: .mw-body { background: linear-gradient(to top, blue, white); }")
 
imported>AleKahpwn
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-body {
.mw-body {
   background: linear-gradient(to top, blue, white);
   background: linear-gradient(to top, #fac5c5, white);
}
}

Revision as of 15:03, 29 March 2016

/* CSS placed here will be applied to all skins */
.mw-body {
  background: linear-gradient(to top, #fac5c5, white);
}