MediaWiki:Common.css: Difference between revisions

From QuatenusWiki
Created page with "→‎CSS placed here will be applied to all skins: body { background-color: blue; }"
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins  
body {
body {
   background-color: blue;
   background-color: #F27A35;
}
}
*/

Latest revision as of 13:44, 19 December 2024

/* CSS placed here will be applied to all skins 
body {
  background-color: #F27A35;
}
*/