Änderungen

Zur Navigation springen Zur Suche springen
459 Bytes hinzugefügt ,  09:21, 24. Jun. 2021
keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:  
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
body.page-Hauptseite h1 { display: none; }
 
body.page-Hauptseite h1 { display: none; }
 +
/* Boxen Hauptseite */
 +
.box-hauptseite-top {
 +
    display: table;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    text-align: center;
 +
}
 +
 +
.box-hauptseite-top h2 {
 +
    background-color: #d8e8ff;
 +
    margin-bottom: 0;
 +
    margin-top: 0;
 +
    padding: 0.2em 0.8em;
 +
    border: #8898bf thin solid;
 +
}
 +
 +
.box-hauptseite-top-content {
 +
    background-color: #ffffff;
 +
    margin-bottom: 0;
 +
    margin-top: 0;
 +
    padding: 0.3em 0.8em;
 +
    border: #8898bf thin solid;
 +
}

Navigationsmenü