Qualitätswoche: Artikel verbessern und Crunchyroll-Premium-Abo gewinnen!
Verbessere im Rahmen der Qualitätswoche einen Artikel deiner Wahl und gewinne mit etwas |
Benutzer:NaN&bricks/common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
(Kleine Test CSS-Codes) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung |
K (ausprobieren) Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung |
||
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
a:visited { |
a:visited { |
||
color: orange; |
color: orange; |
||
+ | } |
||
− | text-decoration: overline; |
||
+ | @media screen and (max-width: 40em) { |
||
+ | div[style*=clear] { |
||
+ | clear: none; |
||
+ | width: 100%; |
||
+ | } |
||
+ | div:has(div[style^=float]) { |
||
+ | display: flex; |
||
+ | flex-direction: column; |
||
+ | } |
||
+ | div[style*=float] { |
||
+ | width: 100%; |
||
+ | float: none; |
||
+ | } |
||
+ | div[style*=float] div{ |
||
+ | width: 100%; |
||
+ | } |
||
} |
} |
Aktuelle Version vom 22. November 2024, 11:49 Uhr
a:visited { color: orange; } @media screen and (max-width: 40em) { div[style*=clear] { clear: none; width: 100%; } div:has(div[style^=float]) { display: flex; flex-direction: column; } div[style*=float] { width: 100%; float: none; } div[style*=float] div{ width: 100%; } }