projects
/
xogo.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Rather name Go game Weiqi
[xogo.git]
/
variants
/
Weiqi
/
style.css
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
.chessboard_SVG {
2
background-color: #BA8C63;
3
}
4
5
piece.white.stone {
6
background-image: url('/variants/Weiqi/pieces/black_stone.svg');
7
}
8
piece.black.stone {
9
background-image: url('/variants/Weiqi/pieces/white_stone.svg');
10
}