This file is indexed.

/usr/share/api-sanity-checker/modules/Internals/Styles/List.css is in api-sanity-checker 1.98.6-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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body {
    font-family:Arial;
}
hr {
    color:Black;
    background-color:Black;
    height:1px;
    border:0;
}
h1 {
    margin-bottom:0px;
    padding-bottom:0px;
    font-size:26px;
}
h2 {
    margin-bottom:0px;
    padding-bottom:0px;
    font-size:20px;
}
span.int {
    font-weight:bold;
    cursor:pointer;
    margin-left:7px;
    font-size:16px;
    font-family:Arial;
    color:#003E69;
}
span.sym_p {
    font-weight:normal;
}
span:hover.int {
    color:#336699;
}
span.header {
    color:#cc3300;
    font-size:14px;
    font-weight:bold;
}
span.ns {
    color:#408080;
    font-size:15px;
}
span.lib_name {
    color:Green;
    font-size:14px;
    font-weight:bold;
}
span.libgroup {
    color:Black;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
}
span.mangled {
    padding-left:15px;
    font-size:14px;
    cursor:text;
    color:#444444;
}
span.nowrap {
    white-space:nowrap;
}
span.attr {
    color:#333333;
    font-weight:100;
}
span.color_p {
    font-style:italic;
    color:Brown;
}
span.param {
    font-style:italic;
}
span.focus_p {
    font-style:italic;
    color:Red;
}
a.link {
    text-decoration:none;
}