Dark style for TCG-Powertools, unfrtunately didn't get all parts
tcgpowertools Dark V1 by BraCra
Details
AuthorBraCra
LicenseNo License
Categoryapp.tcgpowertools.com - Dark style
Created
Updated
Size1.8 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 app.tcgpowertools.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("app.tcgpowertools.com") {
/* Für die Hauptseite, Stock Pricing und Orders-Seite */
html.wf-ubuntu-n4-active.wf-active body div#root div.app div.MuiBox-root.jss6,
.jss2565,
.jss5350, /* Spezifischer Selektor für Orders-Seite */
.MuiBox-root, /* Weitere Container */
.MuiTypography-root, /* Text */
.MuiButton-root, /* Buttons */
.MuiPaper-root, /* Papierartige Elemente */
.MuiTableCell-root, /* Tabellenzellen */
.MuiGrid-root, /* Gitter */
.MuiCard-root, /* Karten */
.MuiDialog-root, /* Dialoge */
.MuiDrawer-root, /* Schubladen */
.MuiCheckbox-root, /* Checkboxen */
.MuiRadio-root, /* Radios */
/* Eingabefelder und Textarea anpassen */
input,
textarea,
select,
.MuiInputBase-input,
.MuiSelect-nativeInput {
background-color: #222 !important; /* Dunkler Hintergrund für Eingabefelder */
color: #ccc !important; /* Helle Schriftfarbe für Eingabefelder */
}
/* Optional: Links und andere Texte anpassen */
a {
color: #ffcc00 !important; /* Gelbe Farbe für Links */
}
/* Zusätzliche Anpassungen für spezifische Elemente */
.MuiButton-root:hover, /* Hover-Effekt für Buttons */
.MuiCard-root:hover {
background-color: #222 !important; /* Dunklerer Hover-Effekt */
}
/* Weitere Anpassungen */
.MuiTypography-root {
color: #ccc !important; /* Helle Schriftfarbe für Texte */
}
.MuiButton-root {
background-color: #444 !important; /* Dunklere Buttons */
color: #fff !important; /* Helle Schrift für Buttons */
}
}