simple dark theme
TFXI Dark Theme by evorulz
Details
Authorevorulz
LicenseNo License
Categorysecured.tfxi.com
Created
Updated
Size2.9 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 secured.tfxi.com - 4/10/2023, 12:59:11 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("secured.tfxi.com") {
.navbar-default{
background-color:#111;
}
body > div > header > nav > div{
background:#111;
}
body > div {
background:#000;
color:#aaa;
}
body{
background:#000;
}
/*Support*/
body > div > header > nav > div > div.collapse.navbar-collapse.js-navbar-collapse > ul > li.dropdown.mega-dropdown.open > ul{
background:#000;
}
/*Activate*/
body > div > div.container.dashboard > div:nth-child(2) > div:nth-child(1) > div.panel.panel-default.panel--texc{
filter:invert(100);
}
/*2FA*/
body > div > div.container.dashboard > div:nth-child(2) > div:nth-child(1) > div.list-group.pending-notification-group{
filter:invert(100);
}
/*Rewards*/
body > div > div.container.dashboard > div:nth-child(2) > div:nth-child(1) > div.ng-scope > div{
filter:invert(100);
}
/*Quick Links*/
body > div > div.container.dashboard > div:nth-child(2) > div:nth-child(1) > ul{
filter:invert(100);
}
/*New System*/
body > div > div.container.dashboard > div:nth-child(2) > div:nth-child(1) > div:nth-child(5){
filter:invert(100);
}
/*Tex*/
body > div > div.container.dashboard > div:nth-child(2) > div:nth-child(1) > div:nth-child(6){
filter:invert(100);
}
/*Settlement*/
body > div > div.container.dashboard > div:nth-child(2) > div:nth-child(1) > div:nth-child(7){
filter:invert(100);
}
/*Launch*/
body > div > div.container.dashboard > div:nth-child(2) > div:nth-child(1) > div:nth-child(8){
filter:invert(100);
}
#newsletter-2919 > div.embed-responsive.embed-responsive-16by9 > iframe{
filter:invert(100);
}
/*Wallet*/
body > div > div.container > div > div.col-md-9 > div > div.col-md-5 > div.panel.panel-default.panel-purple-gradient{
filter:invert(100);
}
/*Account*/
body > div > div.container > div > div.col-md-9 > div > div.col-md-5 > div:nth-child(2){
filter:invert(100);
}
/*Action*/
body > div > div.container > div > div.col-md-9 > div > div.col-md-7 > div > div.list-group{
filter:invert(100);
}
/*Filter*/
body > div > div.container > div > div.panel.panel-default{
filter:invert(100);
}
/*Manager*/
body > div > div.container > div > div.row > div:nth-child(n) > div.col-md-4{
filter:invert(100);
}
/*Content*/
body > div.fund-manager-background > div > div > div{
filter:invert(100);
}
}