small type fixed
[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         <fonts>
44                 <font filename="md_khmurabi_10.ttf" name="Regular" scale="100" />
45                 <font filename="ae_AlMateen.ttf" name="Replacement" scale="90" replacement="1" />
46         </fonts>
47
48                 <screen name="InfoBar" flags="wfNoBorder" position="0,380" size="720,148" title="InfoBar" backgroundColor="transparent" >
49                         <ePixmap position="0,0" zPosition="-1" size="720,148" pixmap="info-bg.png" />
50 <!-- not used in this skin yet -->                      
51                         <widget name="NimA" position="0,0" size="0,0" />
52                         <widget name="NimB" position="0,0" size="0,0" />
53                         <widget name="NimA_Active" position="0,0" size="0,0" />
54                         <widget name="NimB_Active" position="0,0" size="0,0" />
55
56 <!--                    'teletext available'
57                         <widget source="CurrentService" render="Pixmap" pixmap="format.png" position="613,40" size="28,15">
58                                 <convert type="ServiceInfo">TeletextAvailable</convert>
59                                 <convert type="ConditionalShowHide" />
60                         </widget>
61 -->
62
63 <!-- ............................................................................. -->
64                         <eLabel text="SNR:" position="195,0" size="40,22" font="Regular;15" transparent="1" />
65                         <eLabel text="AGC:" position="275,0" size="40,22" font="Regular;15" transparent="1" />
66                         <eLabel text="BER:" position="355,0" size="40,22" font="Regular;15" transparent="1" />
67                         
68                         <widget source="FrontendStatus" render="Label" position="232,0" size="40,22" font="Regular;15" transparent="1" >
69                                 <convert type="FrontendInfo">SNR</convert>
70                         </widget>
71                         <widget source="FrontendStatus" render="Label" position="314,0" size="40,22" font="Regular;15" transparent="1" >
72                                 <convert type="FrontendInfo">AGC</convert>
73                         </widget>
74                         <widget source="FrontendStatus" render="Label" position="392,0" size="53,22" font="Regular;15" transparent="1" >
75                                 <convert type="FrontendInfo">BER</convert>
76                         </widget>
77                         
78                         <widget source="FrontendStatus" render="Progress" position="447,1" size="88,6" pixmap="rtgbar.png" >
79                                 <convert type="FrontendInfo">SNR</convert>
80                         </widget>
81                         <widget source="FrontendStatus" render="Progress" position="447,8" size="88,6" pixmap="rtgbar.png" >
82                                 <convert type="FrontendInfo">AGC</convert>
83                         </widget> 
84                         <widget source="FrontendStatus" render="Progress" position="447,15" size="88,6" >
85                                 <convert type="FrontendInfo">BER</convert>
86                         </widget>
87
88                         <widget name="BlinkingPoint" pixmap="record.png" position="430,31" zPosition="2" size="58,25" alphatest="on" />
89                         
90                                 <!-- show 'is crypted' icon when service is crypted. -->
91                         <widget source="CurrentService" render="Pixmap" pixmap="crypt.png" position="570,40" size="12,15" >
92                                 <convert type="ServiceInfo">IsCrypted</convert>
93                                 <convert type="ConditionalShowHide" />
94                         </widget>
95                         
96                                 <!-- show 'multichannel' icon when service has multichannel 
97                                      audio. -->
98                         <widget source="CurrentService" render="Pixmap" pixmap="dolby.png" position="585,40" size="25,15">
99                                 <convert type="ServiceInfo">IsMultichannel</convert>
100                                 <convert type="ConditionalShowHide" />
101                         </widget>
102                         
103                         <widget source="CurrentService" render="Pixmap" pixmap="format.png" position="613,40" size="28,15">
104                                 <convert type="ServiceInfo">IsWidescreen</convert>
105                                 <convert type="ConditionalShowHide" />
106                         </widget>
107
108                         <widget source="CurrentService" render="Label" position="69,26" size="427,34" font="Regular;22" backgroundColor="#101258" >
109                                 <convert type="ServiceName">Name</convert>
110                                 <!-- <convert type="ServiceName">Provider</convert> -->
111                         </widget>
112                         
113                         <widget source="CurrentTime" render="Label" position="575,10" size="90,30" backgroundColor="dark" font="Regular;19" >
114                                 <convert type="ClockToText">WithSeconds</convert>
115                         </widget>
116                         
117                         <widget source="Event_Now" render="Label" position="210,68" size="60,22" font="Regular;20" backgroundColor="dark">
118                                 <convert type="EventTime">StartTime</convert>
119                                 <convert type="ClockToText">Default</convert>
120                         </widget>
121                         <widget source="Event_Next" render="Label" position="210,98" size="60,22" font="Regular;20" backgroundColor="dark">
122                                 <convert type="EventTime">StartTime</convert>
123                                 <convert type="ClockToText">Default</convert>
124                         </widget>
125                         <widget source="Event_Now" render="Label" position="273,68" size="282,22" font="Regular;20" backgroundColor="dark">
126                                 <convert type="EventName">Name</convert>
127                         </widget>
128                         <widget source="Event_Next" render="Label" position="273,98" size="282,22" font="Regular;20" backgroundColor="dark">
129                                 <convert type="EventName">Name</convert>
130                         </widget>
131                         <widget source="Event_Now" render="Label" position="555,68" size="100,26" font="Regular;22" backgroundColor="dark" halign="right">
132                                 <convert type="EventTime">Remaining</convert>
133                                 <convert type="RemainingToText">InMinutes</convert>
134                         </widget>
135                         <widget source="Event_Next" render="Label" position="555,98" size="100,26" font="Regular;22" backgroundColor="dark" halign="right">
136                                 <convert type="EventTime">Duration</convert>
137                                 <convert type="ClockToText">InMinutes</convert>
138                         </widget>
139                         <widget source="Event_Now" render="Progress" position="304,60" size="121,8" zPosition="1">
140                                 <convert type="EventTime">Progress</convert>
141                         </widget>
142
143                                 <!-- red button: is recording possible? -->
144                         <widget source="RecordingPossible" render="Pixmap" pixmap="button_red.png" position="210,132" size="27,12" >
145                                 <convert type="ConditionalShowHide" />
146                         </widget>
147                         
148                         <widget source="RecordingPossible" render="FixedLabel" text="Record" position="240,130" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1">
149                                 <convert type="ConditionalShowHide" />
150                         </widget>
151                         
152                         <widget source="CurrentService" render="Pixmap" pixmap="button_green.png" position="320,132" size="27,12" >
153                                 <convert type="ServiceInfo">SubservicesAvailable</convert>
154                                 <convert type="ConditionalShowHide" />
155                         </widget>
156                         <widget source="CurrentService" render="FixedLabel" text="Subservices" position="350,130" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1" >
157                                 <convert type="ServiceInfo">SubservicesAvailable</convert> 
158                                 <convert type="ConditionalShowHide" />
159                         </widget>
160                         
161                         <widget source="TimeshiftPossible" render="Pixmap" pixmap="button_yellow.png" position="430,132" size="27,12" >
162                                 <convert type="ConditionalShowHide" />
163                         </widget>
164                         <widget source="TimeshiftPossible" render="FixedLabel" text="Timeshift" position="460,130" size="85,22" font="Regular;14" backgroundColor="blue" transparent="1" >
165                                 <convert type="ConditionalShowHide" />
166                         </widget>
167                         <widget source="ExtensionsAvailable" render="Pixmap" pixmap="button_blue.png" position="540,132" size="27,12" >
168                                 <convert type="ConditionalShowHide" />
169                         </widget>
170                         <widget source="ExtensionsAvailable" render="FixedLabel" text="Extensions" position="570,130" size="95,22" font="Regular;14" backgroundColor="blue" transparent="1" >
171                                 <convert type="ConditionalShowHide" />
172                         </widget>
173                 </screen>
174
175                 <screen name="MoviePlayer" flags="wfNoBorder" position="0,370" size="720,148" title="InfoBar">
176                         <ePixmap position="0,0" zPosition="-1" size="720,148" pixmap="info-bg.png" />
177                         <ePixmap position="210,83" zPosition="0" size="433,42" pixmap="dvr-buttons.png" />
178
179                         <widget source="CurrentService" render="Label" position="69,25" size="427,26" font="Regular;22" backgroundColor="#101258" >
180                                 <convert type="ServiceName">Name</convert>
181                         </widget>
182
183                         <widget source="CurrentService" render="Label" position="575,10" size="90,25" backgroundColor="dark" font="Regular;19" >
184                                 <convert type="ServicePosition">Position</convert>
185                         </widget>
186
187                         <widget source="CurrentService" render="Label" position="475,60" size="75,20" halign="left" backgroundColor="dark" font="Regular;18">
188                                 <convert type="ServicePosition">Remaining</convert>
189                         </widget>
190                         <widget source="CurrentService" render="PositionGauge" position="247,60" size="225,20" zPosition="2" pointer="position_pointer.png:3,5" foregroundColor="#225b7395">
191                                 <convert type="ServicePosition">Gauge</convert>
192                         </widget>
193                 </screen>
194 </skin>