This file is indexed.

/usr/share/doc/pythia8-doc/html/pythia.css is in pythia8-doc-html 8.1.86-1.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
a:link {color:#bb4444;text-decoration:none;}
a:visited {color:#bb4444;text-decoration:none;}
a:active {color:#ff0000; text-decoration:underline;}
a:hover {color:#ff0000; text-decoration:underline;}

body, td, div, span {
	font-size:16px;
	font-family:arial,verdana,geneva,helvetica;
	color:#000000;
	line-height:1.25;
}

h1 {
	font-size:40px;
	font-family:verdana,verdana,helvetica;
	font-weight:normal;
	color:#000000;
}

h2 {
	font-size:24px;
	font-family:arial,helvetica;
	font-weight:normal;
	color:#000000;
}

h3 {
	font-size:20px;
	font-family:verdana,geneva,arial,helvetica;
	font-weight:normal;
	color:#000000;
}

h4 {
	font-size:18px;
	font-family:verdana,arial,helvetica;
	font-weight:normal;
	color:#000000;
}

code {
	color:#0000bb;
}

pre {
	color:#0000bb;
        margin-top:0.25em;
        margin-bottom:0.25em;
}

strong {
	color:#0000bb;
}

input {
	font-size:16px;
	font-family:arial,verdana,geneva,helvetica;
	color:#bb00ff;
}

i, dt {
	color:#006600;
}

p { 
        margin-bottom:0.5em;
}

li { 
        margin-top:0.5em;
        margin-bottom:0.5em;
}

ul, ol { 
        margin-top:0.5em;
        margin-bottom:0.5em;
}