forked from qwerty/tupali
Merge branch 'master' of h4ckypurpl3/tupali_fork into master
This commit is contained in:
commit
b50a4635a6
@ -1476,8 +1476,8 @@ echo $css_adicional;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row" id="cabecera">
|
||||||
<div class='pull-right'>
|
<div class='pull-right redes_index'>
|
||||||
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle"><i></i></a>
|
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle"><i></i></a>
|
||||||
<ul class="fh5co-social list-inline intro-social-buttons ">
|
<ul class="fh5co-social list-inline intro-social-buttons ">
|
||||||
<?php echo $soporte; ?>
|
<?php echo $soporte; ?>
|
||||||
@ -1488,7 +1488,7 @@ echo $css_adicional;
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id='meta_cabecera' class="col-sm-push-1 col-lg-12 col-md-12 ">
|
<div id='meta_cabecera'>
|
||||||
|
|
||||||
<div class="container-fluid" id='principal_superior'>
|
<div class="container-fluid" id='principal_superior'>
|
||||||
|
|
||||||
|
2
milfs
2
milfs
@ -1 +1 @@
|
|||||||
Subproject commit 36e7dbd351f900d6b1ebb3bce9ce51c0a024ab29
|
Subproject commit d2d0f7a3a98fbcf77322ae767c9105a5e48bff65
|
@ -1,6 +1,6 @@
|
|||||||
html,body {
|
html,body {
|
||||||
height:100%;
|
height:100%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
padding-top:130px;
|
padding-top:130px;
|
||||||
background-color: black !important;
|
background-color: black !important;
|
||||||
}
|
}
|
||||||
@ -142,8 +142,8 @@ transition: all 1.3s ease;
|
|||||||
|
|
||||||
|
|
||||||
section {
|
section {
|
||||||
padding-top:110px;
|
padding-top:110px;
|
||||||
padding-bottom:70px;
|
padding-bottom:70px;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -183,7 +183,7 @@ section {
|
|||||||
background-color: grey;
|
background-color: grey;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*container titulo*/
|
/*container titulo*/
|
||||||
@ -199,10 +199,10 @@ section {
|
|||||||
|
|
||||||
|
|
||||||
.img-gris{
|
.img-gris{
|
||||||
-webkit-filter: grayscale(100%) blur(3px) ;
|
-webkit-filter: grayscale(100%) blur(3px) ;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
z-index:10;
|
z-index:10;
|
||||||
transition:filter 0.2s;
|
transition:filter 0.2s;
|
||||||
-webkit-transition:-webkit-filter 1s;
|
-webkit-transition:-webkit-filter 1s;
|
||||||
}
|
}
|
||||||
@ -250,8 +250,8 @@ padding-bottom: 5px;
|
|||||||
-moz-transition: padding 0.5s; /* Firefox 4 */
|
-moz-transition: padding 0.5s; /* Firefox 4 */
|
||||||
-webkit-transition: padding 0.5s; /* Safari and Chrome */
|
-webkit-transition: padding 0.5s; /* Safari and Chrome */
|
||||||
-o-transition: padding 0.5s; /* Opera */
|
-o-transition: padding 0.5s; /* Opera */
|
||||||
-ms-transition:padding 0.5s; /* IE9 (maybe) */
|
-ms-transition:padding 0.5s; /* IE9 (maybe) */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel:hover {
|
.panel:hover {
|
||||||
@ -330,7 +330,7 @@ padding-bottom: 5px;
|
|||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -439,7 +439,7 @@ padding-bottom: 5px;
|
|||||||
transition: all 1.3s ease;
|
transition: all 1.3s ease;
|
||||||
}
|
}
|
||||||
#home {
|
#home {
|
||||||
padding-top:20px !important;
|
padding-top:20px !important;
|
||||||
}
|
}
|
||||||
.embed-responsive-16by9 {
|
.embed-responsive-16by9 {
|
||||||
padding-bottom: 49.25% !important;
|
padding-bottom: 49.25% !important;
|
||||||
@ -488,7 +488,7 @@ padding-bottom: 5px;
|
|||||||
|
|
||||||
/*secciones*/
|
/*secciones*/
|
||||||
#home {
|
#home {
|
||||||
padding-top:0px !important;
|
padding-top:0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.embed-responsive-16by9 {
|
.embed-responsive-16by9 {
|
||||||
@ -584,7 +584,7 @@ margin-top: 50px;
|
|||||||
|
|
||||||
/*seccion*/
|
/*seccion*/
|
||||||
#home {
|
#home {
|
||||||
padding-top:0px !important;
|
padding-top:0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.embed-responsive-16by9 {
|
.embed-responsive-16by9 {
|
||||||
|
Loading…
Reference in New Issue
Block a user