SEI IFBA
SEI IFBA by noahkrpg
Details
Authornoahkrpg
LicenseNo License
CategorySEI IFBA
Created
Updated
Size852 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
SEI IFBA
Source code
/* ==UserStyle==
@name SEI IFBA
@version 20231027.00.00
@namespace ?
==/UserStyle== */
@-moz-document domain("sei.ifba.edu.br") {
/* Largura da barra lateral esquerda */
div.infraAreaTelaE {
width: 14%;
}
/* Largura do Centro e Direita da tela */
div.infraAreaTelaD {
width: 85%;
}
/* Fonte da Lateral Esquerda */
.sm-infra a {
font-size: 10px !important;
}
/* Colunas dos processos */
.infraTable {
width: 100% !important;
font-size: 12px !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;
}
}
}