This file is indexed.

/usr/share/synopsis-0.12/html.css is in synopsis 0.12-8.

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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
/* This is the default stylesheet used by the HTML formatter */
body
{
  margin-left: 5%;
  margin-right: 5%;
  color: #003030;
  background: #ffffff;
  font-family:arial,sans-serif;
}
:link { color: #770000; text-decoration: none;}
:visited { color: #770000; text-decoration: none;}

span.keyword { font-style: italic;}
span.variable { font-style: italic;}
span.name { font-weight: bold; }

.tag-heading
{ 
  font-weight: bold;
}

.tag-section
{ 
  margin-left: 20px;
  margin-right: 20px;
}

.tag-section th.dt
{ 
  font-weight: normal;
  font-style: italic;
  padding-right: 20px;
}

table.form
{
  background-color: #aaaaaa;
  border-spacing: 1px;
}
table.form td
{
  background-color: #f2f5f7;
  padding: 5px;
}
table.form th
{
  background-color: #f2f5f7;
  padding: 5px;
}

/* The navigation bar */

div.navigation
{ 
  border: 1px solid #aaaaaa;
  background-color: #f2f5f7;
  padding: 5px;
}

div.navigation span:first-child
{
  border-left: none;
  padding: 2px;
}

div.navigation span 
{
  border-left: 1px solid #aaaaaa;
  padding: 2px;
}

div.navigation span.selected
{
  background-color: #dbdee0;
}

/* Tree view(s) */

div.tree-navigation a
{
  border-left: 1px solid #aaaaaa;
  margin: 5px;
}
div.tree-navigation a:first-child 
{
  border-left: none;
  margin: 5px;
}

div.xref-name
{ 
  border-top: 1px solid #aaaaaa;
}

div.template { margin-top: 0.5em; font-style: italic; }
a.name { font-weight: bold; }
div.module { padding: 1.0em;}
div.declarations { padding: 1.0em;}
div.desc {
    border: none;
    color: #003030;
}

.heading
{
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.1em;
  border: 1px solid #aaaaaa;
  background: #f2f5f7;
}
.FileIndex .heading
{
  font-size: 0.8em;
}

.links .file,
.summary .item .synopsis,
.detail .item .synopsis
{
  float: left;
}
.links .xref,
.links .source,
.summary .item .xref,
.summary .item .source,
.detail .item .xref,
.detail .item .source,
.primary-template,
.specializations
{
  float: right;
}
.summary .item .doc,
.detail .item .doc,
.doc /* This one refers to top-level class docs, which needs more qualification. */
{
  clear:both;
  margin-left: 2em;
  font-size: smaller;
  padding: 0.5em;
}

div.enumerator 
{
  margin-left: 2em;
}

div.module-section
{
  margin-left: 0.5em;
}

div.module-section img
{
  vertical-align: text-bottom;
}

div.files
{
  margin-left: 1em;
}

div.filepage-scope 
{
  margin-left: 1em;
}

div.section
{
  margin-left: 2em;
}

div.logo
{
  border-top: 1px solid #aaaaaa;
  margin-left: 2em;
  text-align: center;
  color: #dddddd;
}
img {  border: 0; }
div.class-module
{
  font-size: 1.5em;
  text-align: right;
}
div.class-template 
{
  font-size: 1.7em;
}
div.class-name
{
  font-size: 1.7em;
  margin-bottom: 1em;
}
ul.tree
{
  padding-left: 1em;
}
div.nameindex-item 
{
  margin-left: 1em;
}

/* Style for the SXR view. */

pre.sxr
{
  border: 1px solid #aaaaaa;
  background-color: #f2f5f7;
  font-size: smaller;
}
pre.sxr .lineno
{
  border-right: 1px solid #aaaaaa;
  font-style: italic;
  font-size: 90%;
  padding: .5em;
}
pre.sxr .line
{
  margin-left: .2em;
  padding-left: .4em;
}
pre.sxr .py-string { background: transparent; color: #006030;}
pre.sxr .py-comment { background: transparent; color: #003060;}
pre.sxr .py-keyword { background: transparent; color: #600000;}

pre.sxr .keyword { font-weight: bold;}
pre.sxr .comment { color: green;}
pre.sxr .string { color: green;}
pre.sxr .literal { color: blue;}

.docutils dt { font-weight: bold;}