This file is indexed.

/usr/share/libapache-gallery-perl/templates/new/gallery.css is in libapache-gallery-perl 1.0.2-4.

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
body {
	background-color: #cccccc;
	color: #666666;
	font-family: Verdana, Lucida, Arial, serif;
	font-size: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}
td {
	font-size: 10px;
}
table {
	margin-left: auto;
	margin-right: auto;
}
#title {
	font-size: 11px;
	text-align: left;
}
#menu {
	font-size: 13px;
	text-align: right;
	height: 30px;
	margin-right: 20px;
}
#directory {
	background-color: #ffffff;
	border: 6px solid #aaaaaa;
	padding: 20px;
	text-align: left;
	top: 0px;
}
.folder {
	float: left;
	height: 100px;
	padding: 2px;
	text-align: center;
	width: 120px;
}
#picture {
	text-align: center;
}
#picture img {
	border: 6px solid #777777;
}
a {
	color: #5555aa;
	text-decoration: none;
}
a img {
	border: 3px solid #5555aa;
}
a:hover {
	color: #ff9400;
}
a:hover img {
	border: 3px solid #ff9400;
}
.folder img {
	border: 0px;
}
.folder a:hover img {
	border: 0px;
}
#gallery {
	margin-top: 50px;
}
#comment {
	background-color: #333333;
	border: 3px solid #555555;
	color: #999999;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 5px;
}