Skip to content

Chess.com clean enhancements! by slither77

Screenshot of Chess.com clean enhancements!

Details

Authorslither77

LicenseNo License

Categorychess.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Centered board, custom board, custom background

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Chess.com clean enhancements
@namespace    USO Archive
@author       Slither77
@description  includes: centered board, marble board, blue last move highlight, and coordinate changes.    preview pic: https://i.imgur.com/OrRFcva.png
@version      20230328.02.49
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("chess.com") {
:root {
        --theme-board-style-image: url("https://i.imgur.com/UTpzMcB.png");
    }
.board { 
      background-image: var(--theme-board-style-image) !important;
  }

.coordinate-light {
  fill: #728687 !important;
}

.coordinate-dark {
  fill: #B7D2D2 !important;
}
.board-layout-main {
    padding-left: 20vw;
}
    
body {
    overflow: auto;
    overflow-x: hidden;
    /* Expand the width of the right sidebar */
    .board-layout-sidebar {
        width: 465px !important;
        flex: 0 0 100px !important; /* Ensure the sidebar keeps its width */
        grid-area: top / sidebar !important;
        height: 100% !important;
        margin-top: 0 !important;
}
}
}

Reviews

No reviews yet.