MediaWiki:Common.css: Difference between revisions

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* ===================================================
/* ===================================================
   HymnRO Wiki - Cathedral Theme
   HymnRO Wiki - Cathedral Theme (Legacy Vector)
   =================================================== */
   =================================================== */


/* === MAIN PAGE ONLY STYLES === */
/* === GLOBAL BACKGROUND === */
body.page-Main_Page {
body {
     background: url('/wiki/images/b/b5/Banner.jpg') no-repeat center top fixed;
     background: url('/wiki/images/b/b5/Banner.jpg') no-repeat center top fixed;
     background-size: cover;
     background-size: cover;
}
}


body.page-Main_Page #content {
/* Regular pages use different background */
     background: rgba(20, 28, 46, 0.5) !important;
body:not(.page-Main_Page) {
     backdrop-filter: blur(8px);
    background: linear-gradient(to bottom, rgba(20, 30, 50, 0.95), rgba(10, 15, 30, 0.98)),
     -webkit-backdrop-filter: blur(8px);
                url('/wiki/images/1/1f/Background.jpg') no-repeat center center fixed;
     border: 1px solid rgba(232, 196, 155, 0.15);
    background-size: cover;
}
 
/* === COLOR VARIABLES === */
:root {
    --gold: #E8C49B;
    --gold-dark: #C9A46D;
    --gold-light: #F5DFC5;
    --dark-bg: rgba(20, 28, 46, 0.85);
    --darker-bg: rgba(10, 15, 30, 0.95);
}
 
/* === MAIN CONTENT AREA === */
#content {
     background: rgba(20, 28, 46, 0.7) !important;
     backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
}
 
#bodyContent {
    background: transparent !important;
}
 
/* === LEFT SIDEBAR (Navigation) === */
#mw-panel {
    background: rgba(20, 28, 46, 0.7) !important;
    backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 0 8px 8px 0;
    border-right: 1px solid rgba(232, 196, 155, 0.2);
}
 
#mw-panel .portal {
    background: transparent !important;
    margin: 0 0 15px 0;
}
 
#mw-panel .portal h3 {
    color: var(--gold) !important;
    font-weight: 600;
     border-bottom: 1px solid rgba(232, 196, 155, 0.3);
    padding-bottom: 5px;
    margin-bottom: 10px;
}
 
#mw-panel .portal .body {
    background: transparent !important;
}
 
#mw-panel .portal .body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
#mw-panel .portal .body li {
    margin: 5px 0;
}
 
#mw-panel .portal .body a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
}
 
#mw-panel .portal .body a:hover {
    color: var(--gold) !important;
}
 
/* === TOP HEADER BAR === */
#mw-head-base {
    background: rgba(15, 20, 35, 0.95) !important;
    border-bottom: 1px solid rgba(232, 196, 155, 0.2);
}
 
#mw-head {
    background: transparent;
}
 
/* Logo area */
#p-logo {
    background: transparent !important;
}
 
/* Navigation tabs (Read, Edit, View history) */
#left-navigation,
#right-navigation {
    background: transparent;
}
 
.vectorTabs {
    background: transparent !important;
}
 
.vectorTabs ul {
    background: transparent !important;
}
 
.vectorTabs li {
    background: transparent !important;
}
 
.vectorTabs li a {
    color: rgba(255, 255, 255, 0.8) !important;
    background: transparent !important;
}
 
.vectorTabs li a:hover {
    color: var(--gold) !important;
}
 
.vectorTabs li.selected a {
    color: var(--gold) !important;
    background: rgba(232, 196, 155, 0.1) !important;
}
}


body.page-Main_Page .mw-body {
/* More dropdown */
.vectorMenu h3 {
     background: transparent !important;
     background: transparent !important;
    color: rgba(255, 255, 255, 0.8) !important;
}
.vectorMenu .menu {
    background: rgba(20, 28, 46, 0.95) !important;
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
}
.vectorMenu .menu li a {
    color: rgba(255, 255, 255, 0.8) !important;
}
}


