Formular:Artist: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 98: | Zeile 98: | ||
font-weight: 400; | font-weight: 400; | ||
} | } | ||
− | #pfForm input[type="checkbox"]::before { | + | #pfForm input[type="checkbox"]::before, |
+ | #pfForm input[type="radio"]::before { | ||
content: ''; | content: ''; | ||
display: block; | display: block; | ||
background: #eee; | background: #eee; | ||
− | width: | + | width: 1rem; |
− | height: | + | height: 1rem; |
position: absolute; | position: absolute; | ||
left: -1.7rem; | left: -1.7rem; | ||
Zeile 109: | Zeile 110: | ||
border: 0; | border: 0; | ||
border-radius: 0.2rem; | border-radius: 0.2rem; | ||
− | box-shadow: 1px 1px 2px 0px # | + | box-shadow: 1px 1px 2px 0px #aaa; |
text-align: center; | text-align: center; | ||
line-height: 1rem; | line-height: 1rem; | ||
font-size: 1.3rem; | font-size: 1.3rem; | ||
+ | } | ||
+ | #pfForm input[type="radio"]::before { | ||
+ | border: .2rem solid #aaa; | ||
+ | box-shadow: 0; | ||
+ | border-radius: 50%; | ||
} | } | ||
#pfForm input[type="checkbox"]:checked::before { | #pfForm input[type="checkbox"]:checked::before { |
Version vom 19. Juli 2022, 20:44 Uhr
Dies ist das Formular „Artist“. Es definiert eine Abfrage nach Werken von Künstlern. S.a. Vorlage:Artist