MediaWiki:Common.css: Difference between revisions

From WickyWiki
Created page with "→‎CSS placed here will be applied to all skins: #content { background-color: #e6ffb4; }"
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#content { background-color: #e6ffb4; }
#content {  
  background-color: lightblue; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, white , lightblue);
}

Revision as of 07:32, 9 April 2021

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

#content { 
  background-color: lightblue; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, white , lightblue);
}