Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 83: Zeile 83:
       30% {background-color: #fbff0f;}
       30% {background-color: #fbff0f;}
       100% {background-color: transparent;}
       100% {background-color: transparent;}
}
/* joak started here */
/*
.firstHeading{
    box-shadow: 5px 5px 1px #555;
}
}
#bodyContent{
    box-shadow: 5px 5px 1px #555;
}
*/


/* general fixes */
/* general fixes */
Zeile 104: Zeile 94:
}
}


/* fix powered by mediawiki footer box*/
#footer-icons a {
#footer-icons a {
     min-width: 10rem;
     min-width: 10rem;
Zeile 118: Zeile 109:
/* dark theme fixes */
/* dark theme fixes */
#footer-icons a {
#footer-icons a {
    color: inherit !important;
    background-color: inherit !important;
}
table > * {
     color: inherit !important;
     color: inherit !important;
     background-color: inherit !important;
     background-color: inherit !important;
}
}