2024-04-15 18:48:58 +00:00
|
|
|
.card:not(*:empty) {
|
|
|
|
color: rgb(77, 60, 51);
|
|
|
|
text-shadow: none;
|
|
|
|
background: url("image/new.png");
|
|
|
|
background-size: 100% 100%;
|
2016-04-02 08:05:24 +00:00
|
|
|
}
|
2024-04-15 18:48:58 +00:00
|
|
|
#arena.mobile:not(.chess) .player[data-position="0"] > .equips > .equip5 {
|
|
|
|
border-radius: 4px;
|
2016-04-02 08:05:24 +00:00
|
|
|
}
|
2024-04-15 18:48:58 +00:00
|
|
|
#arena.mobile:not(.chess) .player[data-position="0"] > .equips > .equip5 > .image {
|
2017-01-20 08:46:37 +00:00
|
|
|
width: 100%;
|
2024-04-15 18:48:58 +00:00
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2017-01-20 08:46:37 +00:00
|
|
|
}
|
2024-04-15 18:48:58 +00:00
|
|
|
#arena.mobile:not(.chess) .player[data-position="0"] > .equips > .equip5 > .name {
|
|
|
|
display: block;
|
|
|
|
transform: scale(0.43) !important;
|
|
|
|
transform-origin: left top;
|
|
|
|
left: 2px;
|
|
|
|
top: 3px;
|
2017-01-20 08:46:37 +00:00
|
|
|
}
|
2024-04-15 18:48:58 +00:00
|
|
|
#arena.mobile:not(.chess) .player[data-position="0"] > .equips > .equip5 > .name.long {
|
|
|
|
top: 2px;
|
2017-01-20 08:46:37 +00:00
|
|
|
}
|
2024-04-15 18:48:58 +00:00
|
|
|
#arena.mobile:not(.chess) .player[data-position="0"] > .equips > .equip5 > .info {
|
|
|
|
display: block;
|
|
|
|
transform: scale(0.43) !important;
|
|
|
|
transform-origin: right top;
|
|
|
|
right: 3px;
|
|
|
|
top: 3px;
|
2017-01-20 08:46:37 +00:00
|
|
|
}
|
2017-08-03 04:15:31 +00:00
|
|
|
|
2024-04-15 18:48:58 +00:00
|
|
|
#arena:not(.chess) .player[data-position="0"] > .equips > .equip5 > .image {
|
2017-08-03 04:15:31 +00:00
|
|
|
background-position: -4px -4px;
|
|
|
|
}
|