63 lines
No EOL
1 KiB
CSS
63 lines
No EOL
1 KiB
CSS
.playerStats {
|
|
background: rgba(28, 28, 28, .8);
|
|
-webkit-border-radius: .3em;
|
|
border-radius: .3em;
|
|
left: 1.5em;
|
|
position: absolute;
|
|
top: 5em;
|
|
color: #fff
|
|
}
|
|
|
|
.playerStats-tv {
|
|
top: 4em
|
|
}
|
|
|
|
.playerStats-content {
|
|
position: relative;
|
|
font-size: 84%
|
|
}
|
|
|
|
.playerStats-content-tv {
|
|
font-size: 60%
|
|
}
|
|
|
|
.playerStats-closeButton {
|
|
position: absolute;
|
|
top: .25em;
|
|
right: .25em;
|
|
color: #ccc;
|
|
z-index: 1
|
|
}
|
|
|
|
.playerStats-stats {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 0 3em 1em 1em;
|
|
max-width: 50em;
|
|
overflow: hidden
|
|
}
|
|
|
|
.playerStats-stat {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
margin-left: 1em
|
|
}
|
|
|
|
.playerStats-stat-label {
|
|
font-weight: 500;
|
|
margin: 0 .5em 0 0
|
|
}
|
|
|
|
.playerStats-stat-header {
|
|
margin: 1em 1em 0 0
|
|
}
|
|
|
|
.playerStats-stat-value {
|
|
color: #ddd
|
|
} |