MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus GSV
(Anpassungen für das neue Timeless-Skin (https://www.mediawiki.org/wiki/Skin:Timeless))
 
(Bessere Darstellung des Logos auf Fernsprechnern etc.)
 
Zeile 1: Zeile 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
@media screen and ( max-width: 550px ) {
    #p-logo-text {
        position: absolute;
    }
}


#mw-header-container, #mw-header-nav-hack {
#mw-header-container, #mw-header-nav-hack {

Aktuelle Version vom 24. Mai 2021, 08:35 Uhr

/* All CSS here will be loaded for users of the Timeless skin */

@media screen and ( max-width: 550px ) {
    #p-logo-text {
        position: absolute;
    }
}

#mw-header-container, #mw-header-nav-hack {
    background: #eaecf0;
}

.color-left, .color-middle, .color-right {
    background: #b32424;
}

#p-logo {
    display: none;
}

#mw-content {
    background: #ffffdd;
    border-color: #ffffdd;
}

#mw-content-container {
    background: #ffffdd;
}

#mw-site-navigation .sidebar-chunk {
    background: none;
    border: none;
}

#mw-related-navigation .sidebar-chunk {
    background: none;
    border: none;
}