MediaWiki:Common.css: Difference between revisions

From Makerpedia

Created page with "→‎CSS placed here will be applied to all skins: body { background: linear-gradient(180deg, rgba(0,39,118,1) 0%, rgb(255,255,255) 30%, rgba(0,39,118,0) 100%); }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#mw-page-base {
  background: rgba(252,212,80,0);
}


body {
body {
   background: linear-gradient(180deg, rgba(0,39,118,1) 0%, rgb(255,255,255) 30%, rgba(0,39,118,0) 100%);
   background: linear-gradient(180deg, rgba(0,39,118,1) 0%, rgb(255,255,255) 30%, rgba(0,39,118,0) 100%);
}
}

Revision as of 14:32, 4 May 2021

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

#mw-page-base {
  background: rgba(252,212,80,0);
}

body {
  background: linear-gradient(180deg, rgba(0,39,118,1) 0%, rgb(255,255,255) 30%, rgba(0,39,118,0) 100%);
}