EGFXPZXRWP72QNXYJO2YEYMHFRRZRHBJQVT366WYT3OMJ2ZK55DQC
}
.cardname {
position: absolute;
top:0;
left:0;
background:#f2904b;
background-image: url(img/namebg.png);
background-position: center;
color:#111;
text-align:center;
width: 92%;
padding:3px 2px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
border: solid 2px #f9eee3;
border-radius: 10px 10px 0 0;
font-family: 'Oswald', sans-serif;
font-size: .8em;
font-weight: 600;
.tilename {
position: absolute;
top:0;
left:4px;
background:#f2904b;
background-image: url(img/namebg.png);
background-position: center;
color:#111;
text-align:center;
width:81%;
padding:1px 2px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
border-bottom:solid 1px #f9eee3;
border-radius: 3px 3px 0 0;
font-size: .7em;
font-family: 'Oswald', sans-serif;
font-weight: 500;
}
/* Hide for now. Later these will be able to be switched on via a UI option. */
.cardname,
.tilename {
display:none;
}
this.addTooltip(card_div.id, _(this.gamedatas.tileinfos[card_type_id].name), '');
var name = _(this.gamedatas.tileinfos[card_type_id].name);
if (!name.startsWith('NO ')) {
dojo.place('<div class="tilename">' + _(name) + '</div>', card_div.id);
}
this.addTooltip(card_div.id, _(name), '');