projects
/
xogo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add Atari-Go
[xogo.git]
/
variants
/
Atarigo
/
style.css
1
.chessboard_SVG
{
2
background-color
:
#BA8C63
;
3
}
4
5
piece
.
white
.
stone
{
6
background-image
:
url
(
'/pieces/Atarigo/black_stone.svg'
);
7
}
8
9
piece
.
black
.
stone
{
10
background-image
:
url
(
'/pieces/Atarigo/white_stone.svg'
);
11
}