forked from mirrors/0ad
cdf6109713
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.
32 lines
618 B
XML
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>
|