32 lines
785 B
XML
32 lines
785 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<styles>
|
|
<!-- background container of window -->
|
|
<window>
|
|
<style>Bgs1InRace</style>
|
|
<substyle>BgCard1</substyle>
|
|
<blackcolor>$000</blackcolor>
|
|
</window>
|
|
|
|
<!-- background container and text font of header -->
|
|
<header>
|
|
<style>Bgs1InRace</style>
|
|
<substyle>BgListLine</substyle>
|
|
<textsize>0.06</textsize>
|
|
<textstyle>TextButtonSmall</textstyle>
|
|
</header>
|
|
|
|
<!-- background container and text font of body -->
|
|
<body>
|
|
<style>BgsPlayerCard</style>
|
|
<substyle>BgMediaTracker</substyle>
|
|
<textsize>0.04</textsize>
|
|
<textstyle>TextChallengeNameSmall</textstyle>
|
|
</body>
|
|
|
|
<!-- button container in body -->
|
|
<button>
|
|
<style>Bgs1InRace</style>
|
|
<substyle>NavButton</substyle>
|
|
</button>
|
|
</styles>
|