MediaWiki:Common.css: Difference between revisions
Appearance
Live IDE sync |
Live IDE sync |
||
| Line 1: | Line 1: | ||
html, body { | |||
min-height: 100vh !important; | |||
height: auto; | |||
margin: 0; | |||
background: linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%), radial-gradient(at top left, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%) !important; | |||
background-blend-mode: screen !important; | |||
background-attachment: fixed !important; | |||
background-size: cover !important; | |||
} | |||
.mw-page-container | .mw-page-container | ||
{ | { | ||
Revision as of 18:46, 20 March 2026
html, body {
min-height: 100vh !important;
height: auto;
margin: 0;
background: linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%), radial-gradient(at top left, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%) !important;
background-blend-mode: screen !important;
background-attachment: fixed !important;
background-size: cover !important;
}
.mw-page-container
{
min-height: 100vh;
height: auto !important;
background-image: linear-gradient(0deg, #59505f 0%, #537895 100%);
color: white;
}
.mw-header {
background-image: linear-gradient(30deg, #59505f 0%, #537895 100%);
}