Skip to content

penguin bishops for lichess and chess.com by arualplays

Screenshot of penguin bishops for lichess and chess.com

Details

Authorarualplays

LicenseCC-BY-4.0

Categorylichess.org

Created

Updated

Code size1.1 kB

Code checksum373dd90a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

penguin bishops

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         penguin bishops for lichess and chess.com
@namespace    USO Archive
@author       arualplays
@description  penguin bishops
@version      20210214.14.49
@license      CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("chess.com"), domain("lichess.org") {
    
    div[style*="bb.png"] {
        background-image: url("https://imgur.com/gAGLN0w.png")!important;
    }
   
    div[style*="wb.png"] {
        background-image: url("https://imgur.com/NPdgS2I.png")!important;
   
    }
    piece.bishop.black {
        background-image: url("https://imgur.com/gAGLN0w.png")!important;
    }
    piece.bishop.white {
        background-image: url("https://imgur.com/NPdgS2I.png")!important;
    }
    
    div[style*="bb.png"] {
        background-image: url("https://imgur.com/gAGLN0w.png")!important;
    }
    div[style*="wb.png"] {
        background-image: url("https://imgur.com/NPdgS2I.png")!important;
    }
    piece.bishop.black {
        background-image: url("https://imgur.com/gAGLN0w.png")!important;
    } 
     }
    
    

Reviews

No reviews yet.