This file is indexed.

/usr/share/doc/pcp-doc/html/pcpdoc.css is in pcp-doc 4.0.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
h1 {
    color: #000060;
    font-family: Verdana,Arial,sans-serif;
    font-size: 28pt;
    font-style: bold;
    font-weight: medium;
    text-align: center;
    margin-top: 0.48cm;
    margin-bottom: 0.32cm;
}

h2 {
    color: #ffffff;
    background-color: #081c59;
    font-family: Verdana,Arial,sans-serif;
    font-size: 16pt;
    font-style: bold;
    font-weight: medium;
}

p, td {
    color: #000060;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11pt;
}

li {
    color: #000060;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11pt;
    padding-bottom: 5px;
}

pre {
    color: #000060;
    font-size: 10pt;
}

pre span {
    color: #cc0000;
}

th {
    color: #000060;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11pt;
    font-style: bold;
    font-weight: medium;
}