Ticket #6963: base.xml

File base.xml, 970 bytes (added by Jonathan Martens <jonathan@…>, 15 years ago)

G.A.N.T base.xml

Line 
1<mythuitheme>
2
3    <window name="backgroundwindow">
4        <imagetype name="backimg">
5            <filename>bkg/grey.png</filename>
6        </imagetype>
7
8        <font name="small" face="Arial">
9            <color>#FFFFFF</color>
10            <size>14</size>
11            <size:small>12</size:small>
12            <size:big>16</size:big>
13            <bold>yes</bold>
14        </font>
15
16        <font name="medium" from="small">
17            <size>16</size>
18            <size:small>14</size:small>
19            <size:big>20</size:big>
20        </font>
21
22        <font name="large" from="small">
23            <size>20</size>
24            <size:small>18</size:small>
25            <size:big>22</size:big>
26        </font>
27
28        <imagetype name="logo">
29            <filename>myth_logo.png</filename>
30            <position>20,170</position>
31            <alphapulse min="0" max="255" change="1"/>
32        </imagetype>
33
34    </window>
35
36</mythuitheme>
37