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 {
2015-11-09 03:15:16 +00:00
border-radius: 4px;
2015-11-06 10:05:08 +00:00
}