MediaWiki:Common.css: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) (Created page with "→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) }") |
Sanfrancisco (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
body.mediawiki { | body.mediawiki { | ||
background-image: ' | background-image: '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:19, 1 August 2023
/* CSS placed here will be applied to all skins */ body.mediawiki { background-image: 'images/f/fd/Baker-beach.jpg'; background-color: rgba(255,255,255,0.7) }