MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: #FCD5C0; } #mw-page-base { background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rg...")
 
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 */
body {
body {
   background-color: #FCD5C0;
  background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rgba(104,88,255,1) 100%);
   background-color: rgb(104,88,255);
}
}


#mw-page-base {
#mw-page-base {
   background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rgba(104,88,255,1) 100%);
   background: transparent;
  background-color: rgb(104,88,255);
}
}


.mw-body, .parsoid-body {
.mw-body, .parsoid-body {
   background-color: #F0F0F2;
   background-color: white;
}
}


.vectorTabs ul li {
.vectorTabs ul li {
   background: #35406D;
   background: #FF7266;
}
}


Navigation menu