MediaWiki:Common.css: Unterschied zwischen den Versionen

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

Bearbeitungen