This file is indexed.

/usr/share/doc/sailcut/html/sailcut-handbook.css is in sailcut-doc 1.3.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
body {
  background: white none;
  color: black;
  font-family: sans-serif;
}

.guimenu, .guimenuitem, .guisubmenu {
  font-weight: bold;
  border: 1px rgb(96,152,255);
  border-style: none none dotted none;
}

.guilabel {
  font-weight: bold;
}

.guibutton {
  font-weight: bold;
  background-color: rgb(232,232,232);
  color: inherit;
  padding-left: 0.2em;
  padding-right: 0.2em;
  border: 1px solid;
}

.programlisting {
   border: 1px solid rgb(64,128,144);
   background-color: rgb(240,248,255);
   padding: 10px;
}