This file is indexed.

/usr/share/doc/imagination/html/imagination.css is in imagination-common 3.0-5.

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
87
88
89
90
91
92
93
94
95
96
97
98
99
body address
{
  line-height: 1.3;
  margin: .6em 0;
}

body blockquote
{
  margin-top: .75em;
  line-height: 1.5;
  margin-bottom: .75em;
}

html body
{
  margin: 1em 8% 1em 10%;
  line-height: 1.2;
  background-color: #ffffff;
}

body pre
{
  margin: .75em 0;
  line-height: 1.3;
  color: #4f3f3f;
  font-weight: bold;
}

body div
{
  margin: 0;
}

dl
{
  margin: .8em 0;
  line-height: 1.2;
}

.legalnotice
{
  font-size: small;
  font-variant: small-caps;
}

h1,h2,h3,h4,h5,h6,
div.example p b,
.question,
div.table p b,
div.procedure p b
{
  color: #990000;
}

.option
{
  color: #0000ca;
  font-weight: bold;
}

.parameter
{
  color: #007a00;
  font-weight: bold;
}

a
{
  color: #000000;
}

a:hover
{
  color: #3c3c3c;
  border-bottom: 1px dotted #dc0000;
}

hr
{
  background-color: #9c9c9c;
  border-style: none;
  height: 1px;
}

ul li
{
  list-style-type: square;
}

.programlisting, .screen
{
  background-color: #F8F9FD;
  border-color: #907777;
  border-width: 1px;
  border-style: solid;
  padding: 0.5em;
}

/* vim:set ts=2 sw=2 et ai: */