This file is indexed.

/usr/share/doc/python-autopilot/html/_static/nature.css is in python-autopilot 1.4.1+17.04.20170305-0ubuntu1.

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
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
@import url(basic.css);

body {
	font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size:100%;
	background-color:#2C001E;
	margin:0;
	padding:0;
	}

div.documentwrapper {
	float:left;
	width:100%;
}

div.bodywrapper {
	margin:0 0 0 250px;
}

hr {
	border:1px solid #B1B4B6;
}

div.body {
	background-color:#FFF;
	color:#3E4349;
	font-size:.9em;
	padding:0 30px 30px;
}

div.footer {
	color:#CCC;
	width:100%;
	text-align:center;
	font-size:75%;
	padding:13px 0;
}

div.footer a {
	color:#444;
	text-decoration:underline;
}

div.related {
	background-color:#DD4814;
	line-height:32px;
	color:#fff;
	font-size:.9em;
}

div.related a {
	color:#EEE;
}

div.sphinxsidebar {
	font-size:.75em;
	line-height:1.5em;
}

div.sphinxsidebarwrapper {
	padding:20px 0;
}

div.sphinxsidebar h3,
div.sphinxsidebar h4 {
	font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
	color:#222;
	font-size:1.2em;
	font-weight:400;
	background-color:#ddd;
	margin:0;
	padding:5px 10px;
}

div.sphinxsidebar p {
	color:#444;
	padding:2px 10px;
}

div.sphinxsidebar ul {
	color:#000;
	margin:10px 5px;
	padding:0;
}

div.sphinxsidebar input {
	border:1px solid #ccc;
	font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size:1em;
}

div.sphinxsidebar input[type=text] {
	margin-left:5px;
}

a {
	color:#5E2750;
	text-decoration:none;
}

a:hover {
	color:#DD4814;
	text-decoration:underline;
}

div.body h1 {
	font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size:200%;
	color:#444;
	margin:20px 0 10px;
	padding:5px 0 5px 10px;
}

div.body h2 {
	font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size:130%;
	background-color:#CCC;
	margin:20px 0 10px;
	padding:5px 0 5px 10px;
}

div.body h6 {
	font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
	background-color:#BED4EB;
	font-weight:400;
	color:#333;
	margin:30px 0 10px;
	padding:5px 0 5px 10px;
}

a.headerlink {
	text-decoration:none;
	padding:0 4px;
}

a.headerlink:hover {
	background-color:#AEA79F;
	color:#FFF;
}

div.body p,div.body dd,div.body li {
	line-height:1.5em;
}

div.highlight {
	background-color:#FFF;
}

div.note {
	background-color:#eee;
	border:1px solid #ccc;
}

div.seealso {
	background-color:#ffc;
	border:1px solid #ff6;
}

div.warning {
	background-color:#ffe4e4;
	border:1px solid #f66;
}

p.admonition-title:after {
	content:":";
}

pre {
	background-color:#EFEFEF;
	color:#000;
	line-height:1.1em;
	border:1px solid #C6C9CB;
	font-size:1.2em;
	font-family:"Ubuntu Mono", Monaco, Consolas, "DejaVu Sans Mono", "Lucida Console", monospace;
	margin:1.5em 0;
	padding:6px;
}

tt {
	background-color:#EFEFEF;
	color:#222;
	font-size:1.1em;
	font-family:"Ubuntu Mono", Monaco, Consolas, "DejaVu Sans Mono", "Lucida Console", monospace;
}

.viewcode-back {
	font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
}

div.viewcode-block:target {
	background-color:#f4debf;
	border-top:1px solid #ac9;
	border-bottom:1px solid #ac9;
}

div.document,div.topic {
 background-color:#eee;
}

div.sphinxsidebar h3 a,div.sphinxsidebar a {
 color:#444;
}

div.admonition p.admonition-title + p,p.admonition-title {
	display:inline;
}