Difference between revisions of "MediaWiki:Common.css"
From Curious Expedition 2 Wiki
(added color to text area) |
(footer) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | #mw-content- | + | #mw-content-container { |
background: url("https://curious-expedition.com/imgs/ce2-background.png") no-repeat center center fixed; | background: url("https://curious-expedition.com/imgs/ce2-background.png") no-repeat center center fixed; | ||
} | } | ||
#mw-content { | #mw-content { | ||
| − | background: rgba( | + | background: rgba(232, 255, 237, 0.9) |
| + | } | ||
| + | |||
| + | #mw-footer-container { | ||
| + | background: #111 | ||
} | } | ||
Latest revision as of 01:03, 6 May 2020
/* CSS placed here will be applied to all skins */
#mw-content-container {
background: url("https://curious-expedition.com/imgs/ce2-background.png") no-repeat center center fixed;
}
#mw-content {
background: rgba(232, 255, 237, 0.9)
}
#mw-footer-container {
background: #111
}