8.582
Bearbeitungen
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 43: | Zeile 43: | ||
} | } | ||
/** Wrappers */ | |||
.hintbox, | .hintbox, | ||
.taskbox { | .taskbox { | ||
| Zeile 61: | Zeile 62: | ||
margin-top: 0; | margin-top: 0; | ||
padding-top: 0; | padding-top: 0; | ||
} | |||
/** Alerts */ | |||
.alert-box { | |||
color:#555; | |||
border-radius:10px; | |||
font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px; | |||
padding:10px 10px 10px 36px; | |||
margin:10px; | |||
} | |||
.alert-box span { | |||
font-weight:bold; | |||
text-transform:uppercase; | |||
} | |||
.alert-error { | |||
background:#ffecec url('images/error.png') no-repeat 10px 50%; | |||
border:1px solid #f5aca6; | |||
} | |||
.alert-success { | |||
background:#e9ffd9 url('images/success.png') no-repeat 10px 50%; | |||
border:1px solid #a6ca8a; | |||
} | |||
.alert-warning { | |||
background:#fff8c4 url('images/warning.png') no-repeat 10px 50%; | |||
border:1px solid #f2c779; | |||
} | |||
.alert-notice { | |||
background:#e3f7fc url('images/notice.png') no-repeat 10px 50%; | |||
border:1px solid #8ed9f6; | |||
} | } | ||