This file is indexed.

/usr/share/freepwing/doc/freepwing.css is in freepwing 1.5-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
body {
    color:		#000000;
    background-color:	#ffffff;
}

td {
    border-style:	solid;
    border-width:	1px;
}

table {
    border-style:	solid;
    border-width:	2px;
}

h1 {
    font-size:		x-large;
    background-color:	#00cfcf;
    padding:		3px;
    border-style:	solid;
    border-width:	1px;
}

h2 {
    font-size:		large;
    background-color:	#00cfcf;
    padding:		3px;
    border-style:	solid;
    border-width:	1px;
}

h3 {
    font-size:		medium;
    background-color:	#cfcfcf;
    padding:		3px;
    border-top-style:	solid;
    border-top-width:	1px;
    border-bottom-style:	solid;
    border-bottom-width:	1px;
}