This file is indexed.

/usr/share/vdr/plugins/live/themes/veltliner/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
/* ##############################
   #  Globals
   ##############################
*/

input {
	border: 1px solid #004F00;
}

select {
	border: 1px solid #E0F000;
}

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

.hint-tip {
	color: white;
}

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

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

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

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

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

.hint-tip .hint-tip-bot .hint-tip-c {
	background: transparent url(/img/rounded-box-green-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 {
	color: white;
}
.info-win-c .info-win-t {
	color: #000;
}

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

div.menu {
	background: #000020 url(../img/menu_line_bg.png) repeat-x;
	color: #005E00;
}

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

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

div#pagemenu div div {
	background: #00AE00;
	border-top: 1px solid #006300;
	border-bottom: 1px solid #005E00;
}

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

div#pagemenu span.sep {
	color: #001E00;
}

div#pagemenu span.active {
	color: #E03000;
}

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

div#infobox {
	border: 1px solid #005F00;
}

div#infobox div.st_header {
	background: #00AE00;
	border-bottom: 1px solid #006300;
}

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

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

/* #######################
   #  Head Box
   #######################
*/

div.head_box_l {
	background-image: url(../img/bg_header_l.png);
}

div.head_box_m {
	background-image: url(../img/bg_header_h.png);
}

div.head_box_r {
	background-image: url(../img/bg_header_r.png);
}

button.smallbutton {
	background-image: url(../img/button_blue.png);
}

button.green {
	background-image: url(../img/button_green.png);
}

button.red {
	background-image: url(../img/button_red.png);
}

button.blue {
	background-image: url(../img/button_blue.png);
}

/* ################
   #  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.content {
	background: white url(../img/bg_tools.png) top left repeat-y;
}

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

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


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

table.timers tr td {
	background: url(../img/bg_line.png) bottom repeat-x;
	border-bottom: 1px solid #006E00;
}

table.timers tr.description td {
	background: #00AE00;
}


/*
  ##############################
  #  Schedule
  ##############################
*/

table.schedule tr td.head {
	background: #00AE00;
}

table.schedule tr td {
	background: url(../img/bg_line.png) bottom repeat-x;
        border-bottom: 1px solid #006E00;
}


/*
  ##############################
  #  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;
}

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

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


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

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


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

table.edit tr td {
	background: url(../img/bg_line.png) bottom repeat-x;
	border-bottom: 1px solid #006E00;
}


/*
  ##############################
  #  Search results
  ##############################
*/

table.searchresults tr td.head {
	background: #00AE00;
}

table.searchresults tr td {
	background: url(../img/bg_line.png) bottom repeat-x;
        border-bottom: 1px solid #006E00;
}

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

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

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

.about_box div.about_content div.about_head {
	background: #F0F0F0 url(../img/bg_line.png) top repeat-x;
}

.about_box div.about_content div.about_head div {
	background: #F0F0F0 url(../img/bg_line_top.png) bottom repeat-x;
}

.about_box div.about_content div.about_head div div {
	background: #009900;
	border-top: 1px solid #006E00;
	border-bottom: 1px solid #006E00;
}