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; }")
(No difference)

Revision as of 19:09, 6 May 2023

/* 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;
}