MediaWiki:Gadget-dark-mode.css: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum

Content deleted Content added
No edit summary
No edit summary
Line 40: Line 40:


/* Credits fix */
/* Credits fix */
.mw-parser-output .dropbtn {
background-color: #374562;
color: white;
font-family: Montserrat;
width: 220px;
padding: 2px;
border-radius: 6px;
font-size: 16px;
border: none;
}
.mw-parser-output .dropdown-content {
.mw-parser-output .dropdown-content {
display: none;
display: none;

Revision as of 13:32, 7 October 2023

element.style {
}
#mw-main-container {
    background-color: #161f2b;
}
/* Body text color */
.mw-body-content {
    font-family: 'Montserrat' !important;
    color: white;
}

/* Navbar fix */
.client-dark-mode #mw-navbar {
    filter: none;
}
.client-dark-mode #mw-navbar {
    filter: none;
}
.client-dark-mode #mw-navbar {
    filter: none;
}

/* Headings fix */
h1, #firstHeading, .firstHeading, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
    font-weight: bold;
    color: white;
}

/* Site notice fix */
.sitenotice-open {
    background-color: #374562;
    border: 0px solid #ffa800;
    border-left: 25px
px
 solid #0c62da;
    font-weight: normal;
    color: white;
}

/* Credits fix */
.mw-parser-output .dropbtn {
    background-color: #374562;
    color: white;
    font-family: Montserrat;
    width: 220px;
    padding: 2px;
    border-radius: 6px;
    font-size: 16px;
    border: none;
}
.mw-parser-output .dropdown-content {
    display: none;
    position: absolute;
    background-color: #161f2b;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px;
}

/* Menu fix */
aside a:not(.disabled) {
    color: #fff;
}
#p-namespaces .selected a {
    border-bottom: 3px solid #ffffff;
}

/* Category fix */

.catlinks {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 5px;
    margin-top: 1em;
    clear: both;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.