noname/theme/cardstyle/simple.css

10 lines
219 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;
background: url('../simple/card.png');
background-size:cover;
}
#arena:not(.chess) .player[data-position='0']>.equips>.equip5 {
border-radius: 8px;
}