body.page-Main_Page .mw-body-content {
.vectorMenu .menu li a:hover {
    background: rgba(232, 196, 155, 0.1) !important;
    color: var(--gold) !important;
}
 
/* Search box */
#simpleSearch {
    background: rgba(20, 28, 46, 0.8) !important;
    border: 1px solid rgba(232, 196, 155, 0.3) !important;
    border-radius: 4px;
}
 
#simpleSearch input {
    color: white !important;
     background: transparent !important;
     background: transparent !important;
}
}


body.page-Main_Page #bodyContent {
#simpleSearch input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
 
#simpleSearch #searchButton {
     background: transparent !important;
     background: transparent !important;
}
}


body.page-Main_Page #firstHeading {
/* Personal tools (login, etc) */
     display: none;
#p-personal {
    background: transparent;
}
 
#p-personal ul li {
    background: transparent;
}
 
#p-personal ul li a {
     color: rgba(255, 255, 255, 0.8) !important;
}
}


/* Hide TOC on main page */
#p-personal ul li a:hover {
body.page-Main_Page #toc,
     color: var(--gold) !important;
body.page-Main_Page .toc,
body.page-Main_Page .mw-parser-output > .toc {
     display: none !important;
}
}


/* === REGULAR PAGES STYLES === */
/* === PAGE TITLE === */
body:not(.page-Main_Page) {
#firstHeading {
     background: linear-gradient(to bottom, rgba(20, 30, 50, 0.95), rgba(10, 15, 30, 0.98)),
    color: var(--gold);
                url('/wiki/images/1/1f/Background.jpg') no-repeat center center fixed;
     border-bottom: 2px solid rgba(232, 196, 155, 0.3);
     background-size: cover;
     padding-bottom: 10px;
}
}


body:not(.page-Main_Page) #content {
/* Hide title on main page */
     background: rgba(20, 28, 46, 0.85);
body.page-Main_Page #firstHeading {
    backdrop-filter: blur(10px);
     display: none;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(232, 196, 155, 0.2);
    border-radius: 8px;
}
}


/* === GLOBAL STYLES === */
/* === HEADINGS === */
#bodyContent h2,
#bodyContent h3,
#bodyContent h4 {
    color: var(--gold);
    border-bottom: 1px solid rgba(232, 196, 155, 0.2);
}


:root {
.mw-headline {
     --gold: #E8C49B;
     color: var(--gold);
    --gold-dark: #C9A46D;
    --gold-light: #F5DFC5;
    --dark-bg: rgba(20, 28, 46, 0.9);
    --darker-bg: rgba(10, 15, 30, 0.95);
}
}


/* Links */
/* === LINKS === */
#content a:not(.new) {
#content a:not(.new) {
     color: var(--gold);
     color: var(--gold);
Line 79: Line 228:
}
}


/* Headings on regular pages */
/* External links */
body:not(.page-Main_Page) #firstHeading,
#content a.external {
body:not(.page-Main_Page) .mw-headline {
    color: var(--gold);
}
 
/* === TABLE OF CONTENTS === */
#toc,
.toc {
    background: rgba(20, 28, 46, 0.8) !important;
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
    padding: 15px;
    border-radius: 8px;
}
 
#toc h2,
.toc h2 {
     color: var(--gold);
     color: var(--gold);
    border-bottom: 2px solid rgba(232, 196, 155, 0.3);
    padding-bottom: 0.3em;
}
}


body:not(.page-Main_Page) #bodyContent h2,
#toc ul a,
body:not(.page-Main_Page) #bodyContent h3,
.toc ul a {
body:not(.page-Main_Page) #bodyContent h4 {
    color: rgba(255, 255, 255, 0.8);
}
 
#toc ul a:hover,
.toc ul a:hover {
     color: var(--gold);
     color: var(--gold);
}
}


