This file is indexed.

/usr/share/doc/pyro/html/pyromanual_print.css is in pyro-doc 1:3.14-1.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
body {
 font-family: Tahoma,helvetica,sans-serif;
 font-size: 10pt;
}

div.nav {
	display: none;
}

h1,h2,h3,h4,h5,h6,h7 {
 font-family: "Trebuchet MS",Tahoma,helvetica,sans-serif;
 color: #444;
 background-color: #eee;
 text-decoration: underline;
}

table,pre {
 border: solid #888 1px;
 padding: 0.2em;
}

table{
 border: none;
 border-collapse: collapse;
}

table.noborder {
 border: none;
}

th,tr,td {
 padding: 0.2em;
 border: solid #888 1px;
}

table.noborder th,table.noborder tr,table.noborder td {
 border: none;
}

tt,code {
 font-family: "Bitstream Vera Sans Mono", monospace;
}