LinHES_base.xml.diff

admin, 05/04/2009 01:02 pm

Download (2.6 kB)

 
LinHES/base.xml 2009-05-04 11:50:04.000000000 -0500
34 34
    </clock>
35 35
  </window>
36 36

  
37
  <font name="title" face="Trebuchet MS">
38
    <size>24</size>
39
    <color>white</color>
40
    <shadowcolor>black</shadowcolor>
41
    <shadowoffset>3,3</shadowoffset>
42
    <shadowalpha>64</shadowalpha>
43
    <bold>yes</bold>
44
  </font>
45

  
46
  <font name="titlegrey" base="title">
47
    <color>grey</color>
48
  </font>
49

  
50
  <buttonlist name="basebuttonlist">
51
    <area>0,0,10,10</area>
52
    <activefont>title</activefont>
53
    <inactivefont>titlegrey</inactivefont>
54
    <scrollarrows show="yes">
55
      <statetype name="upscrollarrow">
56
        <state type="off">
57
          <imagetype name="upon">
58
            <filename>lb-uparrow-reg.png</filename>
59
          </imagetype>
60
        </state>
61
        <state type="full">
62
          <imagetype name="upoff">
63
            <filename>lb-uparrow-sel.png</filename>
64
          </imagetype>
65
        </state>
66
      </statetype>
67
      <statetype name="downscrollarrow">
68
        <state type="off">
69
          <imagetype name="dnon">
70
            <filename>lb-dnarrow-reg.png</filename>
71
          </imagetype>
72
        </state>
73
        <state type="full">
74
          <imagetype name="dnoff">
75
            <filename>lb-dnarrow-sel.png</filename>
76
          </imagetype>
77
        </state>
78
      </statetype>
79
    </scrollarrows>
80
    <showarrow>yes</showarrow>
81
    <arrow filename="lb-arrow.png"/>
82
    <check-empty filename="lb-check-empty.png"/>
83
    <check-half filename="lb-check-half.png"/>
84
    <check-full filename="lb-check-full.png"/>
85
    <regular-background gradientstart="#505050" gradientend="#000000" gradientalpha="100"/>
86
    <selected-background gradientstart="#52CA38" gradientend="#349838" gradientalpha="255"/>
87
    <inactive-background gradientstart="#52CA38" gradientend="#349838" gradientalpha="255"/>
88
    <spacing>10</spacing>
89
    <margin>5</margin>
90
  </buttonlist>
91

  
92
  <window name="MythDialogBox">
93
    <area>95,50,600,510</area>
94
    <imagetype name="backimg">
95
        <filename>mythdialogbox-background.png</filename>
96
        <staticsize>600,510</staticsize>
97
    </imagetype>
98

  
99
    <textarea name="messagearea">
100
      <area>12,20,570,220</area>
101
      <font>title</font>
102
      <multiline>yes</multiline>
103
      <align>center</align>
104
    </textarea>
105

  
106
    <buttonlist name="list" from="basebuttonlist">
107
      <area>12,250,570,260</area>
108
      <drawfrombottom>yes</drawfrombottom>
109
      <textflags>center</textflags>
110
      <showarrow>no</showarrow>
111
      <scrollarrows show="no"></scrollarrows>
112
    </buttonlist>
113
  </window>
114

  
37 115
</mythuitheme>
38 116