Aktionen

MediaWiki

Pivot.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Kopfleiste */
/* Kopfleiste */
.tab-bar {
.tab-bar {
     background: #FFBF00;
     background: #F5DA81;
     font-family: 'Montserrat', 'Jost', sans-serif;
     font-family: 'Montserrat', 'Jost', sans-serif;
}
}

Version vom 9. Juni 2021, 17:47 Uhr

/* Kopfleiste */
.tab-bar {
    background: #F5DA81;
    font-family: 'Montserrat', 'Jost', sans-serif;
}

/* sidebar background color */
body {
    background-color: #F5DA81;
}

/* make the main page subheaders solid bars */
.subheader {
    background-color: #F5DA81;
    color: #fff;
    text-align: center;
    padding: .5em;
    font-size: 15px;
    border-radius: 0;
    /* font-family: Montserrat, Jost, sans-serif; */
    font-weight: 600;
    margin-top: 20px;
}