MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 66: Zeile 66:
/** Alerts */
/** Alerts */
.alert {
.alert {
     color:#555;
     color :#555;
     border-radius:10px;
     border-radius: 8px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
     padding: 8px 8px 8px 34px;
     padding:10px 10px 10px 36px;
     margin: 10px 0;
     margin:10px;
}
}
.alert span {
.alert span {
     font-weight:bold;
     font-weight: bold;
     text-transform:uppercase;
     text-transform: uppercase;
}
}
.alert-error {
.alert-error {
     background:#ffecec url('images/error.png') no-repeat 10px 50%;
     background: #ffecec url('images/error.png') no-repeat 8px 50%;
     border:1px solid #f5aca6;
     border: 1px solid #f5aca6;
}
}
.alert-success {
.alert-success {
     background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
     background: #e9ffd9 url('images/success.png') no-repeat 8px 50%;
     border:1px solid #a6ca8a;
     border: 1px solid #a6ca8a;
}
}
.alert-warning {
.alert-warning {
     background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
     background: #fff8c4 url('images/warning.png') no-repeat 8px 50%;
     border:1px solid #f2c779;
     border: 1px solid #f2c779;
}
}
.alert-notice {
.alert-notice {
     background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
     background: #e3f7fc url('images/notice.png') no-repeat 8px 50%;
     border:1px solid #8ed9f6;
     border: 1px solid #8ed9f6;
}
}