noname/theme/style/card/simple.css

33 lines
864 B
CSS
Raw Normal View History

2015-11-06 10:05:08 +00:00
.card:not(*:empty){
color:rgb(77, 60, 51);
text-shadow:none;
2015-11-18 03:39:14 +00:00
background: url('../../simple/card.png');
2017-01-21 05:50:37 +00:00
background-size:100% 100%;
2015-11-06 10:05:08 +00:00
}
2017-01-20 08:46:37 +00:00
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5 {
2015-11-09 03:15:16 +00:00
border-radius: 4px;
2015-11-06 10:05:08 +00:00
}
2017-01-20 08:46:37 +00:00
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.image{
width: 100%;
height: 100%;
left: 0;
top: 0;
}
#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;
}
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5>.name.long{
top: 2px;
}
#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;
}