Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

just a test
Keine Bearbeitungszusammenfassung
 
(30 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 84: Zeile 84:
       100% {background-color: transparent;}
       100% {background-color: transparent;}
}
}
/* joak started here */
 
.mw-wiki-logo{
/* general fixes */
     -webkit-filter: drop-shadow(5px 5px 1px rgba(204, 100, 39,0.85));
.vector-main-menu-action-opt-out {
     filter: drop-shadow(5px 5px 1px rgba(204, 100, 39,0.85));
    display: none;
}
 
#vector-toc .vector-pinnable-header-unpin-button, #vector-main-menu .vector-pinnable-header-unpin-button {
    display: none;
}
 
/* fix powered by mediawiki footer box*/
#footer-icons a {
    min-width: 10rem;
}
 
#footer-icons img {
     width: auto !important;
}
 
#footer-icons img::before {
    line-height: 31px;
}
 
/* dark theme fixes */
html.skin-theme-clientpref-night #footer-icons a {
    color: inherit !important;
    background-color: inherit !important;
}
 
 
html.skin-theme-clientpref-night table, html.skin-theme-clientpref-night tr, html.skin-theme-clientpref-night td {
    background-color: inherit !important;
}
 
@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os #footer-icons a {
        color: inherit !important;
        background-color: inherit !important;
     }
 
    html.skin-theme-clientpref-os table, html.skin-theme-clientpref-os tr, html.skin-theme-clientpref-os td {
        background-color: inherit !important;
    }
}
}