This file is indexed.

/usr/share/doc/mapproxy/html/_static/mapproxy.css is in mapproxy-doc 1.9.0-3+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
54
55
56
57
58
59
60
61
62
body {
  font-family: Verdana, sans-serif;
}

h1, .h1 {
  margin-top: 10px;
}

a:link,
a:visited,
a:hover,
a:active
{
  color: #2e3436;
  color: #31A4B5;
  text-decoration: none;
}

code {
  color: #3a3740;
  font-size: 75%;
  background: inherit;
  padding: 0;
}

.footer a {
  color: inherit;
  text-decoration: underline;
}

.bs-sidenav {
  margin-top: 5px;
}

.bs-sidenav.affix {
  top: 5px;
}

.bs-sidenav .nav > li > a {
  padding: 3px 20px;
}

.toctree-l1 .current {
  font-weight: bold;
}

.nav-list li.toctree-l2 {
  background-color: #F5F5F5;
}

.navbar-default, .footer, .bs-sidenav {
  background-color: #ececec;
}

.section h2 {
  margin-top: 30px;
  padding-top: 10px;
}

.alert-warning, .alert-success, .alert-info {
  background-image: none;
}