MediaWiki:Common.css: Difference between revisions

From Everyday Enlightenment
imported>Pepblast
(Created page with "→‎CSS placed here will be applied to all skins: body { background-image: url('thumb/a/a2/EEWikiLogoFlat.png/800px-EEWikiLogoFlat.png'); background-repeat: no-repeat; background-attachment: fixed; background-position: center; }")
 
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('thumb/a/a2/EEWikiLogoFlat.png/800px-EEWikiLogoFlat.png');
   background-image: url('/eewiki/w/images/thumb/a/a2/EEWikiLogoFlat.png/800px-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:10, 6 May 2023

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