MediaWiki:Gadget-LabelScan.css: Unterschied zwischen den Versionen
Erscheinungsbild
Admin (Diskussion | Beiträge) Der Seiteninhalt wurde durch einen anderen Text ersetzt: „#ados-scan-preview img { max-width: 100%; display: block; margin-top: 10px; } #ados-scan-results div { padding: 6px 0; border-bottom: 1px solid #ddd; }“ Markierung: Ersetzt |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
#ados-scan- | /* Mini-Styles für LabelScan */ | ||
.ados-scan__statusrow { display:flex; gap:.6rem; align-items:center; margin:.5rem 0; } | |||
#ados-scan-progress { width:220px; height:10px; } | |||
.ados-scan__preview img { max-width:260px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,.15); } | |||
} | #ados-scan-results { display:grid; grid-template-columns:1fr; gap:.6rem; margin-top:.6rem; } | ||
# | .ados-hit { display:flex; gap:.6rem; align-items:center; border:1px solid #eee; padding:.5rem; border-radius:10px; background:#fff; } | ||
.ados-hit .thumb img { width:54px; height:54px; object-fit:cover; border-radius:8px; } | |||
.ados-hit .meta .sub { color:#666; font-size:.9em; } | |||
} | .btn { border:1px solid #ccc; background:#fff; padding:.5rem .8rem; border-radius:999px; cursor:pointer; } | ||
.btn:hover { background:#f7f7f7; } | |||
.btn-primary { background:#3b82f6; border-color:#3b82f6; color:#fff; } | |||
.btn-primary:hover { filter:brightness(0.95); } | |||
.btn-ghost { background:transparent; border-color:#ddd; } | |||
Version vom 6. November 2025, 21:19 Uhr
/* Mini-Styles für LabelScan */
.ados-scan__statusrow { display:flex; gap:.6rem; align-items:center; margin:.5rem 0; }
#ados-scan-progress { width:220px; height:10px; }
.ados-scan__preview img { max-width:260px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,.15); }
#ados-scan-results { display:grid; grid-template-columns:1fr; gap:.6rem; margin-top:.6rem; }
.ados-hit { display:flex; gap:.6rem; align-items:center; border:1px solid #eee; padding:.5rem; border-radius:10px; background:#fff; }
.ados-hit .thumb img { width:54px; height:54px; object-fit:cover; border-radius:8px; }
.ados-hit .meta .sub { color:#666; font-size:.9em; }
.btn { border:1px solid #ccc; background:#fff; padding:.5rem .8rem; border-radius:999px; cursor:pointer; }
.btn:hover { background:#f7f7f7; }
.btn-primary { background:#3b82f6; border-color:#3b82f6; color:#fff; }
.btn-primary:hover { filter:brightness(0.95); }
.btn-ghost { background:transparent; border-color:#ddd; }