forked from qwerty/milfs
correccion de estilos para mejorar landingpage
This commit is contained in:
parent
d4f6425c75
commit
a72575cc36
@ -17,7 +17,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
#toc {
|
#toc {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding-top: 11em;
|
padding-top: 50px;
|
||||||
max-height: 95% !important;
|
max-height: 95% !important;
|
||||||
overflow: auto !important;
|
overflow: auto !important;
|
||||||
}
|
}
|
||||||
@ -43,16 +43,6 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn_hover:hover{
|
|
||||||
background-color: #fb4f59;
|
|
||||||
border-radius: 0px;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn_hover>a:hover{
|
|
||||||
background-color: transparent !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#contenedor_cabecera {
|
#contenedor_cabecera {
|
||||||
padding-top: 0em;
|
padding-top: 0em;
|
||||||
}
|
}
|
||||||
@ -79,6 +69,31 @@ background-color: transparent !important;
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu_administrador{
|
||||||
|
background-color: gray;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-botonera-admin {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#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 {
|
#div_panel_aplicaciones {
|
||||||
padding-top: 21em;
|
padding-top: 21em;
|
||||||
}
|
}
|
||||||
@ -154,25 +169,6 @@ background-color: transparent !important;
|
|||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.btn-botonera-admin {
|
|
||||||
/* margin-left: 20px; */
|
|
||||||
/* margin-right: 20px; */
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-botonera-admin:hover {
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn.btn-botonera-admin:hover {
|
|
||||||
color: white !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.intro-social-buttons {
|
|
||||||
padding-top: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#botonera_landing {
|
#botonera_landing {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
@ -577,3 +573,4 @@ RESPONSIVE */
|
|||||||
padding-top: 10em;
|
padding-top: 10em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|