Vorlage:Hauptseite/styles.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 18: Zeile 18:
.portal-box h2 {
.portal-box h2 {
     font-family: inherit;
     font-family: inherit;
    font-size:  1em;
    font-weight: bold;
    line-height: 1.5;
    display: block !important; /* zur Korrektur unerwünschter Effekte mit display:flex in Mobilversion */
     background-color: #d0e4f7;
     background-color: #d0e4f7;
    color: #000000;  /* Schwarz */
    font-weight: bold;  /* Fett gedruckt */
     margin: -10px -10px 10px -10px;
     margin: -10px -10px 10px -10px;
     padding: 5px 10px;
     padding: 5px 10px;
    font-size: 1.2em;
     border-bottom: 1px solid #a2a9b1;
     border-bottom: 1px solid #a2a9b1;
}
}