MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* General color definitions */
/* Border */
/* Alerts */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body,
body,
.mw-body,
.mw-body,
Zeile 259: Zeile 261:
   overflow: auto;
   overflow: auto;
}
}
/** 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, 0.125);
   border: 1px solid rgba(0, 0, 0, 0.125);
   color: #fff;
   color: #212529;
}
}
.alert-title {
.alert-title {
Zeile 279: Zeile 283:
border: 1px solid #f5aca6;*/
border: 1px solid #f5aca6;*/
   background: #dc3545;
   background: #dc3545;
  color: #fff;
}
}
.alert-success {
.alert-success {
Zeile 284: Zeile 289:
border: 1px solid #a6ca8a;*/
border: 1px solid #a6ca8a;*/
   background: #28a745;
   background: #28a745;
  color: #fff;
}
}
.alert-warning {
.alert-warning {
Zeile 295: Zeile 301:
border: 1px solid #8ed9f6;*/
border: 1px solid #8ed9f6;*/
   background: #17a2b8;
   background: #17a2b8;
   color: #333;
  /*color: @clr-gray2;*/
   color: #212529;
}
}
/** Wrappers and boxes */
/** Wrappers and boxes */
8.581

Bearbeitungen