dark style
81Dojo style by IcefoxKishi
Details
AuthorIcefoxKishi
LicenseNo License
Category81dojo
Created
Updated
Code size1.1 kB
Code checksumef0028be
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 81Dojo style
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("81dojo.com") {
*{
font-family:'UDEV Gothic 35NFLG', monospace;
}
.game-timer-label{
font-family:'UDEV Gothic 35NFLG', monospace !important;
}
div#boardBox{
background-image:none;
fill:black!important;
}
#boardMessageArea, #boardChatInput, #greetButton, #kifuBox, #watcherBox, #lobbyMessageArea, #lobbyChatInput, #gameGrid, #playerListBox{
filter: invert(100%)
}
.ui-dialog-content{
background-color: black;
}
div[class^="player-info"], div[class^="ui-dialog"], div[class^="ui-dialog-buttonpane"]{
background-color: black; background-image: none;
text-align:center;
}
span[id^="player"]:not([class^="name-winner"]){
filter: invert(100%);
}
span[class^="name-winner"]{
background-color:yellow;
}
}