This file is indexed.

/usr/share/doc/pyro/html/pyromanual.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
html {
 background-color: #e8e8d0;
}

body {
 background-color: #fffff0;
 color: black;
 font-family: Tahoma,"Bitstream Vera Sans",sans-serif;
 font-size: 10pt;
 max-width: 60em;
 border: solid green 1px;
 padding: 1em;
 margin: 1em;
}

h1,h2,h3,h4,h5,h6,h7 {
 font-family: "Trebuchet MS",Tahoma,"Bitstream Vera Sans",sans-serif;
 color: #446;
 background-color: #f0f0d0;
 text-decoration: underline;
}

a {
 color: navy;
}
a:visited {
 color: purple;
}

a:hover {
 color: white;
 background-color: #446;
}

table,pre {
 background-color: #ffe;
 border: solid #eec 1px;
 padding: 0.2em;
 color: #224;
}

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

table.noborder {
 border: none;
}

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

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

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