MediaWiki:Common.css

Aus LohnAs Wiki Test
Wechseln zu: Navigation, Suche
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@media only screen and (max-width:600px) {
    #toc-button {
        z-index: 99;
        right: unset;
        margin-left: 0%;
        margin-right: 0%;
        bottom: unset;
        top: 0px;
        width: 25%;
        height: 30px;
        text-align: center;
    }

}