This file is indexed.

/usr/share/doc/librivescript-perl/docs/rivescript.css is in librivescript-perl 2.0.3-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
body {
 background-color: #FFFFFF;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: small;
 color: #000000
}
a:link, a:visited {
 color: #0000FF;
 text-decoration: underline
}
a:hover, a:active {
 text-decoration: none
}
h1,h2 {
 text-shadow: 2px 2px 2px #000000;
}
h1 {
 font-size: 32pt;
 text-decoration: underline;
 color: #FF0000
}
h2 {
 font-size: 28pt;
 color: #DD0000
}
h3 {
 font-size: x-large;
 font-style: italic;
 color: #660000
}
h4 {
 font-size: medium;
 color: #000000
}
pre,code {
 font-family: "Lucida Console","DejaVu LGC Sans Mono","Bitstream Vera Sans Mono",monospace;
 font-size: small;
 color: #000099
}