Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
html {
font-family: Impact;
scrollbar-color: #ded2b4 white;
}
@media screen and (min-width:500px) {
form {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 0px 0px;
background-color: #ded2b4;
border: 4px white dashed;
}
.formPlacement {
grid-area: 1 / 1 / 7 / 4;
display: flex;
flex-direction: column;
padding: 5px;
}
.commentsPlacement {
grid-area: 1 / 4 / 7 / 9;
}
#comments {
height: 670px;
width: 850px;
display: flex;
flex-direction: row;
overflow: auto;
flex-wrap: wrap;
align-content: flex-start;
}
.comment {
width: 250px;
}
.headerComment {
display: flex;
flex-direction: row;
}
h1,
label {
margin: 10px 0px 0px 10px;
}
h1 {
font-size: 40px;
}
#nancy {
font-size: 50px;
}
.inputFields {
width: 200px;
}
.inputFields,
#submit {
width: min-content;
}
}
@media screen and (max-width:499px) {
form {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr;
gap: 0px 0px;
background-color: #ded2b4;
border: 4px white dashed;
height: fit-content;
}
.formPlacement {
grid-area: 1 / 1 / 3 / 8;
display: flex;
flex-direction: column;
}
.commentsPlacement {
grid-area: 3 / 1 / 7 / 8;
margin-top: -30px;
}
#comments {
overflow: scroll;
height: 800px;
}
h1 {
margin: 10px 0px 0px 0px;
text-align: center;
font-size: 42px;
}
#nancy {
font-size: 52px;
}
.comment,
.inputFields {
width: auto;
}
.comment {
flex-direction: column;
}
}
h1,
label {
color: white;
text-shadow: 2px 1px 0px #9a8f73;
}
label {
margin: 10px 0px 0px 10px;
font-size: 25px;
}
h1 {
font-weight: normal;
margin-bottom: 5px;
}
#nancy {
font-family: Whisper;
margin-top: -5px;
color: black;
}
#nameIcon {
width: 50px;
height: 50px;
border: none;
outline: none;
margin-top: -10px;
position: relative;
top: 17px;
left: 7px;
border-radius: 0px;
}
.details {
color: white;
font-family: Impact;
text-shadow: 2px 1px 0px #9a8f73;
}
.inputFields,
#submit {
margin: 10px;
}
.inputFields::placeholder {
font-size: 15px;
color: #9a8f7394;
}
textarea {
resize: none;
scrollbar-color: #ded2b4 #a69c80;
scrollbar-width: thin;
height: auto;
}
#requirementText {
font-size: 15px;
color: #9a8f73;
font-family: 'Franklin Gothic Medium';
text-shadow: none;
}
#chooseText {
font-size: 17px;
color: #9a8f73;
text-shadow: none;
}
input[type=text] {
height: 35px;
}
input[type=file] {
margin: 10px 0px 0px 10px;
}
.inputFields {
box-shadow: inset 2px 2px 5px #b0b0b0;
transition: all.1s ease-in-out;
border: #ded2b4 inset 2px;
border-radius: 3px;
color: black;
font-family: 'Franklin Gothic Medium';
font-size: 20px;
}
.inputFields:focus {
border: #ded2b4 inset 4px;
outline-style: dashed;
outline-color: white;
}
#submit {
background-color: #ded2b4;
border: outset 3px #d3c8ab;
color: white;
text-shadow: 2px 1px 0px #9a8f73;
font-size: 16px;
font-family: Impact;
height: 30px;
width: 80px;
}
#submit:hover {
cursor: pointer;
border: inset 3px #d3c8ab;
text-shadow: -1px -1px 0px #9a8f73;
}
#comments {
scrollbar-color: #ded2b4 #a69c80;
scrollbar-width: thin;
margin-top: 10px;
box-shadow: inset 3px 3px 5px #a69c80;
}
.comment {
background-color: white;
border: outset 2px white;
border-radius: 2px;
box-shadow: 2px 2px 5px #9a8f73;
height: min-content;
margin: 10px;
}
p {
margin: 5px;
padding: 2px;
}
#error {
font-size: 24px;
color: #dc0000;
font-family: 'Franklin Gothic Medium';
text-shadow: 2px 1px 0px #9a8f73;
width: max-content;
border-bottom: dashed 2px white;
display: none;
margin: 10px 0px 0px 10px;
}
.email {
font-size: 15px;
color: #9a8f73;
}
.time {
font-size: 10px;
color: #323232;
}
.commentContent {
border: solid grey 1px;
width: 235px;
color: #323232;
font-family: 'Franklin Gothic Medium';
text-overflow: ellipsis;
overflow: hidden;
background-color: white;
}
.morelink {
color: #9a8f73;
text-decoration: none;
transition: all.3s ease-in-out;
font-size: 14px;
}
.morelink:hover {
color: black;
}
.comment img {
width: 50px;
height: 50px;
border: white dashed 1.5px;
outline: #9a8f73;
margin: 5px;
border-radius: 999px;
}