Formular:Artist: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
Zeile 91: Zeile 91:
 
   -webkit-appearance: none;
 
   -webkit-appearance: none;
 
   appearance: none;
 
   appearance: none;
    display: inline-block;
 
    top: 0;
 
    left: 0;
 
    margin: 0;
 
    width: 0 !important;
 
 
     position: relative;
 
     position: relative;
 
     font-family: 'Font Awesome 5 Free';
 
     font-family: 'Font Awesome 5 Free';
 +
    font-size: 1.3rem;
 +
    line-height: 1rem;
 
     font-weight: 400;
 
     font-weight: 400;
}
 
#pfForm input[type="checkbox"]::before,
 
#pfForm input[type="radio"]::before {
 
    content: '';
 
 
     display: block;
 
     display: block;
 
     background: #eee;
 
     background: #eee;
 
     width: 1rem;
 
     width: 1rem;
 
     height: 1rem;
 
     height: 1rem;
    position: absolute;
 
    left: -1.7rem;
 
    top: -0.2rem;
 
    border: 0;
 
 
     border-radius: 0.2rem;
 
     border-radius: 0.2rem;
 
     box-shadow: 1px 1px 2px 0px #aaa;
 
     box-shadow: 1px 1px 2px 0px #aaa;
    text-align: center;
+
}  
    line-height: 1rem;
+
#pfForm input[type="radio"] {  
    font-size: 1.3rem;
 
}
 
#pfForm input[type="radio"]::before {  
 
 
     border: .2rem solid #aaa;
 
     border: .2rem solid #aaa;
 
     border-radius: 50%;
 
     border-radius: 50%;
Zeile 124: Zeile 110:
 
     height: 0.7rem;
 
     height: 0.7rem;
 
     background-color: #fff;
 
     background-color: #fff;
 +
    box-shadow: inset 0 0 0 0.12em #fff;
 +
}
 +
#pfForm input[type="radio"]:checked {   
 +
    background-color: #155bdb;
 +
    border-color: #155bdb;
 
}
 
}
 
#pfForm input[type="checkbox"]:checked::before {  
 
#pfForm input[type="checkbox"]:checked::before {  
Zeile 130: Zeile 121:
 
     background-color: #cfdcff;
 
     background-color: #cfdcff;
 
     }
 
     }
#pfForm input[type="radio"]:checked::before {   
 
    background-color: #155bdb;
 
    border-color: #155bdb;
 
    box-shadow: inset 0 0 0 0.12em #fff;
 
    }
 
 
.q_button {
 
.q_button {
 
     width: 100%;
 
     width: 100%;

Version vom 20. Juli 2022, 14:59 Uhr

Dies ist das Formular „Artist“. Es definiert eine Abfrage nach Werken von Künstlern. S.a. Vorlage:Artist