body:not(.page-Main_Page) #bodyContent {
/* Hide TOC on main page */
body.page-Main_Page #toc,
body.page-Main_Page .toc {
    display: none !important;
}
 
/* === TABLES === */
.wikitable {
    background: rgba(20, 28, 46, 0.8) !important;
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
     color: rgba(255, 255, 255, 0.9);
     color: rgba(255, 255, 255, 0.9);
}
.wikitable th {
    background: rgba(232, 196, 155, 0.15) !important;
    color: var(--gold) !important;
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
}
.wikitable td {
    border: 1px solid rgba(232, 196, 155, 0.1) !important;
    background: transparent !important;
}
.wikitable tr:hover td {
    background: rgba(232, 196, 155, 0.05) !important;
}
/* === FOOTER === */
#footer {
    background: rgba(15, 20, 35, 0.9) !important;
    border-top: 1px solid rgba(232, 196, 155, 0.2);
    color: rgba(255, 255, 255, 0.6);
}
#footer a {
    color: var(--gold) !important;
}
}


Line 121: Line 320:
}
}


/* Main Layout Container */
/* Quick Links */
.hymnro-main-layout {
.hymnro-quick-links {
     display: flex;
     display: flex;
     gap: 20px;
     justify-content: center;
     max-width: 1100px;
     gap: 15px;
     margin: 0 auto;
     flex-wrap: wrap;
     padding: 0 20px;
     margin: 20px auto 30px;
}
}


/* Left Sidebar */
.hymnro-btn {
.hymnro-sidebar-left {
     display: inline-block;
     width: 200px;
    flex-shrink: 0;
}
 
/* Center Content */
.hymnro-center {
    flex: 1;
    min-width: 0;
}
 
/* Right Sidebar */
.hymnro-sidebar-right {
    width: 200px;
    flex-shrink: 0;
}
 
/* Sidebar Box */
.hymnro-sidebar-box {
    background: rgba(20, 28, 46, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(232, 196, 155, 0.25);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
 
.hymnro-sidebar-box h3 {
    color: var(--gold);
    font-size: 1.1em;
    margin: 0 0 15px 0;
    text-align: center;
    border-bottom: 1px solid rgba(232, 196, 155, 0.2);
    padding-bottom: 10px;
}
 
.hymnro-sidebar-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.hymnro-sidebar-box li {
    margin-bottom: 10px;
}
 
.hymnro-sidebar-box a {
    display: block;
     background: linear-gradient(135deg, var(--gold), var(--gold-dark));
     background: linear-gradient(135deg, var(--gold), var(--gold-dark));
     color: #1a1a2e !important;
     color: #1a1a2e !important;
     padding: 10px 15px;
     padding: 10px 25px;
     border-radius: 20px;
     border-radius: 25px;
     font-weight: 600;
     font-weight: 600;
     text-decoration: none !important;
     text-decoration: none !important;
    text-align: center;
     transition: all 0.3s ease;
     transition: all 0.3s ease;
     box-shadow: 0 3px 10px rgba(232, 196, 155, 0.3);
     box-shadow: 0 4px 15px rgba(232, 196, 155, 0.3);
}
}


.hymnro-sidebar-box a:hover {
.hymnro-btn:hover {
     transform: translateY(-2px);
     transform: translateY(-2px);
     box-shadow: 0 5px 15px rgba(232, 196, 155, 0.5);
     box-shadow: 0 6px 20px rgba(232, 196, 155, 0.5);
     filter: brightness(1.1);
     filter: brightness(1.1);
}
.hymnro-quick-links a {
    text-decoration: none !important;
}
}


Line 223: Line 378:
     margin-left: auto;
     margin-left: auto;
     margin-right: auto;
     margin-right: auto;
}
/* Quick Links */
.hymnro-quick-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px auto 30px;
}
.hymnro-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #1a1a2e !important;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(232, 196, 155, 0.3);
}
.hymnro-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 196, 155, 0.5);
    filter: brightness(1.1);
}
.hymnro-quick-links a {
    text-decoration: none !important;
}
/* Info Section - Two columns */
.hymnro-info-section {
    display: flex;
    gap: 20px;
    max-width: 900px;
    margin: 30px auto;
    justify-content: center;
}
.hymnro-info-section .hymnro-info-box {
    flex: 1;
    max-width: 400px;
}
}


