1<?xml version="1.0" encoding="UTF-8" ?>
2<PokerTH>
3  <TableStyle>
4     <StyleDescription value="PokerTH default table style" /><!-- This string will be shown in settings/game table style list -->
5     <StyleMaintainerName value="PokerTH Development Team" /> <!-- This string should contain the name of the style maintainer and will be shown in style information -->
6     <StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string should contain the email address of the style maintainer and will be shown in style information and also in error message if there is a problem with the style. If you dont like to post your mail address here please write value="NULL". -->
7     <StyleCreateDate value="31.01.2011" /> <!-- This string should contain the create date or last date of modification and will be shown in style information-->
8     <PokerTHStyleFileVersion value="3" /> <!-- This number matches the current PokerTH internal version that is supported, you should not change it unless PokerTH tells you to update the style -->
9     <Preview value="preview.png" /> <!-- This preview picture will be shown in settings/game table style if this style is selected. The value should contain a filename of the preview picture which have to be stored in the same folder as this xml file. -->
10
11      <!-- Windows Settings -->
12     <IfFixedWindowSize value="0" /><!-- value [1,0] 1 = fixed window size, 0 = resizeable window -->
13     <FixedWindowWidth value="1024" /> <!-- value [min 1024] This will set the fixed window width if IfFixedWindowsSize=1 -->
14     <FixedWindowHeight value="600" />  <!-- value [min 600] This will set the fixed window height if IfFixedWindowsSize=1 -->
15     <MinimumWindowWidth value="1024" /> <!-- value [min 1024] This will set the minimum window width if IfFixedWindowsSize=0 -->
16     <MinimumWindowHeight value="600" /> <!-- value [min 600] This will set the minimum window height if IfFixedWindowsSize=0 -->
17     <MaximumWindowWidth value="1980" /> <!-- value [min 1024] This will set the maximum window width if IfFixedWindowsSize=0 -->
18     <MaximumWindowHeight value="1200" /> <!-- value [min 600] This will set the maximum window height if IfFixedWindowsSize=0 -->
19
20     <!-- Table Pictures - values should contain filenames of pictures which have to be stored in the same folder as this xml file. if you wanna have an item to be not shown please write "NULL" instead of the picture file name -->
21     <BigBlindPuck value="bigblindPuck.png" /> <!-- optimal size width:height in px [40:42] -->
22     <SmallBlindPuck value="smallblindPuck.png" />  <!-- optimal size width:height in px [40:42] -->
23     <DealerPuck value="dealerPuck.png" />  <!-- optimal size width:height in px [40:42] -->
24     <DefaultAvatar value="genereticAvatar.png" />  <!-- optimal size width:height in px [50:50] -->
25     <CardHolderFlop value="cardholder_flop.png" /> <!-- optimal size width:height in px [54:82] -->
26     <CardHolderTurn value="cardholder_turn.png" /> <!-- optimal size width:height in px [54:82] -->
27     <CardHolderRiver value="cardholder_river.png" /> <!-- optimal size width:height in px [54:82] -->
28     <FoldButtonDefault value="playeraction_red.png" /> <!-- optimal size width:height in px [168:43] -->
29     <FoldButtonHover value="playeraction_red_hover.png" /> <!-- optimal size width:height in px [168:43] -->
30     <FoldButtonChecked value="playeraction_red_checked.png" /> <!-- optimal size width:height in px [168:43] -->
31     <FoldButtonCheckedHover value="playeraction_red_checked_hover.png" /> <!-- optimal size width:height in px [168:43] -->
32     <CheckCallButtonDefault value="playeraction_blue.png" /> <!-- optimal size width:height in px [168:43] -->
33     <CheckCallButtonHover value="playeraction_blue_hover.png" /> <!-- optimal size width:height in px [168:43] -->
34     <CheckCallButtonChecked value="playeraction_blue_checked.png" /> <!-- optimal size width:height in px [168:43] -->
35     <CheckCallButtonCheckedHover value="playeraction_blue_checked_hover.png" /> <!-- optimal size width:height in px [168:43] -->
36     <BetRaiseButtonDefault value="playeraction_green.png" /> <!-- optimal size width:height in px [168:43] -->
37     <BetRaiseButtonHover value="playeraction_green_hover.png" /> <!-- optimal size width:height in px [168:43] -->
38     <BetRaiseButtonChecked value="playeraction_green_checked.png" /> <!-- optimal size width:height in px [168:43] -->
39     <BetRaiseButtonCheckedHover value="playeraction_green_checked_hover.png" /> <!-- optimal size width:height in px [168:43] -->
40     <AllInButtonDefault value="playeraction_orange.png" /> <!-- optimal size width:height in px [95:25] -->
41     <AllInButtonHover value="playeraction_orange_hover.png" /> <!-- optimal size width:height in px [95:25] -->
42     <AllInButtonChecked value="playeraction_orange_checked.png" /> <!-- optimal size width:height in px [95:25] -->
43     <AllInButtonCheckedHover value="playeraction_orange_checked_hover.png" /> <!-- optimal size width:height in px [95:25] -->
44     <RadioButtonPressed value="radiobutton_pressed.png" /> <!-- optimal size width:height in px [13:13] -->
45     <RadioButtonChecked value="radiobutton_checked.png" /> <!-- optimal size width:height in px [13:13] -->
46     <RadioButtonCheckedHover value="radiobutton_checked_hover.png" /> <!-- optimal size width:height in px [13:13] -->
47     <RadioButtonUnchecked value="radiobutton_unchecked.png" /> <!-- optimal size width:height in px [13:13] -->
48     <RadioButtonUncheckedHover value="radiobutton_unchecked_hover.png" /> <!-- optimal size width:height in px [13:13] -->
49     <PlayerTopSeatInactive value="playerSeatInactive.png" />  <!-- optimal size width:height in px [190:142] -->
50     <PlayerTopSeatActive value="playerSeatActive.png" />  <!-- optimal size width:height in px [190:142] -->
51     <PlayerBottomSeatInactive value="playerSeatInactive.png" />  <!-- optimal size width:height in px [190:142] -->
52     <PlayerBottomSeatActive value="playerSeatActive.png" />  <!-- optimal size width:height in px [190:142] -->
53     <Table value="table.png" /> <!-- minimal size width:height in px [1024:600] -->
54     <ToolBoxBackground value="toolboxbg.png" />  <!-- minimal size width:height in px [260:188] -->
55     <HandRanking value="handranking.png" />  <!-- minimal size width:height in px [240:153] -->
56     <ShowMyCardsButtonDefault value="playeraction_purple.png" /> <!-- optimal size width:height in px [100:25] -->
57     <ShowMyCardsButtonHover value="playeraction_purple_hover.png" /> <!-- optimal size width:height in px [100:25] -->
58
59     <!-- Action*I18NPic: If you wanna set action pics with specific language strings you can set them here. If you wanna use the default english strings just write "NULL" instead of picture files names. PokerTH will automatically display the english ones. -->
60     <ActionAllInI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
61     <ActionRaiseI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
62     <ActionBetI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
63     <ActionCallI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
64     <ActionCheckI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
65     <ActionFoldI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
66     <ActionWinnerI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
67
68     <!-- I18NString: If you wanna set specific language strings for poker actions like call, check, raise etc. which will be shown on human players buttons for this style, and some other game strings you can define them here, If you wanna use the default english strings just write value="NULL". PokerTH will automatically display the english ones. -->
69     <ActionAllInI18NString value="NULL" />
70     <ActionRaiseI18NString value="NULL" />
71     <ActionBetI18NString value="NULL" />
72     <ActionCallI18NString value="NULL" />
73     <ActionCheckI18NString value="NULL" />
74     <ActionFoldI18NString value="NULL" />
75     <PotI18NString value="NULL" />
76     <TotalI18NString value="NULL" />
77     <BetsI18NString value="NULL" />
78     <GameI18NString value="NULL" />
79     <HandI18NString value="NULL" />
80     <PreflopI18NString value="NULL" />
81     <FlopI18NString value="NULL" />
82     <TurnI18NString value="NULL" />
83     <RiverI18NString value="NULL" />
84
85      <!-- Table Colors - values should be set in hexcode RGB style without "#" -->
86     <FKeyIndicatorColor value="FFFFFF" />
87     <ChanceLabelPossibleColor value="9CD500" />
88     <ChanceLabelImpossibleColor value="55632F" />
89     <ChatTextNickNotifyColor value="FFFF00" />
90     <ChatLogTextColor value="F0F0F0" />
91     <ChatLogBgColor value="1D3B00" />
92     <ChatLogScrollBarBorderColor value="104600" />
93     <ChatLogScrollBarBgColor value="135000" />
94     <ChatLogScrollBarHandleBorderColor value="1B7200" />
95     <ChatLogScrollBarHandleBgColor value="176400" />
96     <ChatLogScrollBarArrowBorderColor value="208A00" />
97     <ChatLogScrollBarArrowBgColor value="27A800" />
98     <LogWinnerMainPotColor value="FFFF00" />
99     <LogWinnerSidePotColor value="FFFFCC" />
100     <LogPlayerSitsOutColor value="FF6633" />
101     <LogNewGameAdminColor value="69FF33" />
102     <TabWidgetBorderColor value="286400" />
103     <TabWidgetBgColor value="145300" />
104     <TabWidgetTextColor value="99D500" />
105     <MenuBgColor value="145300" />
106     <MenuTextColor value="99D500" />
107     <BreakLobbyButtonBgColor value="145300" />
108     <BreakLobbyButtonTextColor value="99D500" />
109     <BreakLobbyButtonBgDisabledColor value="145300" />
110     <BreakLobbyButtonTextDisabledColor value="486F3E" />
111     <BreakLobbyButtonBgBlinkColor value="6E9E00" />
112     <BreakLobbyButtonTextBlinkColor value="000000" />
113     <PlayerCashTextColor value="FFFF00" />
114     <PlayerBetTextColor value="FFFF00" />
115     <PlayerNickTextColor value="F0F0F0" />
116     <BoardBigTextColor value="669900" />
117     <BoardSmallTextColor value="669900" />
118     <SpeedTextColor value="99D500" />
119     <VoteButtonBgColor value="1C7000" />
120     <VoteButtonTextColor value="99D500" />
121     <BetInputTextColor value="F0F0F0" />
122     <BetInputBgColor value="1D3B00" />
123     <BetInputDisabledTextColor value="6d7b5f" />
124     <BetInputDisabledBgColor value="316300" />
125     <FoldButtonTextColor value="F0F0F0" />
126     <FoldButtonCheckableTextColor value="FF8787" />
127     <CheckCallButtonTextColor value="F0F0F0" />
128     <CheckCallButtonCheckableTextColor value="87CDFF" />
129     <BetRaiseButtonTextColor value="F0F0F0" />
130     <BetRaiseButtonCheckableTextColor value="87FF97" />
131     <AllInButtonTextColor value="F0F0F0" />
132     <AllInButtonCheckableTextColor value="FFE187" />
133     <BetSpeedSliderGrooveBgColor value="145300" />
134     <BetSpeedSliderGrooveBorderColor value="286400" />
135     <BetSpeedSliderHandleBgColor value="99D500" />
136     <BetSpeedSliderHandleBorderColor value="286400" />
137     <ShowMyCardsButtonTextColor value="F0F0F0" />
138     <RatingStarsColor value="FFD700" />
139     <PlayerInfoHintTextColor value="FFFF00" />
140
141      <!-- Table Font Sizes - values should be set in px -->
142     <ChatLogTextSize value="11" />
143  </TableStyle>
144</PokerTH>
145