This file is indexed.

/usr/share/shibboleth/main.css is in libapache2-mod-shib2 2.6.0+dfsg1-4+deb9u1.

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
body {
	background-color: #FFFFFF;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0px;
	color: black;
	text-align: left;
}

p {
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 20px;
}


li {

	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 { 
	font-size: 12pt;
	font-weight: bold;
}

img {
	margin-bottom: 15px;
}

.error {
	font-size: 10pt;
	font-weight: bold;
}

.boxed-content {
    margin-top: 2ex;
    margin-right: 3em;
    margin-bottom: 2ex;
    margin-left: 3em;
    padding-top: 0.5ex;
    padding-right: 1em;
    padding-bottom: 0.5ex;
    padding-left: 1em;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}