MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.mw-body { | .mw-body { | ||
position: relative; | position: relative; | ||
background: url('/wiki/assets/bg.jpeg') | background-image: | ||
linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), | |||
url('/wiki/assets/bg.jpeg'); | |||
background-size: cover; | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
position: | |||
background: | |||
} | } | ||