1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/gui/session_new/styles.xml
WhiteTreePaladin 0be1713b2b Made several changes to session GUI (cosmetic).
Up/down arrow sprites are usable as regular buttons now.

Selections now group ranked units together as a single group. This
feature can be toggled in the settings window. Depending on feedback, I
will probably choose one method over the other and remove the toggle.

New map - Mountain Pass (8 player)
It will need further polishing.

This was SVN commit r7766.
2010-07-19 21:23:12 +00:00

149 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<styles>
<style name="goldPanel"
sprite="goldPanel"
buffer_zone="4"
text_align="left"
text_valign="top"
/>
<style name="goldPanelFrilly"
sprite="goldPanelFrilly"
buffer_zone="4"
text_align="center"
text_valign="center"
/>
<style name="frilly"
sprite="frilly"
buffer_zone="4"
text_align="center"
text_valign="center"
/>
<style name="sessionPanelStyle"
sprite="veryThinWheatWindowSand"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<style name="statsText"
font="serif-bold-12"
ghost="true"
/>
<style name="resourceStatsText"
font="serif-bold-14"
ghost="true"
/>
<style name="resourceIcon"
sprite="snIconSheetResource"
ghost="true"
/>
<style name="resourceText"
font="serif-bold-14"
ghost="true"
text_valign="center"
/>
<style name="resourceCounter"
tooltip_style="snToolTip"
/>
<style name="commandsIcon"
sprite="snIconSheetCommand"
ghost="true"
/>
<style name="sdIconOutline"
sprite="sdIconOutline"
/>
<style name="iconButton"
sprite="snIconPortrait"
sprite_over="snIconPortraitOver"
sprite_disabled="snIconPortraitDisabled"
tooltip_style="snToolTipBottom"
/>
<style name="iconButtonCount"
textcolor="255 255 255"
font="serif-9"
text_align="right"
text_valign="top"
buffer_zone="4"
/>
<style name="iconButtonProgress"
textcolor="255 255 255"
font="serif-stroke-14"
text_align="center"
text_valign="center"
/>
<style name="groupIconsText"
font="mono-stroke-10"
textcolor="255 255 255"
text_align="left"
text_valign="bottom"
/>
<style name="groupIconsCenteredText"
font="mono-stroke-10"
textcolor="255 255 255"
text_align="center"
text_valign="center"
/>
<style name="devCommandsText"
font="sans-10"
textcolor="255 255 255"
text_align="right"
/>
<style name="settingsText"
font="serif-16"
textcolor="0 0 0"
text_align="right"
text_valign="center"
/>
<style name="leftAlignedText"
textcolor="0 0 0"
text_align="left"
text_valign="center"
/>
<style name="rightAlignedText"
textcolor="255 255 255"
text_align="right"
text_valign="top"
/>
<style name="centeredText"
textcolor="0 0 0"
text_align="center"
text_valign="center"
/>
<style name="largeBoldCenteredText"
font="serif-bold-18"
textcolor="0 0 0"
text_align="center"
text_valign="center"
/>
<style name="netStatus"
font="serif-bold-18"
textcolor="255 255 255"
text_align="center"
text_valign="center"
sprite="netStatusBackground"
/>
</styles>