MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 327: Zeile 327:
@media (max-width: 420px) {
@media (max-width: 420px) {
   .whisky-glass { width: 26px; height: 26px; margin: 0 5px 5px 0; }
   .whisky-glass { width: 26px; height: 26px; margin: 0 5px 5px 0; }
}
/* --- Ø-Übersicht (Summary) --- */
.whisky-summary {
  margin: .5rem 0 1rem;
}
.whisky-summary__table {
  border-collapse: collapse;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.whisky-summary__table th,
.whisky-summary__table td {
  padding: 8px 10px;
  border-bottom: 1px solid #f3f4f6;
  text-align: left;
  font-size: .95rem;
}
.whisky-summary__table thead th {
  background: #f9fafb;
  font-weight: 600;
  color: #111827;
}
.whisky-summary__table tbody tr:last-child td {
  border-bottom: 0;
}
}