This file is indexed.

/usr/share/games/flightgear/Phi/instruments/kx165.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
 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
.leddisplay {
	color: red;
	border: 0;
	font-size: 32pt;
	background-color: Black;
	text-align: center;
	font-family: Monospace;
}

.swapbutton {
	font-size: 120%;
	font-weight: bold;
	color: black;
	background-color: white;
	display: inline-block;
	transform: scale(1.5, 1); /* W3C */
	-webkit-transform: scale(1.5, 1); /* Safari and Chrome */
	-moz-transform: scale(1.5, 1); /* Firefox */
	-ms-transform: scale(1.5, 1); /* IE 9 */
	-o-transform: scale(1.5, 1);
	display: inline-block; /* Opera */
}

.comfrequencies {
	margin-right: 1em;
}

.navfrequencies {
	margin-left: 1em;
}

.comswapbuttonrow {
  padding: 1ex 1em 1ex 0;
}

.navswapbuttonrow {
	/* top right bottom left */
  padding: 1ex 0 1ex 1em;
}

.label {
  color: silver;
  font-family: sans-serif;
  font-size: 10pt;
  text-align: center;
	
}
.navswapbuttonrow,.comswapbuttonrow {
	color: silver;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	clear: left;
	text-align: center;
}

.navfrequencies,.navswapbuttonrow {
	margin-left: 1em;
}

.com,.nav {
	border-bottom: 1ex ridge silver;
	background-color: Black;
	border-bottom: 0.8ex groove black;
}

.comuse, .navuse {
  padding-right: 0.5em;
}
.comstby, .navstby {
  padding-left: 0.5em;
}

.com,.nav,.comuse,.navuse {
	float: left;
}

.comstby,.navstby {
	float: right;
}

.comfrequencies,.navfrequencies {
	border: 1ex ridge silver;
}

.com,.nav,.comuse,.comstby {
	text-align: center;
}

.comswapbuttonrow,.navswapbuttonrow {
	clear: left;
}

.comswapbuttonrow {
	border-left: 1ex ridge silver;
}

.navswapbuttonrow {
	border-right: 1ex ridge silver;
}

.leftcol {
	float: left;
	width: 30%;
	text-align: left;
	padding-left: 0.5em;
}

.centercol {
	float: left;
	width: 30%;
}

.rightcol {
	float: right;
	width: 30%;
	text-align: right;
	padding-right: 0.5em;
}