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