This file is indexed.

/usr/share/bijiben/Default.css is in bijiben 3.8.4-2.

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

	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%);

	background-size:  2.0em 2.0em;
	line-height:      2.0em;
        padding:          2.0em;
}

ul {
	margin-top :      0em;
	margin-bottom:    0em;
	line-height:      2.0em;
        padding:          0em;
}

ol {
	margin-top :      0em;
	margin-bottom:    0em;
	line-height:      2.0em;
        padding:          0em;
}