A more modern look for Lichess
Modern Lichess by zhangtianli
Details
Authorzhangtianli
LicenseNo License
Categorylichess.org
Created
Updated
Size3.5 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 Modern Lichess
@namespace lichess
@version 1.0
@license MIT
@author zhangtianli
==/UserStyle== */
@-moz-document domain("lichess.org") {
piece.pawn.black { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/bp.png")!important;}
piece.knight.black { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/bn.png")!important;}
piece.bishop.black { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/bb.png")!important;}
piece.rook.black { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/br.png")!important;}
piece.queen.black { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/bq.png")!important;}
piece.king.black { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/bk.png")!important;}
piece.pawn.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/wp.png")!important;}
piece.knight.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/wn.png")!important;}
piece.bishop.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/wb.png")!important;}
piece.rook.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/wr.png")!important;}
piece.queen.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/wq.png")!important;}
piece.king.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/300/wk.png")!important;}
.blue .is2d cg-board { background-image: url(https://images.chesscomfiles.com/chess-themes/boards/light/300.png); }
*, .eval-gauge::after { box-shadow: none !important; }
.lobby__app__content { background: #FFF; }
.button.button-metal, .button.button-metal:hover {
background: #FFF !important;
}
#hook .opponent, .lobby__box__top {
background: #f0f0f0 !important;
}
.tour-spotlight {
background: #d1e4f6 !important;
border-top: 1px solid #d9d9d9;
}
body {
background: #edebe9;
}
.crosstable__users, .crosstable__score, .crosstable povs:hover, .cmn-toggle+label::after, .user-show .angles {
background: #f7f6f5;
}
.button.button-empty:not(.disabled):hover, .button.button-empty.button-green:not(.disabled):hover, .button.button-empty.button-red:not(.disabled):hover, .button.button-metal, #friend_box .friend_box_title, .btn-rack__btn, .btn-rack form {
background: #f7f6f5;
}
.ceval {
background: #f7f6f5;
}
.slist thead {
background: #f7f6f5 !important;
}
.slist {
border-top: none !important;
}
square.move-dest:hover {
background-color: rgba(0,0,0,.1);
}
square.last-move, square.selected {
background-color: rgba(164, 184, 196, .5);
}
square.oc.move-dest,
square.oc.premove-dest {
/* border: none !important; */
width: calc(12.5% - 14px);
height: calc(12.5% - 14px);
margin: 0;
/* border: 3px solid hsla(0,0%,100%,.65); */
border: 7px solid rgba(0,0,0,.1);
background: none;
box-sizing: content-box !important;
}
square.move-dest,
square.premove-dest {
width: 4.25%;
height: 4.25%;
margin: 4.25%;
background: rgba(0,0,0,.1);
border-radius: 50%;
}
}