This file is indexed.

/usr/share/gtk-doc/html/p11-kit/style.css is in libp11-kit-dev 0.12-2ubuntu1.

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
@import url("gtk-doc.css");

TABLE.navigation {
	background-color: #f9b631 !important;
	border-width: 0 !important;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 4em !important;
}

TABLE.navigation TH {
	font-size: 30pt !important;
	font-weight: normal;
	text-align: left !important;
	padding-left: 10pt;
}

TABLE.navigation TH:first-child {
	padding-left: 40pt;
}

.shortcuts {
	color: white !important;
}

.shortcuts a {
	color: white !important;
	font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
}

P.title {
	font-size: 30pt !important;
}

BODY {
	padding-top: 5.5em !important;
}

DIV.book,
DIV.refentry,
DIV.chapter,
DIV.index,
DIV.footer,
DIV.section {
	font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 150%;
}

BODY > DIV.book,
BODY > DIV.footer {
	margin-left: 1em;
	margin-right: 1em;
}

BODY > DIV.refentry,
BODY > DIV.chapter,
BODY > DIV.index,
BODY > DIV.section {
	margin-left: 3em;
	margin-right: 1em;
}

DIV.variablelist TABLE {
	font-size: 9.5pt;
	line-height: 150%;
}

DIV.refsect1,
DIV.refsect2,
DIV.refsynopsisdiv {
	margin-bottom: 3em !important;
}

H2 {
	position: relative;
	left: -1em;
	font-weight: normal !important;
}

H3 {
	position: relative;
	left: -1em;
	font-weight: normal !important;
}