Line 274: Line 384:
     background: rgba(20, 28, 46, 0.8);
     background: rgba(20, 28, 46, 0.8);
     backdrop-filter: blur(12px);
     backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
     border: 1px solid rgba(232, 196, 155, 0.25);
     border: 1px solid rgba(232, 196, 155, 0.25);
     border-radius: 12px;
     border-radius: 12px;
Line 302: Line 413:
     color: rgba(255, 255, 255, 0.7);
     color: rgba(255, 255, 255, 0.7);
     line-height: 1.3;
     line-height: 1.3;
}
/* Info Section - Two columns */
.hymnro-info-section {
    display: flex;
    gap: 20px;
    max-width: 900px;
    margin: 30px auto;
    justify-content: center;
}
.hymnro-info-section .hymnro-info-box {
    flex: 1;
    max-width: 400px;
}
}


Line 308: Line 433:
     background: rgba(20, 28, 46, 0.8);
     background: rgba(20, 28, 46, 0.8);
     backdrop-filter: blur(12px);
     backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
     border: 1px solid rgba(232, 196, 155, 0.25);
     border: 1px solid rgba(232, 196, 155, 0.25);
     border-radius: 12px;
     border-radius: 12px;
Line 319: Line 445:
     font-size: 1.1em;
     font-size: 1.1em;
     text-align: center;
     text-align: center;
    border-bottom: 1px solid rgba(232, 196, 155, 0.2);
    padding-bottom: 10px;
}
}


Line 350: Line 478:
}
}


/* === HEADER STYLING === */
/* === RESPONSIVE === */
.mw-header,
@media screen and (max-width: 900px) {
#mw-head {
    .hymnro-nav-grid {
    background: rgba(15, 20, 35, 0.95) !important;
        grid-template-columns: repeat(2, 1fr);
     border-bottom: 1px solid rgba(232, 196, 155, 0.2);
     }
   
    .hymnro-info-section {
        flex-direction: column;
        align-items: center;
    }
   
    .hymnro-info-section .hymnro-info-box {
        max-width: 100%;
    }
}
}


.vector-menu-tabs a,
@media screen and (max-width: 500px) {
.vector-menu-tabs span {
    .hymnro-nav-grid {
    color: rgba(255, 255, 255, 0.8) !important;
        grid-template-columns: 1fr;
    }
   
    .hymnro-quick-links {
        flex-direction: column;
        align-items: center;
    }
}
}


.vector-menu-tabs a:hover {
/* === EDIT PAGE FIXES === */
    color: var(--gold) !important;
#editform textarea {
}
     background: rgba(20, 28, 46, 0.9) !important;
 
    color: white !important;
.mw-logo-wordmark {
    color: var(--gold) !important;
}
 
.vector-search-box-input {
     background: rgba(20, 28, 46, 0.8) !important;
     border: 1px solid rgba(232, 196, 155, 0.3) !important;
     border: 1px solid rgba(232, 196, 155, 0.3) !important;
    color: white !important;
}
/* === SIDEBAR STYLING === */
#mw-panel {
    background: rgba(15, 20, 35, 0.9);
}
#mw-panel .portal h3 {
    color: var(--gold);
}
}


#mw-panel .portal .body li a {
.editOptions {
    color: rgba(255, 255, 255, 0.8);
}
 
#mw-panel .portal .body li a:hover {
    color: var(--gold);
}
 
