Skip to content

fair.kaliburg.de by mindcloud

Screenshot of fair.kaliburg.de

Details

Authormindcloud

LicenseNo License

CategoryFair Game

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode, assumes QOL scripts are loaded from the hamburger menu

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         fair.kaliburg.de
@version      20220403.02.04
@namespace    userstyles.world/user/mindcloud
@description  Dark Mode, assumes QOL scripts are loaded from the hamburger menu
@author       mindcloud
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://fair.kaliburg.de/#") {
.bg-light {
	color: white !important;
	background-color: black !important;
}

.nav {
	border-style: inset !important;
	border-color: white !important;
	border-width: 1px;
}

table thead {
	background-color: black;
	color: white;
}

.col-7 {
	background-color: black;
}

.row {
	background-color: black;
	color: lightgray !important;
}

button {
	color: white !important;
	border-color: white !important;
	background-color: darkgrey !important;
}

.table-active {
	background-color: lightblue;
}


.table-striped > tbody > tr:nth-of-type(even) > * {
	color: grey;
}

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

.btn {
	background-color: darkgrey !important;
	color: black !important;
	font-weight: bold;
}

.offcanvas-body {
	background-color: black;
}

.offcanvas-header {
	background-color: black;
}

.nav-link {
	color: grey !important;
}

#manualPromoteText {
	color: lightblue;
}

#infoText {
	color: magenta;
}

#rankerCount {
	color: cyan;
}
}

Reviews

No reviews yet.