whitespace fixes, add NumericalTextInputHelpDialog
[enigma2.git] / data / skin.xml
1 <skin>
2         <colors>
3                 <color name="white"     value="#ffffff" />
4                 <color name="black"     value="#000000" />
5                 <color name="dark"      value="#33294a6b" />
6
7                 <color name="red"       value="#f23d21" />
8                 <color name="green"     value="#389416" />
9                 <color name="blue"      value="#0064c7" />
10                 <color name="yellow"    value="#bab329" />
11                 <color name="transparent"       value="#ffffffff" />
12
13                 <color name="transpBlack" value="#80000000" />
14         </colors>
15         
16                 <!-- this is for the main screen -->
17         <windowstyle type="skinned" id="0">
18                 <title offset="20,5" font="Regular;20" />
19                 <color name="Background" color="#33294a6b" />
20                 <color name="LabelForeground" color="#ffffff" />
21                 <color name="ListboxBackground" color="#33294a6b" />
22                 <color name="ListboxForeground" color="#ffffff" />
23                 <color name="ListboxSelectedBackground" color="#225b7395" />
24                 <color name="ListboxSelectedForeground" color="#ffffff" />
25                 <color name="ListboxMarkedBackground" color="#ff0000" />
26                 <color name="ListboxMarkedForeground" color="#ffffff" />
27                 <color name="ListboxMarkedAndSelectedBackground" color="#800000" />
28                 <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
29                 <color name="WindowTitleForeground" color="#ffffff" />
30                 <color name="WindowTitleBackground" color="#33294a6b" />
31                 <borderset name="bsWindow">
32                         <pixmap pos="bpTopLeft"     filename="b_w_tl.png" />
33                         <pixmap pos="bpTop"         filename="b_w_t.png"  />
34                         <pixmap pos="bpTopRight"    filename="b_w_tr.png" />
35                         <pixmap pos="bpLeft"        filename="b_w_l.png"  />
36                         <pixmap pos="bpRight"       filename="b_w_r.png"  />
37                         <pixmap pos="bpBottomLeft"  filename="b_w_bl.png" />
38                         <pixmap pos="bpBottom"      filename="b_w_b.png"  />
39                         <pixmap pos="bpBottomRight" filename="b_w_br.png" />
40                 </borderset>
41         </windowstyle>
42
43                 <!-- this is for LCD -->
44         <windowstyle type="skinned" id="1">
45                 <color name="Background" color="#000000" />
46                 <color name="LabelForeground" color="#ffffff" />
47                 <color name="ListboxBackground" color="#000000" />
48                 <color name="ListboxForeground" color="#ffffff" />
49                 <color name="ListboxSelectedBackground" color="#000000" />
50                 <color name="ListboxSelectedForeground" color="#ffffff" />
51                 <color name="ListboxMarkedBackground" color="#000000" />
52                 <color name="ListboxMarkedForeground" color="#ffffff" />
53                 <color name="ListboxMarkedAndSelectedBackground" color="#000000" />
54                 <color name="ListboxMarkedAndSelectedForeground" color="#ffffff" />
55                 <color name="WindowTitleForeground" color="#ffffff" />
56                 <color name="WindowTitleBackground" color="#000000" />
57         </windowstyle>
58
59         <fonts>
60                 <font filename="md_khmurabi_10.ttf" name="Regular" scale="100" />
61                 <font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" />
62         </fonts>
63
64                 <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,148" title="InfoBar">
65                         <ePixmap position="0,0" zPosition="-1" size="720,148" pixmap="info-bg.png" />
66 <!-- not used in this skin yet -->                      
67                         <widget name="NimA" position="0,0" size="0,0" />
68                         <widget name="NimB" position="0,0" size="0,0" />
69                         <widget name="NimA_Active" position="0,0" size="0,0" />
70                         <widget name="NimB_Active" position="0,0" size="0,0" />
71
72 <!--                    'teletext available'
73                         <widget source="CurrentService" render="Pixmap" pixmap="format.png" position="613,40" size="28,15">
74                                 <convert type="ServiceInfo">TeletextAvailable</convert>
75                                 <convert type="ConditionalShowHide" />
76                         </widget>
77 -->
78
79 <!-- ............................................................................. -->
80                         <eLabel text="SNR:" position="195,0" size="40,22" font="Regular;15" transparent="1" />
81                         <eLabel text="AGC:" position="275,0" size="40,22" font="Regular;15" transparent="1" />
82                         <eLabel text="BER:" position="355,0" size="40,22" font="Regular;15" transparent="1" />
83                         
84                         <widget source="FrontendStatus" render="Label" position="232,0" size="40,22" font="Regular;15" transparent="1" >
85                                 <convert type="FrontendInfo">SNR</convert>
86                         </widget>
87                         <widget source="FrontendStatus" render="Label" position="314,0" size="40,22" font="Regular;15" transparent="1" >
88                                 <convert type="FrontendInfo">AGC</convert>
89                         </widget>
90                         <widget source="FrontendStatus" render="Label" position="392,0" size="53,22" font="Regular;15" transparent="1" >
91                                 <convert type="FrontendInfo">BER</convert>
92                         </widget>
93                         
94                         <widget source="FrontendStatus" render="Progress" position="447,1" size="88,6" pixmap="rtgbar.png" >
95                                 <convert type="FrontendInfo">SNR</convert>
96                         </widget>
97                         <widget source="FrontendStatus" render="Progress" position="447,8" size="88,6" pixmap="rtgbar.png" >
98                                 <convert type="FrontendInfo">AGC</convert>
99                         </widget> 
100                         <widget source="FrontendStatus" render="Progress" position="447,15" size="88,6" >
101                                 <convert type="FrontendInfo">BER</convert>
102                         </widget>
103
104                         <widget name="BlinkingPoint" pixmap="record.png" position="430,31" zPosition="2" size="58,25" alphatest="on" />
105                         
106                                 <!-- show 'is crypted' icon when service is crypted. -->
107                         <widget source="CurrentService" render="Pixmap" pixmap="crypt.png" position="570,40" size="12,15" >
108                                 <convert type="ServiceInfo">IsCrypted</convert>
109                                 <convert type="ConditionalShowHide" />
110                         </widget>
111                         
112                                 <!-- show 'multichannel' icon when service has multichannel 
113                                      audio. -->
114                         <widget source="CurrentService" render="Pixmap" pixmap="dolby.png" position="585,40" size="25,15">
115                                 <convert type="ServiceInfo">IsMultichannel</convert>
116                                 <convert type="ConditionalShowHide" />
117                         </widget>
118                         
119                         <widget source="CurrentService" render="Pixmap" pixmap="format.png" position="613,40" size="28,15">
120                                 <convert type="ServiceInfo">IsWidescreen</convert>
121                                 <convert type="ConditionalShowHide" />
122                         </widget>
123
124                         <widget source="CurrentService" render="Label" position="69,26" size="427,34" font="Regular;22" backgroundColor="#101258" >
125                                 <convert type="ServiceName">Name</convert>
126                                 <!-- <convert type="ServiceName">Provider</convert> -->
127                         </widget>
128                         
129                         <widget source="CurrentTime" render="Label" position="575,10" size="90,30" backgroundColor="dark" font="Regular;19" >
130                                 <convert type="ClockToText">WithSeconds</convert>
131                         </widget>
132                         
133                         <widget source="Event_Now" render="Label" position="210,68" size="60,22" font="Regular;20" backgroundColor="dark">
134                                 <convert type="EventTime">StartTime</convert>
135                                 <convert type="ClockToText">Default</convert>
136                         </widget>
137                         <widget source="Event_Next" render="Label" position="210,98" size="60,22" font="Regular;20" backgroundColor="dark">
138                                 <convert type="EventTime">StartTime</convert>
139                                 <convert type="ClockToText">Default</convert>
140                         </widget>
141                         <widget source="Event_Now" render="Label" position="273,68" size="282,22" font="Regular;20" backgroundColor="dark">
142                                 <convert type="EventName">Name</convert>
143                         </widget>
144                         <widget source="Event_Next" render="Label" position="273,98" size="282,22" font="Regular;20" backgroundColor="dark">
145                                 <convert type="EventName">Name</convert>
146                         </widget>
147                         <widget source="Event_Now" render="Label" position="555,68" size="100,26" font="Regular;22" backgroundColor="dark" halign="right">
148                                 <convert type="EventTime">Remaining</convert>
149                                 <convert type="RemainingToText">InMinutes</convert>
150                         </widget>
151                         <widget source="Event_Next" render="Label" position="555,98" size="100,26" font="Regular;22" backgroundColor="dark" halign="right">
152                                 <convert type="EventTime">Duration</convert>
153                                 <convert type="ClockToText">InMinutes</convert>
154                         </widget>
155                         <widget source="Event_Now" render="Progress" position="304,60" size="121,8" zPosition="1">
156                                 <convert type="EventTime">Progress</convert>
157                         </widget>
158
159                                 <!-- red button: is recording possible? -->
160                         <widget source="RecordingPossible" render="Pixmap" pixmap="button_red.png" position="210,132" size="27,12" >
161                                 <convert type="ConditionalShowHide" />
162                         </widget>
163                         
164                         <widget source="RecordingPossible" render="FixedLabel" text="Record" position="240,130" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1">
165                                 <convert type="ConditionalShowHide" />
166                         </widget>
167                         
168                         <widget source="CurrentService" render="Pixmap" pixmap="button_green.png" position="320,132" size="27,12" >
169                                 <convert type="ServiceInfo">SubservicesAvailable</convert>
170                                 <convert type="ConditionalShowHide" />
171                         </widget>
172                         <widget source="CurrentService" render="FixedLabel" text="Subservices" position="350,130" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1" >
173                                 <convert type="ServiceInfo">SubservicesAvailable</convert> 
174                                 <convert type="ConditionalShowHide" />
175                         </widget>
176                         
177                         <widget source="TimeshiftPossible" render="Pixmap" pixmap="button_yellow.png" position="430,132" size="27,12" >
178                                 <convert type="ConditionalShowHide" />
179                         </widget>
180                         <widget source="TimeshiftPossible" render="FixedLabel" text="Timeshift" position="460,130" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1" >
181                                 <convert type="ConditionalShowHide" />
182                         </widget>
183                         <widget source="ExtensionsAvailable" render="Pixmap" pixmap="button_blue.png" position="540,132" size="27,12" >
184                                 <convert type="ConditionalShowHide" />
185                         </widget>
186                         <widget source="ExtensionsAvailable" render="FixedLabel" text="Extensions" position="570,130" size="95,22" font="Regular;14" backgroundColor="blue" transparent="1" >
187                                 <convert type="ConditionalShowHide" />
188                         </widget>
189                 </screen>
190
191                 <screen name="MoviePlayer" flags="wfNoBorder" position="0,370" size="720,148" title="InfoBar">
192                         <ePixmap position="0,0" zPosition="-1" size="720,148" pixmap="info-bg.png" />
193                         <ePixmap position="210,83" zPosition="0" size="433,42" pixmap="dvr-buttons.png" />
194
195                         <widget source="CurrentService" render="Label" position="69,25" size="427,26" font="Regular;22" backgroundColor="#101258" >
196                                 <convert type="ServiceName">Name</convert>
197                         </widget>
198
199                         <widget source="CurrentService" render="Label" position="575,10" size="90,25" backgroundColor="dark" font="Regular;19" >
200                                 <convert type="ServicePosition">Position</convert>
201                         </widget>
202
203                         <widget source="CurrentService" render="Label" position="475,60" size="75,20" halign="left" backgroundColor="dark" font="Regular;18">
204                                 <convert type="ServicePosition">Remaining</convert>
205                         </widget>
206                         <widget source="CurrentService" render="PositionGauge" position="247,60" size="225,20" zPosition="2" pointer="position_pointer.png:3,5" foregroundColor="#225b7395">
207                                 <convert type="ServicePosition">Gauge</convert>
208                         </widget>
209                 </screen>
210 </skin>