This file is indexed.

/usr/share/solfege/help/style.css is in solfege-doc 3.20.6-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
body {
 max-width: 35em;
 padding-left: 3em;
}
.warning {
 background: yellow;
 border: 1px solid black;
 -moz-border-radius: 5px;
 padding-left: 1em;
 padding-right: 1em;
 padding-bottom: 1em;
}
.fdef {
    font-weight: bold;
}
.fdef  .replaceable {
  font-weight: normal;
}
p.remark {
 background: yellow;
 padding: 1ex;
 border: 1px dashed red;
}
.programlisting {
 padding-top: 1ex;
 padding-bottom: 1ex;
 background: #eeeeee;
}
.guimenu,
.guisubmenu,
.guimenuitem,
.guibutton {
   font-weight: bold;
}
.guibutton, .keycap{
  border-left: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
  background: #bbbbbb;
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
  -moz-border-radius: 5px;
  padding-left: 6px;
  padding-right: 6px;
}