This file is indexed.

/usr/share/doc/python-pisa/screen.css is in python-pisa 3.0.32-3.

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: 2em;
	counter-reset: Ebene01;
}
h1:before {
	content: counter(Ebene01) " ";
	counter-increment: Ebene01;
}
h1 {
	counter-reset: Ebene02;
	background: #CCCC99;
}
h2:before {
	content: counter(Ebene01) "." counter(Ebene02) " ";
	counter-increment: Ebene02;
}
h2 {
	border-bottom: 2px solid  #CCCC99;	
}
pre {
	padding: 0.5em;
}
a, code {
	background: #CCCC99;
	color: #333333;
}

code {
	font-weight: bold;
}

@media screen {
	.pdf {
		display: none;
	}
}