Skip to content

flaci.com/autoedit Dark Mode by t0814s

Details

Authort0814s

LicenseNo License

Categoryflaci

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         flaci.com/autoedit Dark Mode
@version      20211005.13.48
@namespace    userstyles.world/user/t0814s
@description  This userstyke is a Darm Mode for https://flaci.com/autoedit/
It's not really perfect right now.
@author       t0814s
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://flaci.com/autoedit") {
    md-tab {
        background: #222;
    }

    md-content {
        background: #222;
        color: #ddd;
        fill: #ddd;
    }

    md-tabs-canvas {
        background: #222;
    }

    md-toolbar {
        background: #333 !IMPORTANT;
    }

    md-dialog {
        background: #222;
    }

    .state {
        stroke: #ddd;
        fill: #222
    }

    .stateName {
        fill: #ddd;
    }

    .transitionLine {
        stroke: #ddd;
    }

    .transitionArrow {
        fill:#ddd
    }

    .md-whiteframe-z2 {
        background: #222 !IMPORTANT;
    }

    .transitionLabelText tspan {
        fill: #ddd;
    }

    .stateInnerCircle {
        stroke: #ddd;
    }

    .stateHiddenCircle.error {
        stroke: rgba(255, 31, 31, .63);
    }

    .md-tab {
        color: #ddd !IMPORTANT;
    }

    .fa {
        color: #ddd;
        stroke: #ddd;
    }

    .md-button.md-icon-button {
        background: #333
    }

    .flaciItemCard .cardTitle {
        background: #333;
    }

    .flaciItemCard .cardLastChange {
        background: #333;
    }

    .flaciItemCard .cardImage {
        background: #333;
    }

    .ng-scope {
        color: #ddd;
    }

    .layout-padding {
        background: #333 !IMPORTANT;
    }

    md-input-container .md-input {
        border-color: #ddd;
    }

    md-input-container:not(.md-input-invalid).md-input-focused .md-input {
        border-color: #ddd;
        color: #ddd;
    }

    md-input-container:not(.md-input-has-value) input:not(:focus){
        color: #ddd;
    }

    md-input-container .md-input {
        color: #ddd
    }

    md-input-container label {
        color: #ddd;
    }
    
    .md-button.md-raised:not([disabled]) {
        background-color: #333;
    }
    
    .md-button.md-primary.md-raised:not([disabled]) {
        background-color: rgb(2,136,209);
    }
    
    .popupButtons {
        background-color: #222;
        border-top: 0px
    }
}

Reviews

No reviews yet.