Skip to content

Estilo para CA Service DEsk by ulchin

Details

Authorulchin

LicenseNo License

Categoryuserstyle

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Estilo para CA da SOLUTIS

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           csti.sistemas.mpba.mp.br - 04/08/2023, 14:25:26
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://csti.sistemas.mpba.mp.br/CAisd/pdmweb.exe") {
  td[title="Concluído"] {
    background-color: #80ff80;
    color: black;
}
td[title="Cancelado"] {
    background-color: #80ff80;
    color: black;
}
td[title="Atribuído"] {
    background-color: #ff7300;
    color: black;
}
td[title="Aberto"] {
    background-color: #ff6666;
    color: black;
}
td[title="Em andamento"] {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    color: black;
}
td[title="Pendente"] {
    background-color: #ffffb3;
    color: black;
}
td[title="Aguardando serviço interno"] {
    background-color: #ffffb3;
    color: black;
}
td[title="Planejado"] {
    background-color: #ffffb3;
    color: black;
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
}

Reviews

No reviews yet.