Simple dark theme for the site play.toornament.com.
play.toornament.com Dark simple by dbc13543
Details
Authordbc13543
LicenseNo License
Categoryplay.toornament.com
Created
Updated
Size2.0 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 play.toornament.com - 8/12/2022, 12:24:23 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("play.toornament.com") {
.grid-flex {
color: #ffffff;
}
.layout-front, .horizontal-nav, .tournament-nav, .horizontal-nav, .layout-front .layout-section.content {
background: #000000;
background-color: #000000;
}
.match.format-mini {
background-color: #1a0033;
color: #b3b3cc;
border-color: #b3b3cc;
}
.match.format-mini > .record > .opponent > .name, .match.format-mini > .record > .opponent > .info, .match.format-mini > .record > .opponent > .more {
color: #b3b3cc;
}
.match.format-mini > .record > .opponent > .name.win, .match.format-mini > .record > .opponent > .info.win, .match.format-mini > .record > .opponent > .more.win {
color: #b3b3cc;
}
.structure-round.format-mini {
background: #1f1f1f;
color: #ffffff;
}
.layout-front .layout-section.nav, .layout-front .layout-block.nav ul, ul.horizontal-nav > li > a:focus, ul.horizontal-nav > li > a:active, ul.horizontal-nav > li > a {
background: #222222;
color: #ffffff;
}
ul.horizontal-nav > li > a:hover {
background: #ffffff;
color: #000000;
}
.tournament-list.format-row .tournament.format-row, .tournament.format-row > .identity > .name, .match.format-info > .properties, .match.format-info > .properties > * .value, .match.format-info > .title{
background: #222222;
color: #ffffff;
}
.match.format-info > .record > .header, .match.format-info > .record > .title, .match.format-info {
background: #000000;
color: #ffffff;
}
.match.format-info > .record > .opponent > .name {
background: #000000;
color: #b3b3cc;
}
}