MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 416: Zeile 416:
.alert-notice {
.alert-notice {
   /*background: #e3f7fc;
   /*background: #e3f7fc;
border: 1px solid #8ed9f6;*/
border: 1px solid #8ed9f6;*/
   /*background: @alert-notice;
   /*background: @alert-notice;
color: @clr-gray2;
color: @clr-gray2;
color: @clr-text;*/
color: @clr-text;*/
   background-color: #81d9e7;
   background-color: #81d9e7;
   color: #1592a6;
   color: #1592a6;
Zeile 425: Zeile 425:
.alert-error {
.alert-error {
   /*background: @alert-error;
   /*background: @alert-error;
color: @clr-white;*/
color: @clr-white;*/
   background-color: #eebcc0;
   background-color: #eebcc0;
   color: #c6303e;
   color: #c6303e;
Zeile 431: Zeile 431:
.alert-success {
.alert-success {
   /*background: #e9ffd9;
   /*background: #e9ffd9;
border: 1px solid #a6ca8a;*/
border: 1px solid #a6ca8a;*/
   background-color: #8ddb9f;
   background-color: #8ddb9f;
   color: #24963e;
   color: #24963e;
Zeile 437: Zeile 437:
.alert-warning {
.alert-warning {
   /*background: @alert-warning;
   /*background: @alert-warning;
color: @clr-text;*/
color: @clr-text;*/
   background-color: #fae5a5;
   background-color: #fae5a5;
   color: #e6ae06;
   color: #e6ae06;
Zeile 444: Zeile 444:
   border-color: #17a2b8;
   border-color: #17a2b8;
   background-color: rgba(23, 162, 184, 0.08);
   background-color: rgba(23, 162, 184, 0.08);
}
.hint-success {
  border-color: #28a745;
  background-color: rgba(40, 167, 69, 0.08);
}
.hint-error {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.08);
}
.hint-warning {
  border-color: #ffc107;
  background-color: rgba(255, 193, 7, 0.08);
}
}
/**********************
/**********************
8.581

Bearbeitungen