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