MediaWiki:Common.css: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
body.mediawiki { | body.mediawiki { | ||
background-image: 'images/f/fd/Baker-beach.jpg'; | background-image: '/w/images/f/fd/Baker-beach.jpg'; | ||
background-color: 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-image: '/w/images/f/fd/Baker-beach.jpg'; background-color: rgba(255,255,255,0.7) }