Difference between revisions of "MediaWiki:Common.css"

From Open Hard- & Software
Jump to navigation Jump to search
 
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: red;
   background: bisque;
}
}


/* Changes the background color behind the top half of the logo and at top of each page: */
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
#mw-page-base {
   background: blue;
   background: azure;
}
}

Revision as of 09:39, 11 October 2021

/* CSS placed here will be applied to all skins */
body {
  background: bisque;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: azure;
}