new theme

This commit is contained in:
Adrien MALINGREY 2019-11-03 01:48:14 +01:00
parent a404f22801
commit 55da5e6b28
2 changed files with 64 additions and 0 deletions

View File

@ -52,9 +52,11 @@
.trail {
background: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 0vmin;
}
.ghost {
background: rgba(255, 255, 255, 0.4);
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 0vmin;
}

62
css/themes/pure-solid.css Normal file
View File

@ -0,0 +1,62 @@
.invisible-grid > .empty-cell {
background: transparent;
border: 1px solid transparent;
}
.visible-grid > .empty-cell {
background: transparent;
border: 1px inset rgba(128, 128, 128, 0.3);
}
.mino {
border: 1px solid white;
border-radius: 0vmin;
}
.I-mino {
background: cyan;
}
.J-mino {
background: blue;
}
.L-mino {
background: orange;
}
.O-mino {
background: yellow;
}
.S-mino {
background: green;
}
.T-mino {
background: magenta;
}
.Z-mino {
background: red;
}
.locked-mino {
background: white;
}
.cleared-line {
background: white;
}
.trail {
background: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 0vmin;
}
.ghost {
background: rgba(255, 255, 255, 0.4);
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 0vmin;
}