MediaWiki:Common.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 820: | Zeile 820: | ||
.mw-body-content .vector-sticky-header { | .mw-body-content .vector-sticky-header { | ||
pointer-events: none; | pointer-events: none; | ||
} | |||
/* --------------------------------------------- | |||
LabelScan – Mobile Optimiertes Styling | |||
---------------------------------------------- */ | |||
#ados-labelscan { | |||
max-width: 640px; | |||
margin: 0 auto; | |||
padding: 1rem; | |||
} | |||
#ados-labelscan .ados-scan__drop { | |||
background: #0a0a0a; | |||
border-radius: 16px; | |||
padding: 2rem 1rem; | |||
text-align: center; | |||
border: 3px dashed #333; | |||
color: #eee; | |||
} | |||
#ados-labelscan button, | |||
#ados-labelscan .mw-ui-button { | |||
font-size: 1rem !important; | |||
border-radius: 30px !important; | |||
padding: 0.7rem 1.4rem !important; | |||
} | |||
#ados-labelscan .ados-scan__form { | |||
display: flex; | |||
flex-direction: column; | |||
gap: 1rem; | |||
} | |||
#ados-labelscan h2 { | |||
font-size: 1.8rem; | |||
margin-bottom: 1rem; | |||
} | |||
#ados-scan-preview img { | |||
border-radius: 14px; | |||
margin-top: 0.6rem; | |||
} | } | ||