This file is indexed.

/usr/share/games/trackballs/docs/default.css is in trackballs-data 1.2.4-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
h1 {
  text-align: center;
}

code {
  font-family: Courier;
  font-size: 0.75em;
}

a:link {
  color: #000099;
}
a:visited {
  color: #330099;
}
a:hover {
  color: #5555FF;
}

.float-left-icon { float: left; }
.float-left { float: left; }
.float-right { float: right; }

body {
  font-size: 12pt;
  width: 800px;
  background-color: rgb(204, 204, 255);
}

.mainpage {
}

.pagebody {
  border: 1px solid rgb(0, 0, 0);
  padding: 10px;
  margin-left: 5px;
  margin-top: 10px;
  width: 773px;

}

.toc {
  border: 1px solid rgb(0, 0, 0);
  padding: 0px;

  display: inline;
  float: right;
  width: 180px;

  margin-right: 0px;

  background-image: url(assets/background.jpg);
  background-repeat: no-repeat;
}

.abstract {
  font-size: 0.75em;
  font-style: italic;
  border: 1px solid rgb(0, 0, 0); 
  width: 500px;
  margin-left: 40px;
  padding: 5px
}

.fn {
  border: 1px solid rgb(0,0,0);
  padding: 10px;
  background-color: rgb(230, 230, 255);
  margin-bottom: 5px;
  width: 750px;
}

.fn-proto {
  font-family: monospace;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fn-text {
}