MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus E-Learning Wiki
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


table.beispielboxtable{
table.beispielboxtable{
margin-left: 2em;
    margin-left: 2em;
margin-right: 4em;
    margin-right: 4em;
}
 
table.beispielboxtable th{
    background:#006ca2;
    color:white;
    text-align:left
}
}

Version vom 27. April 2023, 13:04 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

table.beispielboxtable{
    margin-left: 2em;
    margin-right: 4em;
}

table.beispielboxtable th{
    background:#006ca2;
    color:white;
    text-align:left
}