new version
BIN
themes/kubowania/images/blue_block.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
themes/kubowania/images/green_block.png
Normal file
After Width: | Height: | Size: 404 B |
BIN
themes/kubowania/images/navy_block.png
Normal file
After Width: | Height: | Size: 377 B |
BIN
themes/kubowania/images/peach_block.png
Normal file
After Width: | Height: | Size: 335 B |
BIN
themes/kubowania/images/pink_block.png
Normal file
After Width: | Height: | Size: 374 B |
BIN
themes/kubowania/images/purple_block.png
Normal file
After Width: | Height: | Size: 387 B |
BIN
themes/kubowania/images/yellow_block.png
Normal file
After Width: | Height: | Size: 371 B |
65
themes/kubowania/style.css
Normal file
@ -0,0 +1,65 @@
|
||||
.empty-cell {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.invisible-grid > .empty-cell {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.visible-grid > .empty-cell {
|
||||
border: 1px inset rgba(128, 128, 128, 0.3);
|
||||
}
|
||||
|
||||
.mino {
|
||||
border: 1px inset rgba(128, 128, 128, 0.3);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.I-mino {
|
||||
background-image: url(images/blue_block.png);
|
||||
}
|
||||
|
||||
.J-mino {
|
||||
background-image: url(images/navy_block.png);
|
||||
}
|
||||
|
||||
.L-mino {
|
||||
background-image: url(images/peach_block.png);
|
||||
}
|
||||
|
||||
.O-mino {
|
||||
background-image: url(images/yellow_block.png);
|
||||
}
|
||||
|
||||
.S-mino {
|
||||
background-image: url(images/green_block.png);
|
||||
}
|
||||
|
||||
.T-mino {
|
||||
background-image: url(images/purple_block.png);
|
||||
}
|
||||
|
||||
.Z-mino {
|
||||
background-image: url(images/pink_block.png);
|
||||
}
|
||||
|
||||
.locked-mino {
|
||||
background: white;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
.cleared-line {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.trail {
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
.ghost {
|
||||
background: rgba(255, 255, 255, 0.4);
|
||||
border: 1px transparent;
|
||||
border-radius: 1px;
|
||||
}
|