Skip to content

www.apsystemsema.com by rodneyoh

Details

Authorrodneyoh

LicenseNo License

Categoryhttps://www.apsystemsema.com/

Created

Updated

Code size2.3 kB

Code checksum32b309ca

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

in progress

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       www.apsystemsema.com
@version    20250331.14.32
@namespace  ?
==/UserStyle== */

@-moz-document domain("apsystemsema.com") {
/* Fundo geral do site */
    body {
        background-color: #2b2b2b !important;
        color: #d0d0d0 !important;
    }

    /* Links */
    a {
        color: #bb86fc !important;
    }

    /* Fundo dos gráficos no Highcharts - cobrindo variações de classe */
    .highcharts-background,
    [class*="highcharts-background"] {
        fill: #3a3a3a !important;
    }

    .highcharts-container {
        background-color: #3a3a3a !important;
    }

    /* Ajuste de texto dentro dos gráficos */
    .highcharts-axis-labels text,
    .highcharts-title,
    .highcharts-subtitle,
    .highcharts-data-label text,
    .highcharts-legend-item text {
        fill: #d0d0d0 !important;
    }

    /* Ajusta os eixos */
    .highcharts-axis text {
        fill: #d0d0d0 !important;
    }

    /* Ajuste do tooltip (janela de contexto) */
    .highcharts-tooltip {
        background-color: #222 !important;
        color: #e0e0e0 !important;
        border: 1px solid #555 !important;
    }

    /* Tabelas */
    table {
        background-color: #383838 !important;
        border-color: #555 !important;
    }

    th, td {
        border-color: #555 !important;
        color: #d0d0d0 !important;
    }

    /* Botões */
    button, .btn {
        background-color: #444 !important;
        color: #e0e0e0 !important;
        border-color: #666 !important;
    }

    button:hover, .btn:hover {
        background-color: #555 !important;
    }

    /* Inputs, textareas e selects */
    input, textarea, select {
        background-color: #333 !important;
        color: #e0e0e0 !important;
        border-color: #666 !important;
    }

    /* Fundo de pop-ups e modais */
    .modal-content {
        background-color: #2b2b2b !important;
        color: #ffffff !important;
    }

    /* Ajusta os textos para ficarem visíveis */
    h1, h2, h3, h4, h5, h6, p, span, label {
        color: #d0d0d0 !important;
    }

    /* Fundo claro para "System Information" e "Contact Information" */
    h3 {
        background-color: #404040 !important;
        padding: 10px;
        border-radius: 5px;
    }
}

Reviews

No reviews yet.