MediaWiki:Common.css: Difference between revisions

From Ghosts of the Golden Gate

No edit summary
No edit summary
Line 2: Line 2:


body.mediawiki {
body.mediawiki {
   background: url('/w/images/d/d3/Baker-beach.png') #CEB8AA fixed;
   background: url('/w/images/d/d3/Baker-beach.png') #B4AEA9;
  background-attachment: fixed;
}
}

Revision as of 11:36, 1 August 2023

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

body.mediawiki {
  background: url('/w/images/d/d3/Baker-beach.png') #B4AEA9;
  background-attachment: fixed;
}