This file is indexed.

/usr/share/doc/rest2web/html/stylesheets/pysrc.css is in rest2web-doc 0.5.2~alpha+svn-r248-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
.pysrc {
    border: #c0c0ff 2px dotted;  padding:10px;
    font-weight: normal; background: #e0e0ff; margin: 20px;  
    padding:10px; 
}

.pykeyword {
    font-weight: bold;
    color: orange;
}
.pystring {
	color: green
}
.pycomment {
	color: red
}
.pynumber {
    color:purple;
}
.pyoperator {
    color:purple;
}
.pytext {
    color:black;
}
.pyerror {
    font-weight: bold;
    color: red;
}