new theme

This commit is contained in:
Adrien MALINGREY 2020-09-28 21:51:12 +02:00
commit a7a3c630e9
9 changed files with 69 additions and 0 deletions

BIN
css/images/blue_block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

BIN
css/images/green_block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

BIN
css/images/navy_block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

BIN
css/images/peach_block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
css/images/pink_block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

BIN
css/images/purple_block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

BIN
css/images/yellow_block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

View File

@ -166,7 +166,10 @@ a:hover {
justify-content: center; justify-content: center;
} }
<<<<<<< HEAD
=======
>>>>>>> 7495206d88a9f084621605098597b93928fb6c63
#leaderboard { #leaderboard {
min-width: 25%; min-width: 25%;
margin: auto; margin: auto;

66
css/themes/images.css Normal file
View File

@ -0,0 +1,66 @@
.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 transparent;
border-radius: 0;
}
.I-mino {
background-image: url(../images/blue_block.png);
}
.J-mino {
background-image: url(../images/peach_block.png);
}
.L-mino {
background-image: url(../images/yellow_block.png);
}
.O-mino {
background-image: url(../images/peach_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;
background: rgba(255, 255, 255, 0.8);
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;
}