MediaWiki:Common.css: Difference between revisions

MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* HymnRO Wiki - Background */
a.external {
body {
     background: none !important;
     background: url('/wiki/images/b/b5/Banner.jpg') no-repeat center top fixed !important;
     padding-right: 0 !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;
}
 
/* Left sidebar - Main menu */
.vector-main-menu-container,
.vector-main-menu-group,
.vector-main-menu .vector-menu-content,
#mw-panel,
.vector-main-menu-landmark {
    background: transparent !important;
}
 
/* Right sidebar - Tools */
.vector-page-tools-container,
.vector-page-tools .vector-menu-content,
.vector-sticky-pinned-container {
    background: transparent !important;
}
 
/* Pinnable containers */
.vector-pinnable-element,
.vector-main-menu-pinned-container,
.vector-page-tools-pinned-container {
    background: transparent !important;
}
}

Latest revision as of 07:57, 23 December 2025

a.external {
    background: none !important;
    padding-right: 0 !important;
}