organizando el entorno para mejorar el panel consulta relacionando con el issue #38 Mejorar usabilidad paner consulta
This commit is contained in:
parent
245422b268
commit
500e08cd2f
2
milfs
2
milfs
@ -1 +1 @@
|
|||||||
Subproject commit 01df026a5b8baa93f7d670d3aa0eaed77d7e98c1
|
Subproject commit 3ba85d859b2041ad08ccb276a94154c9cd0d3da9
|
103
portal.php
103
portal.php
@ -46,100 +46,6 @@ $web = remplacetas('empresa','id','1','web') ;
|
|||||||
<!-- <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> -->
|
<!-- <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> -->
|
||||||
<!-- <link rel="points" type="application/json" href="json.php?id=<?php echo $_REQUEST["id"] ?>"> -->
|
<!-- <link rel="points" type="application/json" href="json.php?id=<?php echo $_REQUEST["id"] ?>"> -->
|
||||||
<link href="milfs/css/carousel.css" rel="stylesheet">
|
<link href="milfs/css/carousel.css" rel="stylesheet">
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
background: url("") no-repeat center center fixed;
|
|
||||||
-webkit-background-size: cover;
|
|
||||||
-moz-background-size: cover;
|
|
||||||
-o-background-size: cover;
|
|
||||||
background-size: cover;
|
|
||||||
color: gray;
|
|
||||||
background-color: black;}
|
|
||||||
.alert-info{
|
|
||||||
color: #341208;
|
|
||||||
border-color: #341208;
|
|
||||||
background-image: url("");
|
|
||||||
}
|
|
||||||
|
|
||||||
.jumbotron {
|
|
||||||
/* background-image: url("milfs/images/secure/?file=full/<?php echo $logo[0];?>"); */
|
|
||||||
background-size: cover;
|
|
||||||
background-position: center;
|
|
||||||
/* text-shadow: 1px 1px 1px rgba(255,255,255,0.8) ; */
|
|
||||||
background-color: black;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-header > p { font-size:20px; color: white; font-family: "Open Sans",sans-serif; font-weight: normal;display:inline }
|
|
||||||
.navbar-header > strong{ font-size:20px; color: #802a2a; font-weight: normal; font-family: "Open Sans",sans-serif; ;display:inline}
|
|
||||||
.navbar-header {width: 50%;}
|
|
||||||
|
|
||||||
.div_aplicacion {
|
|
||||||
background-color: #f0eee1 !important;
|
|
||||||
}
|
|
||||||
.div_aplicacion:hover {
|
|
||||||
-webkit-animation: animatedBackground 1s ease-out 1;
|
|
||||||
-moz-animation: animatedBackground 1s ease-out 1;
|
|
||||||
animation: animatedBackground 1s ease-out 1;
|
|
||||||
-webkit-animation-fill-mode: forwards;
|
|
||||||
animation-fill-mode: forwards;
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
@-webkit-keyframes animatedBackground {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: scale(1, 1);
|
|
||||||
-moz-transform: scale(1, 1);
|
|
||||||
-ms-transform: scale(1, 1);
|
|
||||||
-o-transform: scale(1, 1);
|
|
||||||
transform: scale(1, 1)
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: scale(1.1, 1.1);
|
|
||||||
-moz-transform: scale(1.1, 1.1);
|
|
||||||
-ms-transform: scale(1.1, 1.1);
|
|
||||||
-o-transform: scale(1.1, 1.1);
|
|
||||||
transform: scale(1.1, 1.1)
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@-moz-keyframes animatedBackground {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: scale(1, 1);
|
|
||||||
-moz-transform: scale(1, 1);
|
|
||||||
-ms-transform: scale(1, 1);
|
|
||||||
-o-transform: scale(1, 1);
|
|
||||||
transform: scale(1, 1)
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: scale(1.1, 1.1);
|
|
||||||
-moz-transform: scale(1.1, 1.1);
|
|
||||||
-ms-transform: scale(1.1, 1.1);
|
|
||||||
-o-transform: scale(1.1, 1.1);
|
|
||||||
transform: scale(1.1, 1.1)
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@keyframes animatedBackground {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: scale(1, 1);
|
|
||||||
-moz-transform: scale(1, 1);
|
|
||||||
-ms-transform: scale(1, 1);
|
|
||||||
-o-transform: scale(1, 1);
|
|
||||||
transform: scale(1, 1)
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: scale(1.1, 1.1);
|
|
||||||
-moz-transform: scale(1.1, 1.1);
|
|
||||||
-ms-transform: scale(1.1, 1.1);
|
|
||||||
-o-transform: scale(1.1, 1.1);
|
|
||||||
transform: scale(1.1, 1.1)
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<?php if($_REQUEST[id] !='' AND $_REQUEST[c]){$onload ="<script type=\"text/javascript\"> xajax_formulario_modal('$_REQUEST[id]','','$_REQUEST[c]','$_REQUEST[t]')</script>";} ?>
|
<?php if($_REQUEST[id] !='' AND $_REQUEST[c]){$onload ="<script type=\"text/javascript\"> xajax_formulario_modal('$_REQUEST[id]','','$_REQUEST[c]','$_REQUEST[t]')</script>";} ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -229,14 +135,7 @@ background-color: #f0eee1 !important;
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='pie' style=" position: fixed; z-index: 10000;
|
<div class='pie'>
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
/* Set the fixed height of the footer here */
|
|
||||||
height: 50px;
|
|
||||||
background-color: white;
|
|
||||||
background-image: url('milfs/images/menosmicos/background.jpg');
|
|
||||||
">
|
|
||||||
<p class='text-center'> <?php echo "$razon_social[0] $slogan[0] $direccion[0] $telefono[0] <a href ='$web[0]'>$web[0]</a>"; ?></p>
|
<p class='text-center'> <?php echo "$razon_social[0] $slogan[0] $direccion[0] $telefono[0] <a href ='$web[0]'>$web[0]</a>"; ?></p>
|
||||||
<a class='pull-right' href='http://QWERTY.co/milfs'>Powered by: © MILFS </a>
|
<a class='pull-right' href='http://QWERTY.co/milfs'>Powered by: © MILFS </a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user