This file is indexed.

/usr/share/doc/libexpat1-dev/expat.html/style.css is in libexpat1-dev 2.2.5-3.

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
body {
  background-color: white;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.corner {
  width: 200px;
  height: 80px;
  text-align: center;
}

.banner {
  background-color: rgb(110,139,61);
  color: rgb(255,236,176);
  padding-left: 2em;
}

.banner h1 {
  font-size: 200%;
}

.content {
  padding: 0em 2em 1em 2em;
}

.releaseno {
  background-color: rgb(110,139,61);
  color: rgb(255,236,176);
  padding-bottom: 0.3em;
  padding-top: 0.5em;
  text-align: center;
  font-weight: bold;
}

.noborder {
  border-width: 0px;
}

.eg {
  padding-left: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  border: solid thin;
  margin: 1em 0;
  background-color: tan;
  margin-left: 2em;
  margin-right: 10%;
}

.pseudocode {
  padding-left: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  border: solid thin;
  margin: 1em 0;
  background-color: rgb(250,220,180);
  margin-left: 2em;
  margin-right: 10%;
}

.handler {
  width: 100%;
  border-top-width: thin;  
  margin-bottom: 1em;
}

.handler p {
  margin-left: 2em;
}

.setter {
  font-weight: bold;
}

.signature {
  color: navy;
}

.fcndec {
  width: 100%;
  border-top-width: thin;
  font-weight: bold;
}

.fcndef {
  margin-left: 2em;
  margin-bottom: 2em;
}

dd {
  margin-bottom: 2em;
}

.cpp-symbols dt {
  font-family: monospace;
}
.cpp-symbols dd {
  margin-bottom: 1em;
}