MediaWiki:Common.css: Difference between revisions

From SCEE Cambridge Wiki
(Created page with "→‎CSS placed here will be applied to all skins: body { background-image: url(background.png); background-repeat: repeat; }")
(No difference)

Revision as of 21:29, 26 December 2022

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

body {
  background-image: url(background.png);
  background-repeat: repeat;
}