This file is indexed.

/usr/share/doc/openmsx-data/manual/manual-minty.css is in openmsx-data 0.10.1-2.

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
@import "manual.css";
p.version {
	border-top: 2px groove #60C090;
}
h1 {
	border-bottom: 2px groove #60C090;
}
h2 {
	background-color: #90FFC0;
	padding-left: 4pt;
}
h3 {
	background-color: #C8FFE0;
	padding-left: 4pt;
}
h4 {
	background-color: #E8FFF0;
	padding-left: 4pt;
}
div.note {
	background-color: #E8E8E8;
}
a.internal, a.external:visited {
	color: #184830;
}
a.external:link {
	color: #30A860;
}
a.external:active {
	color: #40F080;
}