This file is indexed.

/usr/share/devhelp/books/vala-0.22/default.css is in vala-0.22-doc 0.22.1-0ubuntu1.

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
body {
	background-color: white;
	font-family: sans-serif;
	margin-top: 2.8em;
}

h1, h2, h3, h4 {
	color: #005a9c;
}

a:link, a:visited, a:hover, a:active {
	color: #005a9c;
	text-decoration: none;
}

.toc {
	font-weight: bold;
	font-size: larger;
}

.toc li {
	list-style-type: none;
}

.toc li li {
	font-size: smaller;
}

h3 a {
	/* ensure anchors don't vanish below the fixed header */
	position: relative;
	top: -2.8em;
}

.header {
	background-color: #005a9c;
	font-weight: bold;
	padding: .35em;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 1.4em;
}

.header a {
	color: white;
}

div.note {
	border: 3px solid #005a9c;
	padding: 1em;
	margin: 0 2em 1em 2em;
}

div.note p, div.note h4 {
	margin: 0;
}

pre {
	background-color: #eee;
	border: 1px solid black;
	padding: .5em 1em;
	margin: 0 2em 1em 2em;
}

blockquote {
	font-style: italic;
	white-space: pre;
}

blockquote span.literal {
	font-family: monospace;
	font-style: normal;
	font-weight: bold;
}