Merge branch 'master' of kleper/milfskleper into master
This commit is contained in:
commit
eca95ef096
@ -2,10 +2,18 @@
|
||||
el otro archivo css style.css que está en la carpeta milfs
|
||||
no está referenciado en index.php de milfs*/
|
||||
|
||||
|
||||
#barra_milfs{
|
||||
position: absolute;
|
||||
}
|
||||
#contenedor_principal{
|
||||
padding-top: 10em;
|
||||
}
|
||||
|
||||
#empresa_pie{
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#panel_administrador{
|
||||
padding: 0px !important;
|
||||
|
180
css/style.css
180
css/style.css
@ -17,7 +17,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
#toc {
|
||||
font-size: 1em;
|
||||
padding-top: 50px;
|
||||
max-height: 95% !important;
|
||||
overflow: auto !important;
|
||||
}
|
||||
@ -26,6 +25,30 @@ h1, h2, h3, h4, h5, h6 {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#navbar-principal{
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
#asistento{
|
||||
padding-top: 5em;
|
||||
}
|
||||
|
||||
#lo_ultimo{
|
||||
padding-bottom: 3em;
|
||||
}
|
||||
|
||||
.lo_ultimo>img{
|
||||
max-height: 300px;'
|
||||
}
|
||||
.titulo_seccion{
|
||||
padding-top: 3em;
|
||||
padding-bottom: 1em;
|
||||
font-family: "Helvetica", times, sans-serif !important;
|
||||
font-weight: 500 !important;
|
||||
line-height: 1.1 !important;
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
.navbar-inverse {
|
||||
background-color: #222;
|
||||
border-color: #090909;
|
||||
@ -43,6 +66,10 @@ h1, h2, h3, h4, h5, h6 {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
#cabecera{
|
||||
padding-top: 20em;
|
||||
}
|
||||
|
||||
#contenedor_cabecera {
|
||||
padding-top: 0em;
|
||||
}
|
||||
@ -70,34 +97,17 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
#menu_administrador{
|
||||
background-color: gray;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.btn-botonera-admin {
|
||||
float: left;
|
||||
.dropdown-menu>li>a:hover{
|
||||
background-color: #e95420!important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#botonera-admin, #botonera-admin>a {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
|
||||
.btn-botonera-admin:hover {
|
||||
background-color: black;
|
||||
}
|
||||
.btn.btn-botonera-admin:hover {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.intro-social-buttons {
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
|
||||
|
||||
#div_panel_aplicaciones {
|
||||
padding-top: 21em;
|
||||
}
|
||||
|
||||
/*NAVBAR BRAND*/
|
||||
#menu_mobil{
|
||||
display: grid !important;
|
||||
@ -109,7 +119,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
#menu_hamburguesa{
|
||||
color: white;
|
||||
background-color: none !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.navbar-brand {
|
||||
transform: translateX(-50%);
|
||||
@ -182,8 +192,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
padding-left: 80px !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#encabezado_proyecto {
|
||||
padding-top: 30px;
|
||||
}
|
||||
@ -198,6 +206,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
#proyectos {
|
||||
background-color: #d4d4d4;
|
||||
padding-top: 4em;
|
||||
}
|
||||
|
||||
.div_proyecto {
|
||||
@ -250,8 +259,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
height: 100% !important;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding: 0px 0px 70px 0px;
|
||||
;
|
||||
border: none;
|
||||
}
|
||||
|
||||
@ -259,7 +266,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);*/
|
||||
border-radius: 0px !important;
|
||||
padding: 50px;
|
||||
padding: 3em;
|
||||
border-bottom: 1px solid lightgrey;
|
||||
}
|
||||
|
||||
@ -364,7 +371,7 @@ span.etiquetatam10 {
|
||||
margin-top: -13px;
|
||||
}
|
||||
|
||||
.navbar-principal>li>a, {
|
||||
.navbar-principal>li>a {
|
||||
padding-top: 0px !important;
|
||||
padding-bottom: 0 !important;
|
||||
height: 30px;
|
||||
@ -409,7 +416,8 @@ box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
< !-- ESTILOS PRIORITARIOS -->.modal-dialog {
|
||||
/*ESTILOS PRIORITARIOS*/
|
||||
.modal-dialog {
|
||||
width: 95% !important;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
@ -456,8 +464,7 @@ legend.legend-area {
|
||||
}
|
||||
|
||||
.fh5co-post-entry article h2 {
|
||||
font-size: 28px;
|
||||
!important;
|
||||
font-size: 28px ;
|
||||
}
|
||||
|
||||
#fh5co-offcanvas .fh5co-bio img {
|
||||
@ -493,19 +500,31 @@ RESPONSIVE */
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1440px) {
|
||||
.titulo_seccion{
|
||||
padding-top: 1em;
|
||||
}
|
||||
#asistento{
|
||||
padding-top: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1200px) {
|
||||
#logo_cabecera {
|
||||
padding-top: 3em;
|
||||
#cabecera{
|
||||
padding-top: 20em;
|
||||
}
|
||||
|
||||
#div_panel_aplicaciones{
|
||||
padding-top: 23em;
|
||||
#logo_cabecera {
|
||||
padding-top: 2em;
|
||||
}
|
||||
|
||||
.img-gris {
|
||||
filter: grayscale(0);
|
||||
}
|
||||
.lead{
|
||||
padding-left: 5em;
|
||||
padding-right: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
@ -515,62 +534,113 @@ RESPONSIVE */
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
@media only screen and (max-width: 769px) {
|
||||
.navbar-inverse .navbar-nav>li>a:hover {
|
||||
background: transparent;
|
||||
}
|
||||
.navbar-header {
|
||||
margin: 0px !important;
|
||||
float: left;
|
||||
}
|
||||
|
||||
li.dropdown.open{
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#slogan_cabecera{
|
||||
font-size: 1.5em;
|
||||
}
|
||||
#logo_cabecera {
|
||||
padding-top: 0em;
|
||||
padding-top: 2em;
|
||||
}
|
||||
#div_panel_aplicaciones {
|
||||
padding-top: 21em;
|
||||
#caja{
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 586px) {
|
||||
#contenedor_cabecera {
|
||||
padding-top: 0em;
|
||||
#cabecera{
|
||||
padding-top: 21em;
|
||||
}
|
||||
#div_panel_aplicaciones {
|
||||
padding-top: 15em;
|
||||
|
||||
#lo_ultimo{
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
#contenedor_landingpage {
|
||||
padding-left: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
|
||||
#logo_cabecera {
|
||||
max-width: 65% !important;
|
||||
}
|
||||
#principal_general {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
#texto_articulo{
|
||||
padding: 0px !important
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 495px) {
|
||||
#contenedor_cabecera {
|
||||
padding-top: 0em;
|
||||
#cabecera{
|
||||
padding-top: 15em;
|
||||
}
|
||||
|
||||
#principal_general {
|
||||
padding-left: 3em;
|
||||
}
|
||||
#proyectos{
|
||||
display: grid !important;
|
||||
}
|
||||
.lead {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
.articulo_cuadro{
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
div#contenedor_landingpage {
|
||||
padding-left: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
.box-secciones{
|
||||
padding: 1em;
|
||||
padding-bottom: 4em;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 320px) {
|
||||
@media only screen and (max-width: 375px) {
|
||||
#cabecera{
|
||||
padding-top: 15em;
|
||||
}
|
||||
#principal_general{
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
#caja{
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
#slogan_cabecera {
|
||||
font-size: 1em;
|
||||
}
|
||||
#div_panel_aplicaciones {
|
||||
padding-top: 10em;
|
||||
.articulo_cuadro{
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
.btn-group-sm>.btn, .btn-sm {
|
||||
padding: 5px 7px;
|
||||
font-size: 11px;
|
||||
line-height: 1.5;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|