diff --git a/css/chess.css b/css/chess.css index f0dc49c..3b06bec 100644 --- a/css/chess.css +++ b/css/chess.css @@ -21,6 +21,16 @@ h1 { margin-bottom: 0; } +a.plain-link { + font-family: inherit; + font-size: inherit; + font-weight: inherit; + line-height: inherit; + color: inherit; + background-color: inherit; + text-decoration: inherit; +} + .media-button-svg { width: 12pt; height: 12pt; @@ -338,4 +348,22 @@ button:disabled .silhouette { } } +img.cb-dk-piece.cb-king { content: url(../svg/Chess_kdt45.svg); } +img.cb-dk-piece.cb-queen { content: url(../svg/Chess_qdt45.svg); } +img.cb-dk-piece.cb-rook { content: url(../svg/Chess_rdt45.svg); } +img.cb-dk-piece.cb-knight { content: url(../svg/Chess_ndt45.svg); } +img.cb-dk-piece.cb-bishop { content: url(../svg/Chess_bdt45.svg); } +img.cb-dk-piece.cb-pawn { content: url(../svg/Chess_pdt45.svg); } +img.cb-lt-piece.cb-king { content: url(../svg/Chess_klt45.svg); } +img.cb-lt-piece.cb-queen { content: url(../svg/Chess_qlt45.svg); } +img.cb-lt-piece.cb-rook { content: url(../svg/Chess_rlt45.svg); } +img.cb-lt-piece.cb-knight { content: url(../svg/Chess_nlt45.svg); } +img.cb-lt-piece.cb-bishop { content: url(../svg/Chess_blt45.svg); } +img.cb-lt-piece.cb-pawn { content: url(../svg/Chess_plt45.svg); } + +#cb_board.cb-reversed img.cb-knight { + -webkit-transform: scaleX(-1); + transform: scaleX(-1); +} + /* vim: set expandtab sw=3 ts=8: */ diff --git a/index.html b/index.html index d32414e..e32d461 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@
- + @@ -9,7 +9,7 @@