Add files via upload
This commit is contained in:
parent
2d5cf09b61
commit
1475817c6e
@ -373,12 +373,12 @@
|
||||
filter: drop-shadow(5px 5px 10px #1f2c3d);
|
||||
}
|
||||
.code.cinemas {
|
||||
height: 250px;
|
||||
height: 210px;
|
||||
}
|
||||
.code.cinemas img {
|
||||
margin: 0 0 0.2em 0;
|
||||
width: 230px;
|
||||
height: 130px;
|
||||
margin: 0.7em 0 0.2em 0;
|
||||
width: 200px;
|
||||
height: 110px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
@ -371,12 +371,12 @@ main img {
|
||||
filter: drop-shadow(5px 5px 10px #1f2c3d);
|
||||
}
|
||||
.code.cinemas {
|
||||
height: 250px;
|
||||
height: 210px;
|
||||
}
|
||||
.code.cinemas img {
|
||||
margin: 0 0 0.2em 0;
|
||||
width: 230px;
|
||||
height: 130px;
|
||||
margin: 0.7em 0 0.2em 0;
|
||||
width: 200px;
|
||||
height: 110px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
function cambiarCSS(nuevo){
|
||||
/*
|
||||
if(nuevo.includes("main.css")){
|
||||
var viejo = "{$prefix}assets/css/highContrast.css";
|
||||
var oldName = "Alto Contraste";
|
||||
@ -11,6 +12,7 @@ function cambiarCSS(nuevo){
|
||||
var viejo = "{$prefix}assets/css/main.css";
|
||||
var oldName = "Contrast Normal";
|
||||
}
|
||||
*/
|
||||
|
||||
var url = "../assets/php/common/changeCSS.php?css=" + nuevo;
|
||||
$.get(url);
|
||||
|
@ -520,11 +520,17 @@
|
||||
<div class='zoom'>
|
||||
<a href='".$prefix."purchase?cinema=".$ids[$i]."'>
|
||||
<div class='code cinemas'>
|
||||
<img src='../img/sala1.jpg' alt='".$names[$i]."' />
|
||||
<h2>".$names[$i]."</h2>
|
||||
<hr />
|
||||
<li>Dirección: ".$directions[$i]."</li>
|
||||
<li>Teléfono: ".$phones[$i]."</li>
|
||||
<section class='column left'>
|
||||
<img src='../img/sala1.jpg' alt='".$names[$i]."' />
|
||||
</section>
|
||||
<section class='column right'>
|
||||
<section class='blockquote'>
|
||||
<li>Dirección: ".$directions[$i]."</li>
|
||||
<li>Teléfono: ".$phones[$i]."</li>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user