/* === VECTOR 2022 TRANSPARENT STYLING === */
 
/* Main page container background */
.mw-page-container {
     background: transparent !important;
     background: transparent !important;
}
}


/* Left sidebar - Main menu */
/* Buttons */
.vector-column-start,
input[type="submit"],
.vector-main-menu,
button {
.vector-main-menu-container,
    background: linear-gradient(135deg, var(--gold), var(--gold-dark)) !important;
.vector-main-menu-group,
     color: #1a1a2e !important;
.vector-main-menu-group .vector-menu-content,
.vector-main-menu-group .vector-menu-content-list,
.vector-main-menu .vector-menu,
.vector-main-menu .vector-menu-content {
    background: rgba(20, 28, 46, 0.7) !important;
     backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
 
/* Remove any borders/shadows on sidebar items */
.vector-main-menu .vector-menu {
     border: none !important;
     border: none !important;
     box-shadow: none !important;
     padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}
}


.vector-main-menu .vector-menu-heading {
input[type="submit"]:hover,
     color: var(--gold) !important;
button:hover {
    background: transparent !important;
     filter: brightness(1.1);
}
}


.vector-main-menu a {
/* Category links */
    color: rgba(255, 255, 255, 0.8) !important;
#catlinks {
    background: transparent !important;
}
 
.vector-main-menu a:hover {
    color: var(--gold) !important;
    background: rgba(232, 196, 155, 0.1) !important;
}
 
/* Right sidebar - Tools */
.vector-column-end,
.vector-page-tools,
.vector-page-tools-container,
.vector-page-tools .vector-menu,
.vector-page-tools .vector-menu-content,
.vector-page-tools .vector-menu-content-list,
.vector-page-tools-landmark {
    background: rgba(20, 28, 46, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
 
.vector-page-tools .vector-menu {
    border: none !important;
    box-shadow: none !important;
}
 
.vector-page-tools .vector-menu-heading {
    color: var(--gold) !important;
    background: transparent !important;
}
 
.vector-page-tools a {
    color: rgba(255, 255, 255, 0.8) !important;
    background: transparent !important;
}
 
.vector-page-tools a:hover {
    color: var(--gold) !important;
    background: rgba(232, 196, 155, 0.1) !important;
}
 
/* Pinned containers */
.vector-main-menu-pinned-container,
.vector-page-tools-pinned-container {
    background: transparent !important;
}
 
/* Hide button styling */
.vector-menu-checkbox ~ .vector-menu-heading,
.cdx-button,
button.cdx-button {
     background: rgba(20, 28, 46, 0.8) !important;
     background: rgba(20, 28, 46, 0.8) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(232, 196, 155, 0.3) !important;
}
.cdx-button:hover,
button.cdx-button:hover {
    background: rgba(232, 196, 155, 0.2) !important;
    color: var(--gold) !important;
}
/* TOC in sidebar */
.vector-toc,
.vector-toc .vector-toc-contents,
.vector-toc-landmark {
    background: transparent !important;
}
.vector-toc .vector-toc-link {
    color: rgba(255, 255, 255, 0.8) !important;
}
.vector-toc .vector-toc-link:hover {
    color: var(--gold) !important;
}
.vector-toc .vector-toc-heading {
    color: var(--gold) !important;
}
/* Hide TOC on main page only */
body.page-Main_Page .vector-toc,
body.page-Main_Page .vector-column-start .vector-toc {
    display: none !important;
}
/* Page body background */
.mw-body {
    background: transparent !important;
}
/* Content area */
.mw-content-container {
    background: transparent !important;
}
/* Sticky header */
.vector-sticky-header {
    background: rgba(15, 20, 35, 0.95) !important;
    border-bottom: 1px solid rgba(232, 196, 155, 0.2);
}
/* Dropdown menus */
.vector-menu-content {
    background: rgba(20, 28, 46, 0.95) !important;
     border: 1px solid rgba(232, 196, 155, 0.2) !important;
     border: 1px solid rgba(232, 196, 155, 0.2) !important;
    border-radius: 4px;
    padding: 10px;
}
}


.vector-menu-content a {
#catlinks a {
    color: rgba(255, 255, 255, 0.8) !important;
}
 
.vector-menu-content a:hover {
    background: rgba(232, 196, 155, 0.1) !important;
     color: var(--gold) !important;
     color: var(--gold) !important;
}
/* User menu */
.vector-user-menu-more .vector-menu-content-list {
    background: rgba(20, 28, 46, 0.95) !important;
}
/* Tabs styling */
.vector-page-toolbar {
    background: transparent !important;
}
.mw-list-item a {
    color: rgba(255, 255, 255, 0.8) !important;
}
.mw-list-item a:hover {
    color: var(--gold) !important;
}
/* Fix any remaining white backgrounds */
.mw-portlet,
.mw-portlet-body,
.vector-pinnable-header,
.vector-pinnable-header-label {
    background: transparent !important;
}
/* Collapsible sections */
.vector-menu-checkbox,
.mw-checkbox-hack-checkbox {
    background: transparent !important;
}
/* === TABLES === */
.wikitable {
    background: rgba(20, 28, 46, 0.8);
    border: 1px solid rgba(232, 196, 155, 0.2);
    color: rgba(255, 255, 255, 0.9);
}
.wikitable th {
    background: rgba(232, 196, 155, 0.15);
    color: var(--gold);
    border: 1px solid rgba(232, 196, 155, 0.2);
}
.wikitable td {
    border: 1px solid rgba(232, 196, 155, 0.1);
}
.wikitable tr:hover {
    background: rgba(232, 196, 155, 0.05);
}
/* === RESPONSIVE === */
@media screen and (max-width: 900px) {
    .hymnro-main-layout {
        flex-direction: column;
    }
   
    .hymnro-sidebar-left,
    .hymnro-sidebar-right {
        width: 100%;
    }
   
    .hymnro-nav-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 500px) {
    .hymnro-nav-grid {
        grid-template-columns: 1fr;
    }
}
}

Revision as of 04:59, 23 December 2025

/* ===================================================
   HymnRO Wiki - Cathedral Theme (Legacy Vector)
   =================================================== */

/* === GLOBAL BACKGROUND === */
body {
    background: url('/wiki/images/b/b5/Banner.jpg') no-repeat center top fixed;
    background-size: cover;
}

/* Regular pages use different background */
body:not(.page-Main_Page) {
    background: linear-gradient(to bottom, rgba(20, 30, 50, 0.95), rgba(10, 15, 30, 0.98)),
                url('/wiki/images/1/1f/Background.jpg') no-repeat center center fixed;
    background-size: cover;
}

/* === COLOR VARIABLES === */
:root {
    --gold: #E8C49B;
    --gold-dark: #C9A46D;
    --gold-light: #F5DFC5;
    --dark-bg: rgba(20, 28, 46, 0.85);
    --darker-bg: rgba(10, 15, 30, 0.95);
}

/* === MAIN CONTENT AREA === */
#content {
    background: rgba(20, 28, 46, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
}

#bodyContent {
    background: transparent !important;
}

