This file is indexed.

/usr/share/doc/ffms2/style.css is in libffms2-dev 2.17-1.

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
body {
	background-color: #fffffb;
	font-family: sans-serif;
	font-size: 9pt;
	text-align: center;
}
table {
	border-collapse: collapse;
	margin: 3pt;
	font-family: sans-serif;
	font-size: 9pt;
}
td {
	padding: 1pt;
	padding-left: 3pt;
	padding-right: 3pt;
}
td.minpadding {
	padding: 1pt;
}
th {
	padding: 1pt;
	padding-left: 3pt;
	padding-right: 3pt;
}
a:link {
	color: #40b070;
}
a:visited {
	color: #103020;
}
h1, h2, h3 {
	margin: 1.2em 0em -0.2em;
}
h4 {
	margin: 0em 0em -0.5em;
	text-decoration: underline;
}
.deprecated {
	color: red;
}
img {
	border-width: 0px;
}
img.w3cicon {
	width: 88px;
	height: 31px;
}
body div.maincontent {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 90%;
}

.avisynth-functionref dt {
	font-family: monospace;
	padding: 5px 3px 3px 3px;
}