| Server IP : 165.22.154.248 / Your IP : 216.73.217.0 [ Web Server : Apache/2.4.29 (Ubuntu) System : Linux droplet-integra 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 7.2.24-0ubuntu0.18.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/integra-intranet.old.bak451112/estilos/ |
Upload File : |
/*=== FUENTES ===*/
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Regular.woff2') format('woff2'),
url('../fonts/Ubuntu-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Bold.woff2') format('woff2'),
url('../fonts/Ubuntu-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
/*=== FIN FUENTES ===*/
/*== ESTILOS GENERALES ==*/
:root {
/*-- COLORES --*/
--colorGrisBody: #f4f4f4;
/* --colorBlanco: #ffffff;
--colorAzulOscuro: #003866;
--colorAzulMedio: #0077b7;
--colorAzulClaro: #67aee9;
--colorAzulClaro40: hsla(207, 75%, 66%, 0.6);
--colorGris: #c4c4c4;
--colorGrisClaro: #ededed;
--colorGrisBody: #f4f4f4;
--colorGrisClaro2: #efefef;
--colorGrisMedio: #545454;
--colorGrisAlfa: hsl(0, 0%, 100%, 0.589);
--colorGrisOscuro: #212121;
--colorSombra: hsla(0, 0%, 0%, 0.3); */
/*-- FUENTE --*/
/* --fontTexto: 'Ubuntu', sans-serif;
--fontTitulos: 'Ubuntu', sans-serif;
--bold: bold;
--colorTexto: #666666;
--colorPlaceholder: #aaaaaa;
--boldBoton: 500px !important;
--colorBlancoBoton: var(--colorBlanco);
--colorAzulBoton: var(--colorAzulMedio);
--sizeTexto: 16px;
--sizeH1: 36px;
--sizeH2: 30px;
--sizeH3: 24px;
--sizeH4: 18px;
*/
}
/*=== GENERALES ===*/
body {
color: var(--colorTexto);
background-color: var(--colorGrisBody);
}
/*=== FIN GENERALES ===*/
/*=== AJUSTE ESTILOS WORDPRESS ===*/
#content .entry-content {
font-size: initial;
}
#content p {
line-height: 1.5;
margin: 0;
}
/*=== FIN AJUSTE ESTILOS WORDPRESS ===*/
/*=== AJUSTE ESTILOS PLANTILLA QUE AFECTAN EL SISTEMA DE DISEÑO ===*/
.dataTables_wrapper label {
display: inherit;
font-weight: inherit;
font-size: inherit;
font-size: inherit;
margin: inherit;
color: inherit;
}
.dataTables_wrapper select:not([multiple]) {
background: none;
}
.dataTables_wrapper .dataTables_paginate.paging_simple {
line-height: 1.85;
}
/* color fondo de la plantilla */
#content {
background: transparent;
}
/* LABEL */
label {
font-size: inherit;
}
/*=== FIN AJUSTE ESTILOS PLANTILLA QUE AFECTAN EL SISTEMA DE DISEÑO ===*/
/*=== MENU LATERAL ===*/
.menu-list>li.current {
background-color: rgba(0, 0, 0, 0.2);
}
/*=== FIN MENU LATERAL ===*/
/*=== BARRA LATERAL ===*/
/*-- logo --*/
.logo img {
max-height: 40px;
}
@media (min-width: 992px) {
.logo img {
max-height: 55px;
}
#sidemenu-wrapper .sidemenu-header {
height: 100px;
line-height: 100px;
}
.logo {
line-height: 100px;
position: absolute;
left: 50%;
transform: translatex(-50%);
}
.logo a {
line-height: 100px;
}
}
/*-- Medidas --*/
@media only screen and (min-width: 992px) {
#sidemenu-wrapper .sidemenu-main .menu-section {
width: 250px;
padding-left: 0;
padding-right: 0;
}
}
/*-- navegacion --*/
.menu-list>li>a span {
color: var(--colorBlanco);
}