/* === LEFT SIDEBAR (Navigation) === */
#mw-panel {
    background: rgba(20, 28, 46, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 0 8px 8px 0;
    border-right: 1px solid rgba(232, 196, 155, 0.2);
}

#mw-panel .portal {
    background: transparent !important;
    margin: 0 0 15px 0;
}

#mw-panel .portal h3 {
    color: var(--gold) !important;
    font-weight: 600;
    border-bottom: 1px solid rgba(232, 196, 155, 0.3);
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#mw-panel .portal .body {
    background: transparent !important;
}

#mw-panel .portal .body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mw-panel .portal .body li {
    margin: 5px 0;
}

#mw-panel .portal .body a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
}

#mw-panel .portal .body a:hover {
    color: var(--gold) !important;
}

/* === TOP HEADER BAR === */
#mw-head-base {
    background: rgba(15, 20, 35, 0.95) !important;
    border-bottom: 1px solid rgba(232, 196, 155, 0.2);
}

#mw-head {
    background: transparent;
}

/* Logo area */
#p-logo {
    background: transparent !important;
}

/* Navigation tabs (Read, Edit, View history) */
#left-navigation,
#right-navigation {
    background: transparent;
}

.vectorTabs {
    background: transparent !important;
}

.vectorTabs ul {
    background: transparent !important;
}

