MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
||
| (8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
a.mw-logo, a.mw-logo:visited { | |||
color: black; | |||
text-decoration: none; | |||
} | |||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
.normalien-box { | .normalien-box { | ||
| Zeile 16: | Zeile 21: | ||
.normalien-content {} | .normalien-content {} | ||
.normalien-verweis { | .normalien-verweis a { | ||
font-size: 0.85em; | font-size: 0.85em; | ||
font-color: # | font-color: #333; | ||
} | } | ||
| Zeile 38: | Zeile 43: | ||
.responsive-image-caption { | .responsive-image-caption { | ||
font-size: 0.9em; | font-size: 0.9em; | ||
text-align: center; | |||
line-height: 1.2; | line-height: 1.2; | ||
font- | font-family: sans-serif !important; | ||
color: # | color: #c62e2c; | ||
padding: 0 0 | background-color: none; | ||
border-bottom: 1px solid #eaecf0; /* | padding-top: 8px; | ||
} | |||
/* Informationsstatus-Anzeige */ | |||
.informationsstatus-box { /* war: .seitenverantwortung-box */ | |||
float: right; | |||
clear: right; | |||
margin: 0 0 1em 1.5em; | |||
padding: 0; | |||
width: 260px; | |||
font-size: 0.85em; | |||
border: 1px solid #c8ccd1; | |||
border-radius: 4px; | |||
background: #f8f9fa; | |||
box-shadow: 0 1px 3px rgba(0,0,0,0.1); | |||
} | |||
.informationsstatus-table { /* war: .seitenverantwortung-table */ | |||
width: 100%; | |||
border-collapse: collapse; | |||
margin: 0; | |||
} | |||
.informationsstatus-table th { | |||
background: #3366cc; | |||
color: white; | |||
padding: 6px 10px; | |||
text-align: left; | |||
border-radius: 3px 3px 0 0; | |||
} | |||
.informationsstatus-table td { | |||
padding: 4px 10px; | |||
border-bottom: 1px solid #eaecf0; | |||
vertical-align: top; | |||
} | |||
.informationsstatus-table td:first-child { | |||
color: #555; | |||
width: 90px; | |||
} | |||
/* Status-Farben */ | |||
.sv-status { | |||
padding: 1px 6px; | |||
border-radius: 3px; | |||
font-weight: bold; | |||
} | } | ||
.sv-status-Aktuell { background: #d4edda; color: #155724; } | |||
.sv-status-Überarbeitung-nötig { background: #fff3cd; color: #856404; } | |||
.sv-status-Veraltet { background: #f8d7da; color: #721c24; } | |||
Aktuelle Version vom 29. März 2026, 16:04 Uhr
a.mw-logo, a.mw-logo:visited {
color: black;
text-decoration: none;
}
/* 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 a {
font-size: 0.85em;
font-color: #333;
}
/* Container für Full-Width Bilder */
.responsive-image-container {
width: 100%;
margin: 1.5em 0;
clear: both;
}
/* Erzwingt die volle Breite für das Bild */
.responsive-image-container img {
width: 100% !important;
height: auto !important;
display: block;
}
/* Styling für die Bildunterschrift */
.responsive-image-caption {
font-size: 0.9em;
text-align: center;
line-height: 1.2;
font-family: sans-serif !important;
color: #c62e2c;
background-color: none;
padding-top: 8px;
}
/* Informationsstatus-Anzeige */
.informationsstatus-box { /* war: .seitenverantwortung-box */
float: right;
clear: right;
margin: 0 0 1em 1.5em;
padding: 0;
width: 260px;
font-size: 0.85em;
border: 1px solid #c8ccd1;
border-radius: 4px;
background: #f8f9fa;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.informationsstatus-table { /* war: .seitenverantwortung-table */
width: 100%;
border-collapse: collapse;
margin: 0;
}
.informationsstatus-table th {
background: #3366cc;
color: white;
padding: 6px 10px;
text-align: left;
border-radius: 3px 3px 0 0;
}
.informationsstatus-table td {
padding: 4px 10px;
border-bottom: 1px solid #eaecf0;
vertical-align: top;
}
.informationsstatus-table td:first-child {
color: #555;
width: 90px;
}
/* Status-Farben */
.sv-status {
padding: 1px 6px;
border-radius: 3px;
font-weight: bold;
}
.sv-status-Aktuell { background: #d4edda; color: #155724; }
.sv-status-Überarbeitung-nötig { background: #fff3cd; color: #856404; }
.sv-status-Veraltet { background: #f8d7da; color: #721c24; }