MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | |||
body.page-Main_Page #firstHeading { | |||
display: none; | |||
} | } | ||
Revision as of 22:35, 15 October 2025
.mw-body {
position: relative;
min-height: 100vh; /* full viewport height */
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;
}
body.page-Main_Page #firstHeading {
display: none;
}