This file is indexed.

/usr/share/doc/aptitude/html/cs/aptitude.css is in aptitude-doc-cs 0.8.10-6ubuntu1.

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
81
82
83
84
85
86
.tip
{
  border: black solid 1px;
  margin: 0.12in 0;
  padding: 0 10px;
  background-color: #D4D87E;
}

.warning
{
    border: black solid 1px;
    margin: 0.12in 0;
    padding: 0 10px;
    background-color: #FFBBBB;
}

.note
{
  border: black solid 1px;
  margin: 0.12in 0;
  padding: 0 10px;
  background-color: #EEEEEE;
}

.important
{
    border: black solid 1px;
    margin: 0.12in 0;
    padding: 0 10px;
    background-color: #FFFFBB;
}

.oddrow
{
    background-color: #D4D87E
}

.cmdsynopsis
{
  background-color: #E0E0E0;
  border: black solid 1px;
  margin: 0px;
}

.seglistitem
{
    border: black solid 1px;
    margin: 0.25in 0;
    padding: 2px 2px;
    background-color: #F8F8F8
}

pre.screen
{
  background-color: #E0E0E0;
  border: black solid 1px;
  padding: 2px;
}

.figure, .segmentedlist > table
{
  border: black solid 1px;
  margin: 1em 0;
  padding: 2px;
}

/* HACK: the docbook xsl sheets don't generate a span for
 *       varlistitems, but they do generate a 'dt' element for each
 *       one.
 */
.variablelist dt
{
  border-top: black solid 2px;
}

.variablelist
{
  border-bottom: black solid 2px;
}

.example
{
  border-left: medium solid black;
  padding-left: 0.5em;
  background-color: #EEEEEE;
}