A dark style for evoseedbox client area.
client.evoseedbox.com - dark by thermalzombie
Details
Authorthermalzombie
LicenseCC-BY-4.0
Categoryclient.evoseedbox.com
Created
Updated
Size2.4 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 client.evoseedbox.com - dark
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A dark theme for evoseedbox client area.
@author thermalzombie
==/UserStyle== */
@-moz-document domain("client.evoseedbox.com") {
/* Insert code here... */
#header, #main-menu, .table-top, .sorting, .sorting_asc, .sorting_desc,
.panel-sidebar.panel-client-details, .tile, .panel-heading, .sbfs-section, .card,
.dataTables_length, .panel-body
{
background-color: #111111 !important;
}
input, textarea, .dropdown-menu
{
background-color: #000000 !important;
}
body, .list-group-item, .sbfs-custom-bg-tabs, .table-container td
{
background-color: #333333 !important;
}
.sbfs-app-card, .esb-installed-tile
{
background-color: #AA0000 !important;
}
.sbfs-app-badge-not_installed,
.btn-default, .btn-block, .sbfs-btn-info-style, .clsp-tab, .esb-custom-tag, .btn-primary
{
background-color: #0000DD !important;
}
.label-success, .sbfs-app-badge-installed
{
background-color: #00DD00 !important;
}
.sbfs-app-card, .esb-installed-tile,
.sbfs-gradient-section, .card
{
background-image: none !important;
}
.panel-sidebar.panel-client-details
{
box-shadow: none !important;
}
input, .tile, .panel, .panel-default, .panel-heading
{
border-radius: 0 !important;
}
.btn-default, .btn-block, .sbfs-btn-info-style, .clsp-tab, .esb-custom-tag, .btn-primary,
.app-nav, .panel-body
{
border-color: #0000DD !important;
}
.sbfs-custom-bg-tabs
{
border: 1px #0000DD solid !important;
}
.sbfs-app-badge-installed
{
color: #000000 !important;
}
a, p, b, label, small, strong, h1, h2, h3, h4, h5, input, textarea,
.panel-body, .tile-title, .esb-dulled-text, .esb-custom-tag, .esb-custom-title,
.active, .btn-default, .esb-text-center, .clmp-btn-options, .clmp-installed-app-title,
.table-container td, .sorting, .sorting_asc, .sorting_desc, .filter-name,
.table-container .dataTable .small:not(a), .table-container .dataTable .text-small:not(a)
{
color: #FFFFFF !important;
}
}