Skip to content

Dark Orcquest scenarios editor by Crawling-Flesh

Details

AuthorCrawling-Flesh

LicenseNo License

Categoryorcquest-scenarios

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for the Orcquest scenarios editor

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         orcquest-scenarios.com
@version      20230923.21.20
@namespace    ?
==/UserStyle== */

@-moz-document domain("orcquest-scenarios.com") {
.bg-light{
    background-color: #222 !important;
}

#langChoice a{
color: #a29785
}

.navbar-nav a{
color: #85a288
}

#topMenuContainer{
    border-bottom: thin solid #a29785
        }

.table{
color: #a29785
}

a{
color: #a29785
}

.table-striped>tbody>tr:nth-of-type(odd)>*{
color: #a29785
}

.nav a{
--bs-nav-link-color: #a29785;
--bs-nav-link-hover-color: #c4b6a0;
}

.nav-link.active{
    background-color: #424038 !important;
    color: #c4b6a0 !important;
}

.form-control{
    background-color: #333 !important;
    color:#c4b6a0;
}

.form-control:focus{
    color:#c4b6a0;
    box-shadow: 0px 0px 5px #85a288 !important;
}

.btn-primary{
    --bs-btn-bg: #85a288 !important;
    --bs-btn-border-color: #afdfb4;
    --bs-btn-color: #333;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #a2c6a5;
    --bs-btn-hover-border-color: #bdf2c2;
}

.form-label{
color: #a29785
}

#editTopMenu{
    background-color: #333 !important;
}

#visibility{
    background-color: #333 !important;
    color: #c4b6a0
}

h2{
color: #a29785
}

.tox-editor-container{
    background-color: #333;
}
}

Reviews

No reviews yet.