Compare commits
No commits in common. "a7a3c630e99e2915ce9c6235afcd7b98b411a205" and "060662f706bf6f7335c4b84460b6826210b327f9" have entirely different histories.
a7a3c630e9
...
060662f706
Before Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 371 B |
@ -166,10 +166,7 @@ a:hover {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> 7495206d88a9f084621605098597b93928fb6c63
|
||||
#leaderboard {
|
||||
min-width: 25%;
|
||||
margin: auto;
|
||||
|
@ -1,66 +0,0 @@
|
||||
.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;
|
||||
}
|