Difference between revisions of "MediaWiki:Common.css"

From Fate's Harvest
Jump to: navigation, search
(TEST! IT WILL BE AWFUL, if it works.)
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
background: linear-gradient(red, blue);
+
 
 +
{ body
 +
  background: linear-gradient(red, blue);
 +
}

Revision as of 20:39, 28 October 2015

/* CSS placed here will be applied to all skins */

{ body 
  background: linear-gradient(red, blue);
}