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 26: Line 26:
font-weight: bold;
font-weight: bold;
color: white;
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 .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: 0px solid #a2a9b1;
border-left: 10px solid #a9b4bf;
border-radius: 5px;
background-color: #374562;
padding: 5px;
padding-left: 15px;
margin-top: 1em;
clear: both;
}
.catlinks {
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
padding: 5px;
margin-top: 1em;
clear: both;
}
}

Revision as of 13:29, 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 .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: 0px solid #a2a9b1;
    border-left: 10px solid #a9b4bf;
    border-radius: 5px;
    background-color: #374562;
    padding: 5px;
    padding-left: 15px;
    margin-top: 1em;
    clear: both;
}
.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.