MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) 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. */ | ||
. | .normalien-box { | ||
border-left: 5px solid #D5001C; | border-left: 5px solid #D5001C; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
| Zeile 8: | Zeile 8: | ||
clear: both; | clear: both; | ||
} | } | ||
. | |||
.normalien-box h4 { | |||
margin-top: 0; | margin-top: 0; | ||
color: #0055aa; | color: #0055aa; | ||
} | |||
.normalien-content {} | |||
.normalien-verweis { | |||
font-size: 0.85em; | |||
font-color: #cccccc; | |||
} | } | ||
Version vom 18. März 2026, 15:04 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.normalien-box {
border-left: 5px solid #D5001C;
background-color: #f9f9f9;
padding: 15px;
margin: 20px 0;
overflow: auto;
clear: both;
}
.normalien-box h4 {
margin-top: 0;
color: #0055aa;
}
.normalien-content {}
.normalien-verweis {
font-size: 0.85em;
font-color: #cccccc;
}
.full-width-image img {
width: 100% !important;
height: auto !important;
}