Skip to content

SEI IFBA by noahkrpg

Details

Authornoahkrpg

LicenseNo License

CategorySEI IFBA

Created

Updated

Code size1.3 kB

Code checksum71bd3537

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

SEI IFBA

Notes

SEI IFBA

Source code

/* ==UserStyle==
@name         SEI IFBA
@version      20250210.16.57
@namespace    https://userstyles.world/user/noahkrpg
@description  SEI IFBA
@author       noahkrpg
@license      No License
==/UserStyle== */

@-moz-document url-prefix("sei.ifba.edu.br") {
divInfraAreaGlobal {
    font-size: 8px !important;
}

/* Largura da barra lateral esquerda */
div.divInfraAreaTelaE {
    width: 15% !important;
    min-width: 15% !important;
}

/* Largura do Centro e Direita da tela  */
#divInfraAreaTelaD {
    width: 85% !important;
    max-width: 85% !important;
}

/* Fonte da Lateral Esquerda */
.sm-infra a {
    font-size:  10px !important;
}

/* Colunas dos processos */

.divTabelaProcesso {
    width: 100% !important;
    /*font-size: 12px !important;*/
}

/*
.divRecebidos {
    font-size: 8px !important;
    padding-right: 0px !important;
}
*/

/* Colunas com os números dos processos */
.processoVisualizado {
    font-size: inherit !important;
}
.processoNaoVisualizado {
    font-size: inherit !important;
    font-weight: bold !important;
    animation: blinker 3s linear infinite !important;
    /*background-color: lightseagreen;*/
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*
.infraSidebarMenu {
    background-color: #0494c7;
}

*/
.divInfraAreaTelaE > div {
    background-color: #0494c7 !important;
}

}

Reviews

No reviews yet.