qr.dgnum.eu/www/css/qr-dgnum.css

231 lines
3.9 KiB
CSS
Raw Permalink Normal View History

2024-01-24 20:17:20 +01:00
body {
align-items: stretch;
background-color: #f5f5f5;
color: #4a4a4a;
display: flex;
flex-direction: column;
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: 400;
justify-content: space-between;
line-height: 1.5;
min-height: 100vh;
margin: 0 auto;
position: relative;
text-align: center;
width: auto;
}
figure {
display: block;
height: 256px;
margin-left: 122px;
margin-right: 122px;
max-width: 256px;
position: relative;
margin-bottom: .75rem;
}
img {
display: block;
height: auto;
max-width: 100%;
min-height: 256px;
min-width: 256px;
position: relative;
}
a {
color: #485fc7;
cursor: pointer;
text-decoration: none;
}
footer {
background-color: #fafafa;
display: block;
padding: 3rem 1.5rem 6rem;
}
section {
margin: auto;
width: 500px;
padding-top: 2.5rem;
margin-bottom: 2.5rem;
display: block;
}
h1 {
color: #363636;
font-size: 2rem;
font-weight: 600;
line-height: 1.125;
margin-bottom: 2.5rem;
margin-top: 0;
}
form {
text-align: left;
}
label {
color: #363636;
display: block;
font-size: 1rem;
font-weight: 700;
margin-bottom: .5em;
}
input::placeholder {
color: rgba(54, 54, 54, .3);
}
input:not(:last-child) {
margin-bottom: .75rem;
}
input:hover,
select:hover {
border-color: #b5b5b5;
}
input:active,
input:focus,
select:active,
select:focus {
border-color: #485fc7;
box-shadow: 0 0 0 .125em rgba(72, 95, 199, .25);
outline: 0;
}
input,
select {
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
appearance: none;
background-color: #fff;
border-radius: 4px;
border: 1px solid #dbdbdb;
box-shadow: inset 0 .0625em .125em rgba(10, 10, 10, .05);
box-shadow: none;
box-sizing: border-box;
color: #363636;
display: inline-flex;
font-size: 1rem;
font-size: 1rem;
height: 2.5em;
justify-content: flex-start;
line-height: 1.5;
max-width: 100%;
padding-bottom: calc(.5em - 1px);
padding-left: calc(.75em - 1px);
padding-right: calc(.75em - 1px);
padding-top: calc(.5em - 1px);
position: relative;
vertical-align: top;
width: 100%;
}
select {
cursor: pointer;
display: block;
font-size: 1em;
max-width: 100%;
outline: 0;
padding-right: 2.5em;
width: 100%;
}
.select {
display: inline-block;
width: 100%;
position: relative;
vertical-align: top;
}
.select::after {
border: 3px solid;
border-right: 0;
border-top: 0;
border-color: #485fc7;
border-radius: 2px;
right: 1.125em;
z-index: 4;
content: " ";
display: block;
height: .625em;
margin-top: -.4375em;
pointer-events: none;
position: absolute;
top: 50%;
transform: rotate(-45deg);
transform-origin: center;
width: .625em;
}
.help {
display: block;
font-size: .75rem;
margin-top: .25rem;
margin-bottom: .75rem;
}
button {
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
background-color: #fff;
border: 1px solid transparent;
border-color: #dbdbdb;
border-radius: 4px;
border-width: 1px;
box-shadow: none;
color: #363636;
cursor: pointer;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
justify-content: center;
line-height: 1.5;
margin-top: 0;
margin-bottom: .5rem;
margin-left: .5rem;
margin-right: .5rem;
padding-bottom: calc(.5em - 1px);
padding-left: 1em;
padding-right: 1em;
padding-top: calc(.5em - 1px);
position: relative;
text-align: center;
user-select: none;
white-space: nowrap;
}
button:hover {
border-color: #b5b5b5;
color: #363636;
}
button:active {
border-color: #4a4a4a;
color: #363636;
}
button:focus {
border-color: #485fc7;
color: #363636;
}
button:focus:not(:active) {
box-shadow: 0 0 0 .125em rgba(72,95,199,.25);
}
.buttons {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 1rem;
}