This file is indexed.

/usr/share/bijiben/Default.css is in bijiben 3.14.2-1+b1.

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
body {
  margin-top:      -2em;
  margin-left:      0;
  margin-right:     2em;
  margin-bottom:    8em;
  word-wrap:        break-word;

  background-image: -webkit-linear-gradient(90deg,
                               rgba(97%,97%,100%,0) 0%,
                               rgba(97%,97%,100%,0) 90%,
                               rgba(0%,0%,0%,0.15) 100%);
  color:            _BIJI_TEXT_COLOR;
  background-size:  2.0em 2.0em;
  line-height:      2.0em;
  padding:          2.0em;
}

body:first-line {
  font-weight:      bold;
}

ul {
  list-style-position:inside;
  margin-top :      0;
  margin-bottom:    0;
  line-height:      2.0em;
  padding:          0;
}

ol {
  list-style-position:inside;
  margin-top :      0;
  margin-bottom:    0;
  line-height:      2.0em;
  padding:          0;
}