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 |
||
(12 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
body.mediawiki { | body.mediawiki { | ||
background | background: url('/w/images/d/d3/Baker-beach.png') #B4AEA9; | ||
background-color: rgba( | background-attachment: fixed; | ||
} | |||
#content { | |||
background-color: rgba(222, 211, 203, .8); | |||
} | |||
#catlinks { | |||
background-color: rgba(148, 120, 101, .6); | |||
} | } |
Latest revision as of 11:41, 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; } #content { background-color: rgba(222, 211, 203, .8); } #catlinks { background-color: rgba(148, 120, 101, .6); }