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-image: '/w/images/f/fd/Baker-beach.jpg';
   background: url('/w/images/f/fd/Baker-beach.jpg') rgba(255,255,255,0.7);
  background-color: rgba(255,255,255,0.7)
}
}

Revision as of 11:20, 1 August 2023

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

body.mediawiki {
  background: url('/w/images/f/fd/Baker-beach.jpg') rgba(255,255,255,0.7);
}