This file is indexed.

/usr/share/games/flightgear/Phi/examples/radio.css 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
body {
	background-color: #c0c0c0;	
}

#header {
	background-color: #303030;
	color: #e0e0e0;
}

#header h3 {
	padding-left: 0.3em;
	border-bottom: 1px solid #808080;
}

input.frq {
	background-color: #202020;
	color: red;
	font-family: Monospace;
	font-weight: bold;
	padding: 0.2em;
}

table#frequencies {
	border: 4px groove;
	background-color: #404040;
}

table#frequencies tr td {
	padding: 0.2em;
}