bestellformular mit css anpassung
parent
170087e7ad
commit
3d6c383bea
|
@ -127,4 +127,102 @@ header > p {
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #606060
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
font-weight: normal;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#anrede,
|
||||
#titel,
|
||||
#vorname,
|
||||
#name,
|
||||
#straße,
|
||||
#hausnummer,
|
||||
#plz,
|
||||
#wohnort,
|
||||
#email {
|
||||
border: none;
|
||||
width:600px;
|
||||
}
|
||||
|
||||
.bestellung_tabelle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 0.8em;
|
||||
color: #606060;
|
||||
text-align: left;
|
||||
margin-top:30px;
|
||||
margin-left: 50px;
|
||||
border: thin solid #606060;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.bestellung_tabelle th {
|
||||
border: thin solid #606060;
|
||||
}
|
||||
|
||||
.bestellung_tabelle td {
|
||||
border: thin solid #606060;
|
||||
width: 600px;
|
||||
}
|
||||
.bestellung_tabelle tr{
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.stern {
|
||||
width: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.feld_vorn {
|
||||
width: 115px;
|
||||
}
|
||||
#tabellenbeschreibung{
|
||||
font-size: 0.8em;
|
||||
margin-top: 6px;
|
||||
margin-left: 60px;
|
||||
}
|
||||
#gesamtkosten{
|
||||
font-size: 1em;
|
||||
color: black;
|
||||
margin-top: 40px;
|
||||
margin-left: 50px;
|
||||
}
|
||||
.checkboxen{
|
||||
display: inline-block;
|
||||
font-size: 0.8em;
|
||||
text-align:justify;
|
||||
}
|
||||
.checkbox_ausrichtung{
|
||||
margin-left: 50px;
|
||||
}
|
||||
#begrueßung_bestellung_abschließen{
|
||||
font-size: 2em;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: black;
|
||||
text-align: center;
|
||||
margin-top: 0.5px;
|
||||
}
|
||||
.button_abschließen{
|
||||
background-color: #476B1C;
|
||||
color: white;
|
||||
padding: 3px 10px;
|
||||
border-radius: 6px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 0.8em;
|
||||
margin: 4px 2px;
|
||||
cursor: pointer;
|
||||
font-weight: normal;
|
||||
}
|
||||
.button_abschließen_position{
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue