This file is indexed.

/usr/share/libapache-gallery-perl/templates/bright/gallery.css is in libapache-gallery-perl 1.0.2-1.

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
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
body {
	background-color: #eee;
	font-family: tahoma, verdana, sans-serif;
	color: #555;
	text-align: center;
	font-size: 11px;
	margin: 10px;
}
td {
	font-size: 11px;
}
a {
	color: #506677;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	margin: auto;
}
.gallery-info {
	text-align:	left;
	margin-bottom: 30px;
}
/*
.img-white {
	margin: 0px auto;
	float: left;
 	background: url(/eeeBorder.gif) no-repeat top left;
}
.img-shadow {
	float: left;
	background: url(/eeeshadow.gif) no-repeat bottom right;
}
*/
.img-border {
	background-color: #fff;
	border: 1px solid #555;
	padding: 8px;
	font-size: 11px;
	margin: 6px;
	text-align: right;
}
.img-shadow img {
	border: 2px solid #ddd;
	border-left: 2px solid #999;
	border-top: 2px solid #999;
}
.img-border div {
	margin-top: 4px;
}
.clr {
	clear: both;
}
div.gallery-nav {
	float: right;
	text-align: right;
}
div.gallery-info {
	float: left;
	text-align: left;
}
div.gallery-info a {
}
div.gallery-info:hover {
	color: #000;
}
div.gallery-info:hover a {
	color: #5b8db2;
}
.img-info {
	margin-bottom: 5px;
}
.img-info:hover {
	color: #000;
}
.comment {
	margin-bottom: 5px;
	font-size: 18px;
}
.comment:hover {
	color: #000;
	font-size: 18px;
}
.img-options {
	margin-top: 10px;
	margin-bottom: 100px;
}
.img-options:hover {
	color: #000;
}
.img-options:hover a {
	color: #5b8db2;
}
.aginfo:hover {
	color: #000;
}
.aginfo:hover a {
	color: #0066b2;
}
#directory {
    background-color: #fff;
    border: 4px solid #ddd;
    padding: 20px;
    text-align: left;
    top: 0px;
	width: 620px;
}
.directory-preview {
    background-color: #fff;
    border: 4px solid #ddd;
    padding: 20px;
    text-align: left;
    top: 0px;
    width: 200px;
    height: 50px;
}
.thumb {
	float: left;
	text-align: center;
	width: 150px;
	height: 150px;
	margin: 2px;
}
.thumb img {
	border-color: #506677;
	vertical-align: middle;
}
.folder {
    float: left;
    height: 100px;
    padding: 2px;
    text-align: center;
    width: 120px;
}
.folder img {
    border: 0px;
}
.folder a:hover img {
    border: 0px;
}
.folder a:hover {
	text-decoration: none;
}