add pirouetti marble 3D board

pull/132/head
Thibault Duplessis 2014-10-20 00:26:54 +02:00
parent 7bfdb80fcd
commit f843720c67
4 changed files with 6 additions and 1 deletions

View File

@ -50,6 +50,7 @@ object Theme3d extends ThemeObject {
"Gold-Silver",
"Light-Wood",
"Power-Coated",
"Rosewood"
"Rosewood",
"Marble"
) map { name => new Theme(name) }
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 993 KiB

View File

@ -208,6 +208,10 @@ body.is3d.Wood-Glass .cg-board-wrap,
#top .is3d .Wood-Glass {
background-image: url(../staunton/Boards/Scaled/512/Wood-Glass.png);
}
body.is3d.Marble .cg-board-wrap,
#top .is3d .Marble {
background-image: url(../images/board/3d/marble.jpg);
}
@media
only screen and (-webkit-min-device-pixel-ratio:2),