Add files via upload
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user