Prettying stuff

This commit is contained in:
mrfry 2021-03-06 14:59:09 +01:00
parent 843f0a7dad
commit 34cc962ab4
16 changed files with 247 additions and 218 deletions

View file

@ -15,7 +15,7 @@ body {
}
li {
padding: 2px 0px;
padding: 2px 0px;
}
a {
@ -195,7 +195,7 @@ input {
}
.endofpage {
padding-bottom: 20px;
padding-bottom: 20px;
}
.questionContainer {
@ -267,40 +267,40 @@ input {
}
.warning {
color: red;
font-weight: 100;
font-size: 17.5px;
color: red;
font-weight: 100;
font-size: 17.5px;
}
#manualWarn {
font-size: 14px;
font-size: 14px;
}
.manual_img {
padding: 20px 2px;
padding: 20px 2px;
}
.subtitle {
color: var(--text-color);
font-size: 23px;
text-align: center;
font-weight: 100;
margin: 0px;
padding-top: 8px;
color: var(--text-color);
font-size: 23px;
text-align: center;
font-weight: 100;
margin: 0px;
padding-top: 8px;
}
.pageHeader {
background-color: var(--text-color);
height: 45px;
max-width: 100%;
color: black;
margin: 5px 0px 0px 0px;
background-color: var(--text-color);
height: 45px;
max-width: 100%;
color: black;
margin: 5px 0px 0px 0px;
}
.pageHeader h1 {
padding-top: 6px;
letter-spacing: 7px;
margin: 0px;
padding-top: 6px;
letter-spacing: 7px;
margin: 0px;
}
.manualUsage {
@ -309,7 +309,7 @@ input {
}
.manualBody {
text-align: justify;
text-align: justify;
}
select {