0ad/binaries/data/mods/public/gui/session_new/styles.xml
WhiteTreePaladin fa1dc05de2 New GUI layout
Delete confirmation dialog
Resource bar replaces resource quantity/icon
Selected units are grouped by type regardless of rank
Ranked units use the same icon
"Basic" units are now considered to have the rank of "Basic" for
grouping purposes

This was SVN commit r8180.
2010-09-25 15:22:41 +00:00

176 lines
3.0 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="sessionPanel"
sprite="mainPanel"
buffer_zone="2"
text_align="left"
text_valign="top"
/>
<style name="insetWheatWindow"
sprite="insetWheatWindow"
/>
<style name="resourcePanel"
size="50%-150 0 50%+150 32"
font="serif-bold-18"
sprite="titleBar"
text_align="center"
text_valign="center"
/>
<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="commandIcon"
sprite="snIconSheetCommand"
sprite_disabled="snIconSheetCommandDisabled"
ghost="true"
/>
<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="serif-bold-stroke-14"
textcolor="white"
text_align="center"
text_valign="center"
/>
<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"
/>
<style name="chatPanel"
buffer_zone="5"
font="serif-bold-stroke-14"
textcolor="white"
textcolor_selected="white"
text_align="left"
text_valign="top"
/>
<style name="notificationPanel"
buffer_zone="5"
font="serif-bold-stroke-14"
textcolor="red"
textcolor_selected="white"
text_align="center"
text_valign="top"
/>
</styles>