Difference between revisions of "MediaWiki:Common.css"
From Curious Expedition 2 Wiki
m (applied image to background content area) |
(added color to text area) |
||
| Line 2: | Line 2: | ||
#mw-content-block { | #mw-content-block { | ||
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 { | ||
| + | background: rgba(100, 200, 120, 0.9); | ||
} | } | ||
Revision as of 00:57, 6 May 2020
/* CSS placed here will be applied to all skins */
#mw-content-block {
background: url("https://curious-expedition.com/imgs/ce2-background.png") no-repeat center center fixed;
}
#mw-content {
background: rgba(100, 200, 120, 0.9);
}