Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-12 10:40:22 +02:00
committed by GitHub
parent b6ea25caa1
commit 1b64bce911
16 changed files with 170 additions and 178 deletions

View File

@ -328,6 +328,13 @@
text-align: center;
height: 250px;
}
.code.info #register{
border: 1px solid#d3ebff;
}
.code.info #register:hover {
color: #1f2c3d;
background-color: #d3ebff;
}
.code.showtimes{
height: 600px;
}
@ -532,7 +539,7 @@
color: rgb(138, 150, 32);
}
#submit {
#submit, #register {
width: 100%;
height: 35px;
border: 1px solid #dadada;
@ -544,7 +551,7 @@
filter: brightness(105%);
cursor: pointer;
}
#submit:hover {
#submit:hover, #register:hover {
color: #dadada;
background-color: #1f2c3d;
}

View File

@ -327,6 +327,9 @@ main img {
text-align: center;
height: 250px;
}
.code.info #register{
border: 1px solid#d3ebff;
}
.code.showtimes{
height: 600px;
}
@ -526,7 +529,7 @@ textarea {
color: rgb(138, 150, 32);
}
#submit {
#submit, #register {
width: 100%;
height: 35px;
border: 1px solid #000000;
@ -538,7 +541,7 @@ textarea {
filter: brightness(105%);
cursor: pointer;
}
#submit:hover {
#submit:hover, #register:hover {
background-color: #d3ebff;
}