This file is indexed.

/usr/share/doc/dh-lua/html/style.css is in dh-lua 24.

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
body {
	background-color: #FFFFf2;
	font-family: sans-serif;
	width: 50em;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	text-align: center;
}

h2 {
	border-bottom-style: solid;
        border-bottom-width: 2px;
	border-bottom-color: #AAAAAA;
}
  
a:hover {
	color: #ffffff;
	background-color: #1030f0;
	text-decoration: none;
}

a.nohover:hover {
	background-color: transparent;
}

a code { font-family: inherit; }

blockquote p { margin:0pt; padding-left:0pt; }

pre, blockquote {
	display: block;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:1em;
	margin-left:4em;
	margin-right:4em;
	border-style: solid;
	border-width: 1px;
	background-color: #DDDDDD;
}