This file is indexed.

/usr/share/doc/sludge/SLUDGEDevKitHelp/style.css is in sludge-doc 2.1.2-3build1.

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;
	color:black;
	font-family:sans-serif;	
}

a:link, a:visited{
	color: #00a500;
	text-decoration:none;
}

a:hover, a:active{
	color:black;
	text-decoration:underline;
}

h2{
	text-align:center;
	margin:10px;
}

pre {
	color:#BB4444;
	font-family:monospace;
	font-weight:bold;
}

HR {
	border:0;
	height:4px;
	color:black;
	background-color:black;
}

#headerGraphic{
	margin-top:10px;
}

td.heading {
	font-family:Arial;
	color:#DD0000;
	font-size:large;
	font-weight:bold;
	height:80px;
	width:292px;
	background-image:url('images/sludgepale.gif');
	text-align:center;
	vertical-align:bottom;
}

P.copyright-notice {
	font-size:x-small;
	font-weight:bold;
	margin-bottom:2px;
}

.syntax {
	font-size:x-large;
}

.syntax-deprecated {
	font-size:x-large;
	color:#FF8888;
}

div.bash {
	color: white;
	font-family: monospace;
	font-weight:normal;
	background-color: #454545;
	border: 1px solid #666;
	margin: 0.3em 1em;
	padding: 3px;
	clear: none;
	overflow: auto;
}