noname/theme/style/card/ol.css

37 lines
959 B
CSS
Raw Normal View History

2024-04-15 18:48:58 +00:00
.card:not(*:empty) {
color: rgb(77, 60, 51);
text-shadow: none;
background: url("image/ol.png");
background-size: 100% 100%;
2017-03-18 19:28:39 +00:00
}
2024-04-15 18:48:58 +00:00
#arena.mobile:not(.chess) .player[data-position="0"] > .equips > .equip5 {
border-radius: 4px;
2017-03-18 19:28:39 +00:00
}
2024-04-15 18:48:58 +00:00
#arena.mobile:not(.chess) .player[data-position="0"] > .equips > .equip5 > .image {
2017-03-18 19:28:39 +00:00
width: 100%;
2024-04-15 18:48:58 +00:00
height: 100%;
left: 0;
top: 0;
2017-03-18 19:28:39 +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-03-18 19:28:39 +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-03-18 19:28:39 +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-03-18 19:28:39 +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;
}