No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 11: | Line 11: | ||
   -webkit-backdrop-filter: blur(8px); |    -webkit-backdrop-filter: blur(8px); | ||
   border-radius: 8px; |    border-radius: 8px; | ||
} | |||
/* Make all the white containers transparent */ | |||
.mw-page-container { | |||
  background: transparent !important; | |||
} | |||
.vector-column-start, | |||
.vector-column-end, | |||
.vector-main-menu, | |||
.vector-page-tools { | |||
  background: transparent !important; | |||
} | } | ||
Revision as of 05:51, 23 December 2025
/* HymnRO Wiki - Background */
body {
background: url('/wiki/images/b/b5/Banner.jpg') no-repeat center top fixed !important;
background-size: cover !important;
}
/* Content area - frosted glass */
.mw-body {
background: rgba(20, 28, 46, 0.75) !important;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border-radius: 8px;
}
/* Make all the white containers transparent */
.mw-page-container {
background: transparent !important;
}
.vector-column-start,
.vector-column-end,
.vector-main-menu,
.vector-page-tools {
background: transparent !important;
}