MediaWiki:Common.css: Difference between revisions

MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 25: Line 25:
}
}


/* Left sidebar - Main menu */
/* Left sidebar - Main menu - FORCE IT */
nav#mw-panel {
    background: transparent !important;
}
 
nav#mw-panel.vector-main-menu-landmark {
    background: transparent !important;
}
 
.vector-main-menu-container,
.vector-main-menu-container,
.vector-main-menu-group,
.vector-main-menu-group,
.vector-main-menu .vector-menu-content,
.vector-main-menu .vector-menu-content {
#mw-panel,
.vector-main-menu-landmark {
     background: transparent !important;
     background: transparent !important;
}
}

Revision as of 06:00, 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;
}

/* Left sidebar - Main menu - FORCE IT */
nav#mw-panel {
    background: transparent !important;
}

nav#mw-panel.vector-main-menu-landmark {
    background: transparent !important;
}

.vector-main-menu-container,
.vector-main-menu-group,
.vector-main-menu .vector-menu-content {
    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;
}