.vectorTabs li {
    background: transparent !important;
}

.vectorTabs li a {
    color: rgba(255, 255, 255, 0.8) !important;
    background: transparent !important;
}

.vectorTabs li a:hover {
    color: var(--gold) !important;
}

.vectorTabs li.selected a {
    color: var(--gold) !important;
    background: rgba(232, 196, 155, 0.1) !important;
}

/* More dropdown */
.vectorMenu h3 {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.vectorMenu .menu {
    background: rgba(20, 28, 46, 0.95) !important;
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
}

.vectorMenu .menu li a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.vectorMenu .menu li a:hover {
    background: rgba(232, 196, 155, 0.1) !important;
    color: var(--gold) !important;
}

/* Search box */
#simpleSearch {
    background: rgba(20, 28, 46, 0.8) !important;
    border: 1px solid rgba(232, 196, 155, 0.3) !important;
    border-radius: 4px;
}

#simpleSearch input {
    color: white !important;
    background: transparent !important;
}

#simpleSearch input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#simpleSearch #searchButton {
    background: transparent !important;
}

/* Personal tools (login, etc) */
#p-personal {
    background: transparent;
}

#p-personal ul li {
    background: transparent;
}

#p-personal ul li a {
    color: rgba(255, 255, 255, 0.8) !important;
}

#p-personal ul li a:hover {
    color: var(--gold) !important;
}

/* === PAGE TITLE === */
#firstHeading {
    color: var(--gold);
    border-bottom: 2px solid rgba(232, 196, 155, 0.3);
    padding-bottom: 10px;
}

/* Hide title on main page */
body.page-Main_Page #firstHeading {
    display: none;
}

/* === HEADINGS === */
#bodyContent h2,
#bodyContent h3,
#bodyContent h4 {
    color: var(--gold);
    border-bottom: 1px solid rgba(232, 196, 155, 0.2);
}

.mw-headline {
    color: var(--gold);
}

/* === LINKS === */
#content a:not(.new) {
    color: var(--gold);
    text-decoration: none;
}

#content a:not(.new):hover {
    color: var(--gold-light);
    text-decoration: underline;
}

#content a.new {
    color: #e07a7a;
}

/* External links */
#content a.external {
    color: var(--gold);
}

/* === TABLE OF CONTENTS === */
#toc,
.toc {
    background: rgba(20, 28, 46, 0.8) !important;
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
    padding: 15px;
    border-radius: 8px;
}

#toc h2,
.toc h2 {
    color: var(--gold);
}

#toc ul a,
.toc ul a {
    color: rgba(255, 255, 255, 0.8);
}

#toc ul a:hover,
.toc ul a:hover {
    color: var(--gold);
}

/* Hide TOC on main page */
body.page-Main_Page #toc,
body.page-Main_Page .toc {
    display: none !important;
}

/* === TABLES === */
.wikitable {
    background: rgba(20, 28, 46, 0.8) !important;
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
    color: rgba(255, 255, 255, 0.9);
}

.wikitable th {
    background: rgba(232, 196, 155, 0.15) !important;
    color: var(--gold) !important;
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
}

.wikitable td {
    border: 1px solid rgba(232, 196, 155, 0.1) !important;
    background: transparent !important;
}

