Skip to content

Chessboxing Board for myChess by wtfchess

Screenshot of Chessboxing Board for myChess

Details

Authorwtfchess

LicenseNo License

Categoryhttps://mychess.app/

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A chess board stylized as a boxing ring

Notes

Try it on mychess

Source code

/* ==UserStyle==
@name           Chessboxing for myChess
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A chess board stylized as a boxing ring
@author         WTF Chess
==/UserStyle== */
    @-moz-document url-prefix("https://mychess.app") {
        cg-board {
            background-image: url('https://i.ibb.co/CJmgzBW/1.png') !important;
            background-size: cover;
        }
        .last-move,
        .selected,
        .move-dest,
        .current-premove,
        .move-dest-oc {
            background-color: rgba(255, 13, 0, 0.78) !important;
        }
        cg-container svg.cg-shapes g line {
            stroke: #ff3500c9 !important;
            stroke-width: 0.125 !important;
            stroke-linecap: round !important;
            marker-end: url(#arrowhead-primary) !important;
            path: #ffab54c9 !important;
            opacity: 1 !important;
        }

        cg-container svg.cg-shapes g circle {
            stroke: #ff3500c9 !important;
            stroke-width: 0.0625 !important;
            fill: none !important;
            opacity: 1 !important;
        }
        cg-container svg.cg-shapes defs marker#arrowhead-primary path {
            fill: #ff3500c9 !important;
        }
    }

Reviews

No reviews yet.