tupali/milfs/css/style.css

407 lines
5.9 KiB
CSS
Raw Normal View History

body {
overflow-x: hidden!important;
}
2018-04-22 01:06:40 +00:00
#cabecera-botonera-admin {
background-color: #777677;
}
2016-10-29 15:07:15 +00:00
2018-04-22 01:06:40 +00:00
.btn-botonera-admin {
2018-04-22 20:14:58 +00:00
margin-left: 20px;
2018-04-22 01:06:40 +00:00
margin-right: 20px;
border-left: 1px solid white;
}
2017-11-16 17:18:46 +00:00
2018-04-21 04:23:07 +00:00
2018-04-22 01:06:40 +00:00
#botonera-admin,
#botonera-admin>a {
color: white !important;
2017-11-07 08:52:06 +00:00
}
2017-11-03 01:10:57 +00:00
2018-04-22 01:06:40 +00:00
.btn-botonera-admin:hover {
background-color: black;
2018-04-21 04:23:07 +00:00
}
2018-04-22 01:06:40 +00:00
.btn.btn-botonera-admin:hover {
color: white !important;
}
2018-04-21 04:23:07 +00:00
2018-04-22 01:06:40 +00:00
.intro-social-buttons {
padding-top: 10px !important;
}
#botonera_landing {
display: inline-flex;
}
.boton_land {
margin-left: 3px !important;
2018-04-23 16:12:11 +00:00
}
2018-04-22 01:06:40 +00:00
.cabecera {
padding-bottom: 30px;
2018-04-22 20:14:58 +00:00
padding-left: 80px !important;
2018-04-22 01:06:40 +00:00
}
2017-11-19 11:27:47 +00:00
2018-04-22 01:06:40 +00:00
#logo_cabecera {
2018-04-23 15:04:06 +00:00
max-width: 60% !important;
margin: 0 auto;
2018-04-22 01:06:40 +00:00
}
#encabezado_proyecto {
padding-top: 30px;
}
.thumbnail {
height: 100% !important;
2018-04-22 01:06:40 +00:00
overflow-y: auto;
overflow-x: hidden;
padding: 0px 0px 70px 0px;
;
border: none;
2018-04-22 01:06:40 +00:00
}
.box-secciones {
/* 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);*/
2018-04-22 03:27:34 +00:00
border-radius: 0px !important;
padding: 50px;
border-bottom: 1px solid lightgrey;
2018-04-22 01:06:40 +00:00
}
.box-secciones:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
2018-04-22 03:43:07 +00:00
}
2018-04-22 01:06:40 +00:00
.img-secciones {
max-height: 250px;
2018-04-22 01:06:40 +00:00
}
#buscador_centro {
display: inline-flex;
}
#buscador_blog {
display: inline-flex !important;
}
#fh5co-footer {
display: inline-block;
2018-04-23 22:04:51 +00:00
}
2018-04-22 01:06:40 +00:00
2018-04-22 20:14:58 +00:00
2018-04-22 01:06:40 +00:00
/* nube de etiquetas */
2017-11-19 11:27:47 +00:00
2018-04-22 01:06:40 +00:00
div.etiquetas {
/* font-family: verdana,arial,helvetica;
2017-11-19 11:27:47 +00:00
font-size:8pt;
*/
2018-04-22 01:06:40 +00:00
padding: 5px;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
div.etiquetas span {
float: left;
margin: 0 3px 0 3px;
height: 20pt;
white-space: nowrap;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
span.etiquetatam1 {
font-size: 110%;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
span.etiquetatam2 {
font-size: 120%;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
span.etiquetatam3 {
font-size: 130%;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
span.etiquetatam4 {
font-size: 140%;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
span.etiquetatam5 {
font-size: 150%;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
span.etiquetatam6 {
font-size: 160%;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
span.etiquetatam7 {
font-size: 170%;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
span.etiquetatam8 {
font-size: 180%;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
span.etiquetatam9 {
font-size: 250%;
2017-11-19 11:27:47 +00:00
}
2018-04-22 01:06:40 +00:00
span.etiquetatam10 {
font-size: 300%;
2017-11-19 11:27:47 +00:00
}
2017-11-16 17:18:46 +00:00
2018-04-22 01:06:40 +00:00
2018-04-22 20:14:58 +00:00
2018-04-22 01:06:40 +00:00
/* nube de etiquetas */
2017-11-05 15:28:52 +00:00
.drop-up {
top: auto;
bottom: 100% !important;
2018-04-22 01:06:40 +00:00
2017-11-16 17:18:46 +00:00
overflow: visible;
}
2018-04-22 01:06:40 +00:00
2017-11-16 17:18:46 +00:00
.dropdown-menu {
2018-04-22 01:06:40 +00:00
min-width: 300px;
padding: 3px;
z-index: 99999;
2016-10-29 15:07:15 +00:00
}
2018-04-22 01:06:40 +00:00
.navbar .navbar-nav {
2017-11-07 08:52:06 +00:00
display: inline-block;
float: none;
}
2018-04-22 01:06:40 +00:00
2017-11-07 08:52:06 +00:00
.navbar .navbar-collapse .navbar-principal {
text-align: center;
2018-04-22 01:06:40 +00:00
height: 30px;
2017-11-07 08:52:06 +00:00
margin-top: -13px;
}
.navbar-principal>li>a{
2018-04-22 01:06:40 +00:00
padding-top: 0px !important;
padding-bottom: 0 !important;
2017-11-07 08:52:06 +00:00
height: 30px;
margin-top: -13px;
}
2018-04-22 01:06:40 +00:00
.navbar-principal {
min-height: 30px !important;
}
2017-11-07 08:52:06 +00:00
2018-04-22 01:06:40 +00:00
.topnav {
width: 100px !important;
display: inline;
height: 30px;
padding-bottom: 0 !important;
height: 30px;
background: none;
border: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
2017-11-07 08:52:06 +00:00
}
2018-04-22 01:06:40 +00:00
2018-04-22 20:14:58 +00:00
2017-11-07 08:52:06 +00:00
/*width:80px; background: none; border:0px; -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
*/
2018-04-22 01:06:40 +00:00
2017-11-07 08:52:06 +00:00
@media all {
2018-04-22 01:06:40 +00:00
div.saltopagina {
display: none;
}
}
@media print {
div.saltopagina {
display: block;
page-break-before: always;
}
div.noprint {
display: none;
}
}
/*ESTILOS PRIORITARIOS*/
.modal-dialog {
2018-04-22 01:06:40 +00:00
width: 95% !important;
height: auto;
padding: 0;
2017-11-07 08:52:06 +00:00
}
.modal-lg {
2018-04-22 01:06:40 +00:00
width: 98% !important;
height: auto;
padding: 0;
2017-11-07 08:52:06 +00:00
}
2018-04-22 01:06:40 +00:00
2017-11-16 17:18:46 +00:00
.modal-xs {
2018-04-22 01:06:40 +00:00
width: 40% !important;
height: auto;
padding: 0;
2017-11-16 17:18:46 +00:00
}
2017-11-07 08:52:06 +00:00
.modal-content {
2018-04-22 01:06:40 +00:00
height: auto;
2017-11-07 08:52:06 +00:00
}
2018-04-22 01:06:40 +00:00
2017-11-07 08:52:06 +00:00
.modal-body {
max-height: calc(100vh - 300px);
min-height: calc(100vh - 300px);
overflow-y: auto;
}
fieldset.fieldset-borde {
border: 2px solid #EDEDED !important;
2018-04-22 01:06:40 +00:00
border-radius: 3px;
2017-11-07 08:52:06 +00:00
padding: 0 1.4em 1.4em 1.4em !important;
margin: 0 0 1.5em 0 !important;
2018-04-22 01:06:40 +00:00
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
2017-11-07 08:52:06 +00:00
}
legend.legend-area {
2018-04-22 01:06:40 +00:00
font-size: 1.2em !important;
font-weight: bold !important;
text-align: left !important;
width: auto;
padding: 0 10px;
border-bottom: none;
}
.fh5co-post-entry article h2 {
font-size: 28px !important;
2018-04-22 01:06:40 +00:00
}
#fh5co-offcanvas .fh5co-bio img {
border-radius: 10px !important;
}
2017-11-07 08:52:06 +00:00
2018-04-22 01:06:40 +00:00
fieldset.fieldset-borde {
2017-11-07 08:52:06 +00:00
border: 2px solid #EDEDED !important;
2018-04-22 01:06:40 +00:00
border-radius: 3px;
2017-11-07 08:52:06 +00:00
padding: 0 1.4em 1.4em 1.4em !important;
margin: 0 0 1.5em 0 !important;
2018-04-22 01:06:40 +00:00
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
2017-11-07 08:52:06 +00:00
}
legend.legend-area {
2018-04-22 01:06:40 +00:00
font-size: 1.2em !important;
font-weight: bold !important;
text-align: left !important;
width: auto;
padding: 0 10px;
border-bottom: none;
}
2018-04-21 04:23:07 +00:00
2018-04-22 20:14:58 +00:00
/*RESPONSIVE*/
@media only screen and (min-width: 1200px) {}
2018-04-21 04:23:07 +00:00
@media (max-width: 991px) {
2018-04-22 01:06:40 +00:00
#encabezado_proyecto {
text-align: center;
padding-top: 0px !important;
}
2018-04-21 04:23:07 +00:00
2018-04-22 01:06:40 +00:00
#logo_cabecera {
2018-04-23 16:12:11 +00:00
max-width: 100% !important;
2018-04-22 01:06:40 +00:00
padding-top: 0px !important;
}
2018-04-23 22:04:51 +00:00
#buscador_blog {
padding: 0px;
;
2018-04-23 22:04:51 +00:00
}
2018-04-21 04:23:07 +00:00
}
@media (max-width: 768px) {
2018-04-22 01:06:40 +00:00
.modal-body {
max-height: calc(100vh - 100px) !important;
min-height: calc(100vh - 100px) !important;
}
#texto_articulo {
padding: 0px !important;
}
2018-06-25 23:00:33 +00:00
.box-secciones {
padding: 5px !important;
}
2018-06-25 23:00:33 +00:00
2018-04-22 01:06:40 +00:00
#menu_tupale {
background-color: #dfdfdf;
2018-04-21 04:23:07 +00:00
}
2018-04-22 01:06:40 +00:00
.btn-botonera-admin {
2018-04-22 20:14:58 +00:00
margin-left: 0px;
margin-right: 0px;
border-left: none;
}
2018-04-21 04:23:07 +00:00
2018-04-22 01:06:40 +00:00
.dropdown-menu>li>a {
color: #333 !important;
2018-04-21 04:23:07 +00:00
}
2018-04-22 01:06:40 +00:00
.thumbnail {
height: 100%;
}
2018-04-21 04:23:07 +00:00
2018-04-22 01:06:40 +00:00
#secciones,
.articulo_cuadro {
padding: 0px;
}
#btn_agregar {
margin-bottom: 3px;
}
#btn_filtro {
margin-bottom: 3px;
}
2018-04-21 04:23:07 +00:00
}
2018-04-22 01:06:40 +00:00
@media (max-width: 480px) {
#logo_cabecera {
max-width: 100% !important;
}
2018-04-22 20:14:58 +00:00
.cabecera {
padding-bottom: 30px;
padding-left: 0px !important;
}
2018-04-22 20:14:58 +00:00
}
2018-04-21 04:23:07 +00:00
2018-04-22 01:06:40 +00:00
2018-04-22 01:06:40 +00:00
/*FIN responsive*/