townforge/GameData/UI/CryptoCityStyle.xml

59 lines
2.9 KiB
XML

<elements>
<element type="BorderImage" >
<attribute name="Texture" value="Texture2D;Textures/UI.png" />
<attribute name="Blend Mode" value="alpha" />
</element>
<element type="CheckBox" style="BorderImage">
<attribute name="Min Size" value="16 16" />
<attribute name="Max Size" value="16 16" />
<attribute name="Image Rect" value="80 0 96 16" />
<attribute name="Border" value="4 4 4 4" />
<attribute name="Checked Image Offset" value="16 0" />
<attribute name="Hover Image Offset" value="0 16" />
</element>
<element type="ShadeButton" style="CheckBox" auto="false"> <!-- non-auto style is shown explicitly in the Editor's style drop down list for user selection -->
<attribute name="Min Size" value="16 16" />
<attribute name="Max Size" value="16 16" />
<attribute name="Image Rect" value="0 32 16 48" />
<attribute name="Focus Mode" value="NotFocusable" />
</element>
<element type="Text">
<attribute name="Font" value="Font;Fonts/Anonymous Pro.ttf" />
<attribute name="Font Size" value="12" />
<attribute name="Color" value="0.85 0.85 0.85" />
</element>
<element type="ChatPrefixStyle" style="Text" auto="false">
<attribute name="Font Size" value="8" />
<attribute name="Color" value="0.55 0.55 0.55" />
</element>
<element type="ChatDefaultStyle" style="Text" auto="false">
<!-- <attribute name="Hover Color" value="0.3 0.4 0.32 1" /> -->
<!-- <attribute name="Selection Color" value="0.23 0.3 0.27 1" /> -->
</element>
<element type="ChatEmoteStyle" style="ChatDefaultStyle" auto="false">
<attribute name="Text Effect" value="Italic" />
<attribute name="Hover Color" value="0.8 0.4 0.32 1" />
</element>
<element type="ChatNotificationStyle" style="ChatDefaultStyle" auto="false">
<attribute name="Text Effect" value="Italic" />
<attribute name="Color" value="0.5 0.5 0.5 1" />
<attribute name="Hover Color" value="0.8 0.4 0.32 1" />
</element>
<element type="ImageRowBackground" style="BorderImage">
<attribute name="Layout Mode" value="Horizontal" />
<attribute name="Layout Border" value="0 0 0 0" />
<attribute name="Image Rect" value="48 0 64 16" />
<attribute name="Border" value="0 0 0 0" />
</element>
<element type="ImageRowImageBackground" style="BorderImage">
<attribute name="Layout Mode" value="Horizontal" />
<attribute name="Layout Border" value="0 0 0 0" />
<attribute name="Image Rect" value="0 16 16 32" />
<attribute name="Border" value="0 0 0 0" />
</element>
<element type="TradeItem" style="ListRow">
<attribute name="Selection Color" value="0.4 0.6 0.5 .5" />
</element>
</elements>