retro stats width
This commit is contained in:
parent
4f1904acaa
commit
a9e3557b56
@ -10,7 +10,7 @@
|
|||||||
#screenRow {
|
#screenRow {
|
||||||
background-image: url("retro/bg.png");
|
background-image: url("retro/bg.png");
|
||||||
background-size: 10px;
|
background-size: 10px;
|
||||||
padding: 40px;
|
padding: 40px 20px;
|
||||||
border: 3px inset black;
|
border: 3px inset black;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
@ -28,6 +28,7 @@
|
|||||||
border-image-repeat: repeat;
|
border-image-repeat: repeat;
|
||||||
border-image-outset: 12px;
|
border-image-outset: 12px;
|
||||||
box-shadow: unset;
|
box-shadow: unset;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-header {
|
.card-header {
|
||||||
@ -55,12 +56,22 @@
|
|||||||
letter-spacing: -.1em;
|
letter-spacing: -.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#statsTable tr {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
}
|
||||||
|
|
||||||
#statsTable th,
|
#statsTable th,
|
||||||
#statsTable td {
|
#statsTable td {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0 .2rem;
|
padding: 0 .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#statsTable td {
|
||||||
|
width: auto;
|
||||||
|
text-align: end;
|
||||||
|
}
|
||||||
|
|
||||||
#messagesSpan {
|
#messagesSpan {
|
||||||
text-shadow: -2px -2px #808302, -2px 2px #808302, 2px -2px #808302, 2px 2px #808302;
|
text-shadow: -2px -2px #808302, -2px 2px #808302, 2px -2px #808302, 2px 2px #808302;
|
||||||
}
|
}
|
||||||
@ -113,7 +124,7 @@ td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ghost.mino {
|
.ghost.mino {
|
||||||
opacity: 50%;
|
background: rgba(0, 0, 0, 20%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.locked.mino {
|
.locked.mino {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user