This file is indexed.

/usr/share/vdr/plugins/live/css/siteprefs.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
/* ######################
   #  This file is part of vdr-live!
   #  It is here to give the users the possibility to change the
   #  default css style of vdr-live to their needs.
   #
   #  If you don't want to change default settings, make this file
   #  empty, but don't delete it.
   ######################
*/

/* uncomment this below, to make all tables full page width.
*/
/*
table {
	width: 100%;
}
*/

/* comment this out, if you want epg images at their native size
 * the popup windows. This here restricts their width to 120 px.
 * You might also only change size.
 */
.info-win span.epg_images {
	width: 120px;
}