MediaWiki:Common.css: Difference between revisions

From Everyday Enlightenment
imported>Pepblast
No edit summary
imported>Pepblast
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-image: url('/eewiki/w/images/thumb/a/a2/EEWikiLogoFlat.png/800px-EEWikiLogoFlat.png');
   background-image: url('/eewiki/w/images/a2/EEWikiLogoFlat.png');
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-attachment: fixed;
   background-position: center;
   background-position: center;
}
}

Revision as of 19:11, 6 May 2023

/* CSS placed here will be applied to all skins */
body {
  background-image: url('/eewiki/w/images/a2/EEWikiLogoFlat.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}