0ad/binaries/data/mods/public/gui/common/common_styles.xml
2014-04-30 17:22:38 +00:00

308 lines
5.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<styles>
<!--
==========================================
MENU TEXT STYLES
==========================================
-->
<style name="CenteredButtonText"
font="sans-bold-stroke-14"
textcolor="white"
text_align="center"
text_valign="center"
/>
<style name="LeftButtonText"
font="sans-bold-stroke-14"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="RightButtonText"
font="sans-bold-stroke-14"
textcolor="white"
text_align="right"
text_valign="top"
/>
<style name="LeftLabelText"
font="sans-bold-stroke-14"
textcolor="gold"
text_align="left"
text_valign="center"
/>
<style name="RightLabelText"
font="sans-bold-stroke-14"
textcolor="gold"
text_align="right"
text_valign="center"
/>
<style name="CenteredLabelText"
font="sans-bold-stroke-14"
textcolor="gold"
text_align="center"
text_valign="center"
/>
<style name="LeftTabLabelText"
font="sans-bold-stroke-14"
textcolor="gold"
text_align="left"
text_valign="top"
/>
<style name="RightTabLabelText"
font="sans-bold-stroke-14"
textcolor="gold"
text_align="right"
text_valign="top"
/>
<style name="CenteredTabLabelText"
font="sans-bold-stroke-14"
textcolor="gold"
text_align="center"
text_valign="top"
/>
<style name="SmallLeftLabelText"
font="sans-12"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="TitleText"
font="sans-bold-stroke-14"
textcolor="white"
text_align="center"
text_valign="center"
/>
<style name="LargeTitleText"
font="sans-bold-24"
textcolor="white"
text_align="center"
text_valign="center"
/>
<style name="MediumTitleText"
font="sans-bold-12"
textcolor="white"
text_align="center"
text_valign="center"
/>
<style name="ChatText"
font="sans-9"
textcolor="white"
text_align="left"
text_valign="top"
/>
<!--
==========================================
MENU TOOLTIP STYLES
==========================================
-->
<!--
==========================================
MENU WINDOW STYLES
==========================================
-->
<style name="TranslucentPanel"
sprite="BackgroundTranslucent"
buffer_zone="10"
font="sans-bold-stroke-14"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="TranslucentPanelThinBorder"
sprite="TranslucentPanelThinBorder"
buffer_zone="10"
font="sans-bold-stroke-14"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="MainMenuPanel"
sprite="MainMenuPanel"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<style name="SubmenuPanel"
sprite="SubmenuPanel"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<style name="LargeStonePanelThinBorder"
sprite="LargeStonePanelThinBorder"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<style name="StonePanelThinBorder"
sprite="StonePanelThinBorder"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<style name="StonePanel"
sprite="StonePanel"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<style name="StoneWindow"
sprite="StoneWindow"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<style name="StoneDialog"
sprite="StoneDialog"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<!--
==========================================
MENU CONTROL ELEMENT STYLES
==========================================
-->
<style name="StoneButtonFancy"
sprite="StoneButton"
sprite_disabled="StoneButtonDisabled"
sprite_over="StoneButtonFancyOver"
sprite_pressed="StoneButtonFancyGlow"
font="sans-bold-stroke-14"
textcolor="white"
text_align="center"
text_valign="center"
sound_pressed="audio/interface/ui/ui_button_click.ogg"
/>
<style name="StoneButton"
sprite="StoneButton"
sprite_disabled="StoneButtonDisabled"
sprite_over="StoneButtonOver"
sprite_pressed="StoneButtonGlow"
font="sans-bold-stroke-14"
textcolor="white"
text_align="center"
text_valign="center"
sound_pressed="audio/interface/ui/ui_button_click.ogg"
/>
<style name="StoneCrossBox"
font="sans-14"
sprite="StoneCheckBoxOpen"
sprite2="StoneCheckBoxCross"
square_side="16"
textcolor="black"
sound_pressed="audio/interface/ui/ui_button_click.ogg"
/>
<style name="StoneInput"
sprite="BackgroundIndentFillDark"
sprite_selectarea="BackgroundRed"
textcolor="white"
textcolor_selected="gold"
/>
<style name="StonePasswordInput"
sprite="BackgroundIndentFillDark"
sprite_selectarea="BackgroundRed"
textcolor="white"
textcolor_selected="gold"
mask="true"
mask_char="*"
/>
<style name="StoneDropDown"
dropdown_buffer="1"
font="sans-bold-stroke-14"
textcolor="white"
text_align="left"
text_valign="center"
sprite="StoneButton"
sprite_over="StoneButtonOver"
sprite_pressed="StoneButtonGlow"
button_width="15"
sprite2="StoneArrowDn"
sprite2_pressed="StoneArrowDnOver"
buffer_zone="10"
dropdown_size="310"
sprite_list="BackgroundListBox"
sprite_selectarea="BackgroundSelectArea"
textcolor_selected="white"
scrollbar="true"
scrollbar_style="wheatScrollBar"
sound_opened="audio/interface/ui/ui_button_click.ogg"
sound_closed="audio/interface/ui/ui_button_click.ogg"
sound_selected="audio/interface/ui/ui_button_click.ogg"
/>
<style name="StoneList"
buffer_zone="5"
font="sans-bold-stroke-14"
scrollbar="true"
scrollbar_style="wheatScrollBar"
sprite="BackgroundIndentFillDark"
sprite_selectarea="BackgroundSelectArea"
sprite_over="BackgroundIndentFillDark"
textcolor="white"
textcolor_selected="white"
text_align="left"
text_valign="center"
sound_selected="audio/interface/ui/ui_button_click.ogg"
/>
<style name="StoneExit"
size="100%+9 0%-25 100%+25 0%-9"
sprite="StoneCheckBoxCross"
sprite_over="StoneCheckBoxCrossOver"
tooltip="Close this window and return to the previous screen."
tooltip_style="pgToolTip"
/>
</styles>