This file is indexed.

/usr/share/games/flightgear/Phi/topics/Environment/Weather2.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
<style>
.yaxisLabel {
	top: 50%;
	left: 2px;
	transform: rotate(-90deg);
	transform-origin: 0px 0px 0px;
    color: blue;
}

.axisLabel {
	position: absolute;
	text-align: center;
	font-size: 12px;
}

.flot-y1-axis, .flot-x-axis {
    color: blue;
}
</style>
<div style="height: 100%; width: 100%" data-bind="
    flotchart: { 
        data: wxData, 
        options: wxOptions, 
        postUpdate: afterUpdate,
        hover: plotHover,
        click: plotClick, 
    }"></div>