Remove redundant references to deleted .dtd files
[0ad.git] / binaries / data / mods / public / gui / common / setup.xml
blob0ad1a53b9e04a10c74fa1bff8a260abcb101f3d7
1 <?xml version="1.0" encoding="utf-8" standalone="no" ?>
3 <setup>
5         <!--
6         ==========================================
7         - SETUP - ICONS
8         ==========================================
9         -->
11                 <icon name="iconInfo"
12                         sprite="iconInfoGold"
13                         size="16 16"
14                 />
16                 <!--
17                 ==========================================
18                 - SETUP - TOOLTIPS
19                 ==========================================
20                 -->
22                 <tooltip name="pgToolTip"
23                         use_object="pgToolTip"
24                         delay="0"
25                         hide_object="true"
26                 />
28                 <tooltip name="snToolTip"
29                         anchor="top"
30                         buffer_zone="4"
31                         delay="500"
32                         font="sans-14"
33                         maxwidth="400"
34                         offset="16 32"
35                         sprite="BackgroundWhiteBorderBlack"
36                         textcolor="0 0 0"
37                 />
39                 <tooltip name="snToolTipBottom"
40                         anchor="bottom"
41                         buffer_zone="4"
42                         delay="500"
43                         font="sans-14"
44                         maxwidth="400"
45                         offset="-4 -4"
46                         sprite="BackgroundWhiteBorderBlack"
47                         textcolor="0 0 0"
48                 />
50                 <tooltip name="sessionToolTip"
51                         anchor="top"
52                         buffer_zone="4"
53                         delay="100"
54                         font="sans-14"
55                         maxwidth="400"
56                         offset="16 32"
57                         sprite="BackgroundSessionTooltip"
58                         textcolor="255 255 255"
59                 />
61                 <tooltip name="sessionToolTipInstantly"
62                         anchor="top"
63                         buffer_zone="4"
64                         delay="0"
65                         font="sans-14"
66                         maxwidth="400"
67                         offset="16 32"
68                         sprite="BackgroundSessionTooltip"
69                         textcolor="255 255 255"
70                 />
72                 <tooltip name="sessionToolTipBottom"
73                         anchor="bottom"
74                         buffer_zone="4"
75                         delay="100"
76                         font="sans-14"
77                         maxwidth="400"
78                         offset="-4 -4"
79                         sprite="BackgroundSessionTooltip"
80                         textcolor="255 255 255"
81                 />
83                 <tooltip name="sessionToolTipBold"
84                         anchor="top"
85                         buffer_zone="4"
86                         delay="100"
87                         font="sans-bold-14"
88                         maxwidth="400"
89                         offset="16 32"
90                         sprite="BackgroundSessionTooltip"
91                         textcolor="255 255 255"
92                 />
94                 <tooltip name="sessionToolTipBottomBold"
95                         anchor="bottom"
96                         buffer_zone="4"
97                         delay="100"
98                         font="sans-bold-14"
99                         maxwidth="400"
100                         offset="-4 -4"
101                         sprite="BackgroundSessionTooltip"
102                         textcolor="255 255 255"
103                 />
105                 <!--
106                 ==========================================
107                 - SETUP - COLORS
108                 ==========================================
109                 -->
111                 <color name="black">0 0 0</color>
112                 <color name="white">255 255 255</color>
113                 <color name="red">255 0 0</color>
114                 <color name="blue">0 0 255</color>
115                 <color name="yellow">255 255 0</color>
117                 <color name="gold">237 227 167</color>
118                 <color name="lightgray">243 242 240</color>
119                 <color name="gray">143 142 140</color>
120                 <color name="darkgray">43 42 40</color>
121                 <color name="green">0 200 0</color>
122                 <color name="mustard">191 191 2</color>
123                 <color name="brown">159 98 24</color>
124                 <color name="orange">255 165 0</color>
125                 <color name="darkred">80 0 0</color>
126                 <color name="darkbrown">30 20 10</color>
128                 <color name="transparent">0 0 0 0</color>
130 </setup>