This file is indexed.

/usr/share/vdr/plugins/live/themes/orange-blue/css/theme.css is in vdr-plugin-live 0.2.0+git20130305-6.1+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
/* ######################
   #  Globals
   ######################
*/

html, body {
	background-color: #081966;
	color: white;
}

table {
	background-color: #263480;
}

input {
	border: 1px solid #081966;
        background: #DDDDFF;
}

select {
	border: 1px solid #081966;
        background: #DDDDFF;
}

a {
	color: #F5EE74;
}

/* ######################
   # Tooltip style for hints
   ######################
*/

.hint-tip {
	color: black;
}

.hint-tip .hint-tip-top {
	background: transparent url(/img/rounded-box-orange-tl.png) no-repeat 0px 0px;
}

.hint-tip .hint-tip-top .hint-tip-c {
	background: transparent url(/img/rounded-box-orange-tr.png) no-repeat right 0px;
}

.hint-tip .hint-tip-bdy {
	background: transparent url(/img/rounded-box-orange-ml.png) repeat-y 0px 0px;
}

.hint-tip .hint-tip-bdy .hint-tip-c {
	background: transparent url(/img/rounded-box-orange-mr.png) repeat-y right 0px;
}

.hint-tip .hint-tip-bot {
	background: transparent url(/img/rounded-box-orange-bl.png) no-repeat 0px 0px;
}

.hint-tip .hint-tip-bot .hint-tip-c {
	background: transparent url(/img/rounded-box-orange-br.png) no-repeat right 0px;
}


/* ##############################
   # Tooltip style for epg infos
   ##############################
*/

.info-win .info-win-top {
	background: transparent url(../img/info-win-t-l.png) no-repeat 0px 0px;
}

.info-win .info-win-top .info-win-c {
	background: transparent url(../img/info-win-t-r.png) no-repeat right 0px;
}

.info-win .info-win-top .info-win-c .info-win-t {
	color: #000;
}
.info-win .info-win-body {
	background: transparent url(../img/info-win-m-l.png) repeat-y 0px 0px;
}

.info-win .info-win-body .info-win-c {
	background: transparent url(../img/info-win-m-r.png) repeat-y right 0px;
}

.info-win .info-win-bot {
	background: transparent url(../img/info-win-b-l.png) no-repeat 0px 0px;
}

.info-win .info-win-bot .info-win-c {
	background: transparent url(../img/info-win-b-r.png) no-repeat right 0px;
}

/* #######################
   #  Menue
   #######################
*/

div.menu {
	background: #FCBC40  url(../img/menu_line_bg.png) repeat-x;
	border-top: 1px solid #FFFDDD;
	border-bottom: 1px solid #FFFDDD;
	color: #122DBA;
}

div.menu a {
	color: black;
}

a#login {
	color: red;
}

div.menu a.active {
	color: #122DBA;
}

div#pagemenu {
	background: #FFFFFF url(../img/bg_line.png) top repeat-x;
}

div#pagemenu div {
	background: #FFFFFF url(../img/bg_line_top.png) bottom repeat-x;
}

div#pagemenu div div {
	background: #122DBA;
	border-top: 1px solid #C0C0FF;
	border-bottom: 1px solid #C0C0FF;
}

div#pagemenu a {
	color: #FCBC40;
}

div#pagemenu a.active {
	color: #FFFDDD;
}

div#pagemenu span {
	color: #FCBC40;
}

div#pagemenu span.sep {
	color: #FCBC40;
}

/* #######################
   #  Info Box (near logo)
   #######################
*/

div#infobox {
	border: 1px solid #FCBC40;
}

div#infobox div.st_header {
	background: #122DBA;
	border-bottom: 1px solid #C0C0FF;
}

div#infobox div.st_content {
	background: #081966 url(../img/bg_line_top.png) top left repeat-x;
}

div#infobox div.st_controls div.st_update {
        border-right: 1px solid  #FCBC40;
}

/* ################################
   # general table cell classes
   ################################
*/

table td.bottomrow {
	border-bottom: 1px solid #FFFDDD !important;
}

table td.leftcol {
	border-left: 1px solid #FFFDDD;
}

table td.rightcol {
	border-right: 1px solid #FFFDDD;
}


/* ################
   #  Mulitschedule
   ################
*/

table.mschedule tr td.even {
	background-color: #081999;
}

table.mschedule tr td.odd {
	background-color: #081966;
}

/* ################
   #  Event
   ################
*/

div.station div {
	background: url(../img/bg_box_l.png) top left no-repeat;
}

div.station div div {
	background: url(../img/bg_box_r.png) top right no-repeat;
}

div.station div div div {
	background: url(../img/bg_box_h.png) repeat-x;
}

div.station div div div a {
	color: #000000;
}

td div.station a {
	color: #FCBC40;
}

div.content {
	background: #263480 url(../img/bg_tools.png) top left repeat-y;
	border-left: 1px solid #FFFDDD;
	border-right: 1px solid #FFFDDD;
	border-bottom: 1px solid #FFFDDD;
}

div.__progress {
	border: 1px solid #C0C0FF;
}

div.__progress div.__elapsed {
	background-color: #FCB840;
}


/* #############
   # Timers
   #############
*/

table.listing tr td {
	/* background: url(../img/bg_line.png) bottom repeat-x; */
        background: transparent;
	border-bottom: 1px solid #FCBC40;
}

table.listing tr.description td {
	background: #122DBA;
}

table.listing tr td.current {
	color: #FCBC40;
}

table.listing tr.spacer td {
	background-color: #081966;
}

table.listing a {
	color: #FCBC40;
}


/*
  ##############################
  #  Blue Background Thingy
  ##############################
*/

div.boxheader	 {
	background: url(../img/bg_box_l.png) top left no-repeat;
}

div.boxheader div {
	background: url(../img/bg_box_r.png) top right no-repeat;
}

div.boxheader div div {
	background: url(../img/bg_box_h.png) repeat-x;
	color: black;
}

/*
  ##############################
  #  Recordings
  ##############################
*/

div.recordings {
	border: 1px solid #FFFDDD;
	background-color: #263480;
}

div.recording_item {
	/* background: url(../img/bg_line.png) bottom repeat-x; */
        background: transparent;
	border-bottom: 1px solid #FCBC40;
}


/*
  ##############################
  #  Remote Control Keypad
  ##############################
*/

div.screenshot {
	background-image: url(../img/tv.jpg);
}


/*
  ##############################
  #  Dotted Frame
  ##############################
*/

div.dotted {
	border: 1px dotted #bbbbbb;
	padding: 3px;
	margin: 2px;
	float: left;
	background-color: #122dBA;
}


/*
  ##############################
  #  Edit Tables
  ##############################
*/

table.formular tr td {
	/* background: url(../img/bg_line.png) bottom repeat-x; */
	background: transparent;
	border-bottom: 1px solid #FCBC40;
}

table.dependent {
	background-color: #263480;
}

/*
  ##############################
  #  Infowin support styles for EPG-Boxes
  ##############################
*/

.info-win div.epg_content {
        background: transparent url(../img/bg_tools.png) top left repeat-y;
}


/* ##############################
   # About box
   ##############################
*/

.info-win div.epg_content div.about_head div div {
	background: #122DBA;
	border-top: 1px solid #C0C1DA;
	border-bottom: 1px solid #C0C1DA;
}