This file is indexed.

/usr/share/games/flightgear/Phi/css/props.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
/* 
  Styles for the build-in property browser
*/
a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

th {
    border-bottom: 1px solid #000000;
    text-align: left;
}

td {
    padding-right: 1em;
}

body {
    background-color: #C0C0C0;
}

#breadcrumb {
    border-bottom: 5px solid #e0e0e0; 
    background-color:#303030; 
    line-height: 20px;
    overflow:auto;
    color: #e0e0e0;
}

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

#breadcrumb ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


#breadcrumb li { 
    float: left; 
    padding-left: 0.3em; 
    padding-bottom: 0.3em; 
}

#breadcrumb li a { 
  padding:0 0.2em 0 0; 
}

#breadcrumb a:link, #breadcrumb a:visited { 
  text-decoration: none; 
  color:#e0e0e0; 
}

#breadcrumb a:hover, #breadcrumb a:focus { 
  text-decoration:underline; 
  color:#e0e0e0; 
}

#breadcrumb li {
  color:#e0e0e0;
}

.radiobutton-container {
  border: 3px groove white;
  padding-left: 0.5em;
}