1
0
forked from mirrors/0ad
Files
0ad/binaries/data/mods/public/gui/reference/structree/styles.xml
T
s0600204 cdf6109713 Relocate and Rearrange the structree codebase
Makes it possible to reuse the more generic parts of the `structree`
codebase in other pages without including `structree`-specific logic.
This sets the stage for further reference/encyclopedia-type pages.

Reviewed By: fatherbushido, elexis
Differential Revision: https://code.wildfiregames.com/D295
This was SVN commit r19940.
2017-07-31 12:49:00 +00:00

32 lines
618 B
XML

<?xml version="1.0" encoding="utf-8"?>
<styles>
<style name="TreeDisplay"
scrollbar="true"
scrollbar_style="ModernScrollBar"
sprite="ModernDarkBoxGold"
/>
<style name="StructNameSpecific"
font="sans-12"
size="8 0 100%-8 20"
text_align="center"
textcolor="white"
/>
<style name="StructBox"
size="4 4 68 68+16"
sprite="ModernDarkBoxGold"
/>
<style name="StructIcon"
size="50%-24 8+16 50%+24 8+16+48"
tooltip_style="referenceTooltip"
/>
<style name="ProdBox"
size="0 0 20 20"
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
tooltip_style="referenceTooltip"
/>
</styles>