Add files via upload

This commit is contained in:
Fernando Méndez 2021-06-04 23:07:20 +02:00 committed by GitHub
parent 1475817c6e
commit 63d9c9a61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View File

@ -373,15 +373,16 @@
filter: drop-shadow(5px 5px 10px #1f2c3d);
}
.code.cinemas {
height: 210px;
height: 230px;
}
.code.cinemas img {
margin: 0.7em 0 0.2em 0;
width: 200px;
height: 110px;
height: 115px;
display: block;
margin-left: auto;
margin-right: auto;
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;
}
.code.promo img {
margin: 0.1em 0 0.8em 0;

View File

@ -371,15 +371,16 @@ main img {
filter: drop-shadow(5px 5px 10px #1f2c3d);
}
.code.cinemas {
height: 210px;
height: 230px;
}
.code.cinemas img {
margin: 0.7em 0 0.2em 0;
width: 200px;
height: 110px;
height: 115px;
display: block;
margin-left: auto;
margin-right: auto;
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;
}
.code.promo img {
margin: 0.1em 0 0.8em 0;

View File

@ -4,6 +4,6 @@
switch(true){
case strpos($_GET["css"], "main.css"): $_SESSION["css"] = "main.css"; break;
case strpos($_GET["css"], "highContrast.css"): $_SESSION["css"] = "highContrast.css"; break;
default: $_SESSION["css"] = "main.css"; break;
//default: $_SESSION["css"] = "main.css"; break;
}
?>