This file is indexed.

/usr/share/zoneminder/css/overlay.css is in zoneminder 1.26.5-1ubuntu3.

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
.overlayMask {
	position: absolute;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	z-index: 999;
	background: #aaaaaa;
}

.overlay {
	display: none;
    position: absolute;
    background-color: #f0f0f0;
    border: 2px solid #555555;
    -moz-border-radius: 4px;
    z-index: 1000;
    overflow: hidden;
}

.overlayHeader {
    float: left;
    background-color: #dddddd;
    width: 100%;
    border-bottom: 1px solid #666666;
    color: black;
}

.overlayTitle {
    float: left;
    padding: 10px 6px;
    font-weight: bold;
    width: auto;
}

.overlayToolbar {
    float: right;
    font-weight: bold;
    padding: 6px 4px;
    width: auto;
}

.overlayBody {
    float: left;
    width: 100%;
}

.overlayContent {
    padding: 4px 4px 6px;
}