1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/gui/common/menu_styles.xml
2011-08-22 17:36:53 +00:00

84 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<styles>
<!--
==========================================
MENU TEXT STYLES
==========================================
-->
<style name="menuCenteredText"
font="serif-bold-stroke-14"
textcolor="gold"
text_align="center"
text_valign="center"
/>
<style name="logoText"
font="serif-bold-stroke-14"
textcolor="white"
text_align="center"
text_valign="center"
/>
<!--
==========================================
MENU TOOLTIP STYLES
==========================================
-->
<style name="stoneTooltip"
sprite="stoneTooltip"
buffer_zone="10"
font="serif-bold-stroke-14"
textcolor="white"
text_align="left"
text_valign="top"
/>
<!--
==========================================
MENU WINDOW STYLES
==========================================
-->
<style name="stoneWindow"
sprite="stonePanel"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<!--
==========================================
MENU DIALOG STYLES
==========================================
-->
<style name="stoneWindow"
sprite="stonePanel"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<!--
==========================================
MENU BUTTON STYLES
==========================================
-->
<style name="stoneButton"
sprite="stoneButton"
sprite_disabled="stoneButtonDisabled"
sprite_over="stoneButtonOver"
sprite_pressed="stoneButtonOver"
font="serif-bold-stroke-14"
textcolor="gold"
text_align="center"
text_valign="center"
/>
</styles>