0ad/binaries/data/mods/public/gui/lobby/styles.xml

38 lines
710 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<styles>
<style name="ChatPanel"
buffer_zone="5"
font="serif-13"
scrollbar="true"
scrollbar_style="ModernScrollBar"
scroll_bottom="true"
textcolor="white"
textcolor_selected="gold"
text_align="left"
text_valign="center"
/>
<style name="MapDescription"
buffer_zone="8"
font="serif-12"
scrollbar="true"
scrollbar_style="ModernScrollBar"
scroll_bottom="true"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="MapPlayerList"
buffer_zone="8"
font="serif-14"
scrollbar="true"
scrollbar_style="ModernScrollBar"
scroll_bottom="true"
textcolor="white"
text_align="left"
text_valign="top"
/>
</styles>