Add files via upload
This commit is contained in:
parent
1475817c6e
commit
63d9c9a61d
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue
Block a user