8.582
Bearbeitungen
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Jneug (Diskussion | Beiträge) (Der Seiteninhalt wurde durch einen anderen Text ersetzt: „{{subst:MediaWiki:Common.css}}“) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
body { | |||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; | |||
font-size: 1.1rem; | |||
font-weight: 400; | |||
line-height: 1.5; | |||
color: #212529; | |||
text-align: left; | |||
} | |||
.clearfix:after { | .clearfix:after { | ||
content: "."; | content: "."; | ||
| Zeile 84: | Zeile 94: | ||
/** Alerts */ | /** Alerts */ | ||
.alert { | .alert { | ||
/*border-radius: 4px;*/ | /*border-radius: 4px;*/ | ||
padding: 8px; | padding: 8px; | ||
margin: 8px | margin: 8px; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
border: 1px solid rgba(0,0,0,.125); | |||
color: #fff; | |||
font-weight: 600; | |||
} | } | ||
.alert | .alert-title { | ||
font-weight: | font-weight: 600; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
| Zeile 98: | Zeile 110: | ||
} | } | ||
.alert-error { | .alert-error { | ||
background: #ffecec; | /*background: #ffecec; | ||
border: 1px solid #f5aca6; | border: 1px solid #f5aca6;*/ | ||
background: #dc3545; | |||
} | } | ||
.alert-success { | .alert-success { | ||
background: #e9ffd9; | /*background: #e9ffd9; | ||
border: 1px solid #a6ca8a; | border: 1px solid #a6ca8a;*/ | ||
background: #28a745; | |||
} | } | ||
.alert-warning { | .alert-warning { | ||
background: #fff8c4; | /*background: #fff8c4; | ||
border: 1px solid #f2c779; | border: 1px solid #f2c779;*/ | ||
background: #ffc107; | |||
color: #212529; | |||
} | } | ||
.alert-notice { | .alert-notice { | ||
background: #e3f7fc; | /*background: #e3f7fc; | ||
border: 1px solid #8ed9f6; | border: 1px solid #8ed9f6;*/ | ||
background: #17a2b8; | |||
} | } | ||