This file is indexed.

/usr/share/games/flightgear/Phi/widgets/map.html is in flightgear-phi 2016.4.2+dfsg1-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
<style>
.aircraft-marker-icon {
	background-color: rgba(255, 255, 255, 0);
}

.you-aircraft-marker-icon {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    cursor: move;
}

.you-aircraft-marker-icon path {
	fill: rgba(0, 255, 0, 0.4);
}

.ai-aircraft-marker-icon {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
}

.ai-aircraft-marker-icon path {
    fill: rgba(255, 255, 0, 0.4);
}

.mp-aircraft-marker-icon {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
}

.mp-aircraft-marker-icon path {
    fill: rgba(255, 0, 0, 0.4);
}


.aircraft-marker {
	float: left;
	color: #00ff00;
	text-shadow: 1px 1px #404040;
}

.aircraft-marker-label {
    white-space: nowrap;
    border-radius: 3px;
    font-size: 10px;
    text-shadow: 0px 1px 0px black;
    line-height: 110%;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.3);
    padding: 2px 3px;
    display: inline-block;
    color: rgb(255,255,255);
}

.aircraft-marker span {
	padding-left: 0.5em;
}

.followAircraft {
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 40px;
    height: 40px;
}
</style>