Benutzer:NaN&bricks/common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
K (weitere kleine Tests) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung |
K (Fehlerbehebung) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung |
||
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
a:visited { |
a:visited { |
||
color: orange; |
color: orange; |
||
+ | } |
||
− | text-decoration: overline !important; |
||
+ | @media screen and (max-width: 40em) { |
||
+ | div:has(div[style^=float]) { |
||
+ | display: flex; |
||
+ | flex-direction: column; |
||
+ | } |
||
+ | div[style*=float] { |
||
+ | width: 100%; |
||
+ | } |
||
+ | div[style*=float] div{ |
||
+ | width: 100%; |
||
+ | } |
||
} |
} |
Aktuelle Version vom 11. Juni 2024, 06:28 Uhr
a:visited { color: orange; } @media screen and (max-width: 40em) { div:has(div[style^=float]) { display: flex; flex-direction: column; } div[style*=float] { width: 100%; } div[style*=float] div{ width: 100%; } }