.wikitable tr:hover td {
    background: rgba(232, 196, 155, 0.05) !important;
}

/* === FOOTER === */
#footer {
    background: rgba(15, 20, 35, 0.9) !important;
    border-top: 1px solid rgba(232, 196, 155, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

#footer a {
    color: var(--gold) !important;
}

/* === MAIN PAGE CUSTOM ELEMENTS === */

/* Hero Section */
.hymnro-hero {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 20px;
}

.hymnro-hero img {
    max-width: 350px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(232, 196, 155, 0.5));
}

.hymnro-tagline {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    font-style: italic;
}

/* Quick Links */
.hymnro-quick-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px auto 30px;
}

.hymnro-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #1a1a2e !important;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(232, 196, 155, 0.3);
}

.hymnro-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 196, 155, 0.5);
    filter: brightness(1.1);
}

.hymnro-quick-links a {
    text-decoration: none !important;
}

/* Section Title */
.hymnro-section-title {
    color: var(--gold);
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hymnro-section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 8px auto 0;
}

/* Navigation Grid */
.hymnro-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Navigation Cards */
.hymnro-card {
    background: rgba(20, 28, 46, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(232, 196, 155, 0.25);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hymnro-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4),
                0 0 20px rgba(232, 196, 155, 0.2);
    background: rgba(30, 40, 60, 0.9);
}

.hymnro-card-title {
    font-size: 1.2em;
    color: var(--gold) !important;
    font-weight: 600;
    margin-bottom: 6px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hymnro-card-desc {
    font-size: 0.85em;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.3;
}

/* Info Section - Two columns */
.hymnro-info-section {
    display: flex;
    gap: 20px;
    max-width: 900px;
    margin: 30px auto;
    justify-content: center;
}

.hymnro-info-section .hymnro-info-box {
    flex: 1;
    max-width: 400px;
}

/* Info Box */
.hymnro-info-box {
    background: rgba(20, 28, 46, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(232, 196, 155, 0.25);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.hymnro-info-box h3 {
    color: var(--gold);
    margin: 0 0 15px 0;
    font-size: 1.1em;
    text-align: center;
    border-bottom: 1px solid rgba(232, 196, 155, 0.2);
    padding-bottom: 10px;
}

.hymnro-info-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(232, 196, 155, 0.1);
    font-size: 0.9em;
}

.hymnro-info-item:last-child {
    border-bottom: none;
}

.hymnro-info-label {
    color: rgba(255, 255, 255, 0.7);
}

.hymnro-info-value {
    color: var(--gold);
    font-weight: 600;
}

/* Footer */
.hymnro-footer {
    text-align: center;
    padding: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9em;
}

/* === RESPONSIVE === */
@media screen and (max-width: 900px) {
    .hymnro-nav-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hymnro-info-section {
        flex-direction: column;
        align-items: center;
    }
    
    .hymnro-info-section .hymnro-info-box {
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .hymnro-nav-grid {
        grid-template-columns: 1fr;
    }
    
    .hymnro-quick-links {
        flex-direction: column;
        align-items: center;
    }
}

/* === EDIT PAGE FIXES === */
#editform textarea {
    background: rgba(20, 28, 46, 0.9) !important;
    color: white !important;
    border: 1px solid rgba(232, 196, 155, 0.3) !important;
}

.editOptions {
    background: transparent !important;
}

/* Buttons */
input[type="submit"],
button {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark)) !important;
    color: #1a1a2e !important;
    border: none !important;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

input[type="submit"]:hover,
button:hover {
    filter: brightness(1.1);
}

/* Category links */
#catlinks {
    background: rgba(20, 28, 46, 0.8) !important;
    border: 1px solid rgba(232, 196, 155, 0.2) !important;
    border-radius: 4px;
    padding: 10px;
}

#catlinks a {
    color: var(--gold) !important;
}