This file is indexed.

/usr/share/doc/slides-doc/examples/twisted/main.css is in slides-doc 1.0.1-15.

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
BODY
{
  margin-left: 1em;
  margin-right: 1em;
  border: 0px;
  padding: 0px;
  font-family: helvetica, ariel;
  color: #336699;
  background-color: #efefff;
  }

H2 {
  font-family: helvetica;
}

PRE
{
  padding: 5px;
  font-family: Courier Bold, Courier;
  border: thin black solid;
  background-color: #f5f5f5;
  font-size: small;
}

HR
{
  display: inline;
  }

UL
{
  padding: 0px;
  margin: 0px;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1em;
  }

LI
{
  padding: 2px;
  list-style-type: square;
  }

.footer
{
  position: absolute;
  bottom: 0.5em;
  text-align: right;
}