2023-10-14 16:28:19 +02:00
|
|
|
.fh {
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sh {
|
|
|
|
font-size: 1em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
label.item {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-11-13 20:28:02 +01:00
|
|
|
input, select {
|
2023-10-14 16:28:19 +02:00
|
|
|
margin: 8px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ms {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
#errors {
|
|
|
|
color: red;
|
2023-10-13 20:48:11 +02:00
|
|
|
font-style: italic;
|
2023-10-14 16:28:19 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:invalid {
|
|
|
|
background-color: rgba(212, 59, 59, 70%);
|
|
|
|
}
|
|
|
|
|
|
|
|
input:focus {
|
|
|
|
background-color: revert;
|
|
|
|
}
|
|
|
|
|
|
|
|
#success {
|
|
|
|
color: lightgreen;
|
|
|
|
font-size: 1.5em;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:root {
|
|
|
|
color-scheme: light dark;
|
2023-10-13 20:48:11 +02:00
|
|
|
}
|
2023-10-14 16:28:19 +02:00
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
:root {
|
|
|
|
color-scheme: dark;
|
|
|
|
}
|
|
|
|
|
2024-02-15 19:14:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#all-get-from-profile {
|
|
|
|
width:100%;
|
|
|
|
min-height:2rem;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 18pt;
|
|
|
|
font-weight: bold;
|
2023-10-14 16:28:19 +02:00
|
|
|
}
|