MediaWiki:Common.css: Difference between revisions

From WickyWiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
#content {  
#content {  
   background-color: lightblue; /* For browsers that do not support gradients */
   //background-color: lightblue;
   background-image: linear-gradient(to right, white , lightblue);
   background-image: linear-gradient(to right, white , lightblue);
}
}

Revision as of 07:33, 9 April 2021

#content { 
  //background-color: lightblue;
  background-image: linear-gradient(to right, white , lightblue);
}