This file is indexed.

/usr/share/doc/hercules/html/hercules.css is in hercules 3.07-2.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
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
<style type="text/css">

<!--

body
{
    font-family:  Arial;
    color:        black;
    background:   #FFFFCC;
    margin-left:  50;
    margin-right: 75;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Arial;
    font-weight: bold;
    font-style:  rounded;
}

h1 {color: blue;}
h2 {color: red; font-style: italic;}

p, li, dt, dd, td, th {color: black; font-family: Arial;}

p.lastupd
{
    font-family:      Arial;
    font-size:        80%;
}

p.note
{
    background-color: #FFFFAA;
    padding:          20px;
    border-width:     1px;
    border-style:     solid;
    border-color:     black;
}

p.warning
{
    color:            red;
    background-color: #FFFFAA;
    font-style:       italic;
    font-weight:      bold;
    padding:          20px;
    border-width:     2px;
    border-style:     solid;
    border-color:     black;
}

pre, code {font-family: Courier;}

pre.jcl
{
    margin-right:     4%;
    margin-left:      4%;
    background-color: #FFFFAA;
    font-family:      LetterGothic, Monospace;
    color:            black;
    font-weight:      normal;
    padding:          10px;
    border-width:     1px;
    border-style:     solid;
}

pre.report
{
    margin-right:     4%;
    margin-left:      4%;
    background-color: #CCFFFF;
    font-family:      LetterGothic, Monospace;
    color:            black;
    font-weight:      normal;
    padding:          10px;
    border-width:     1px;
    border-style:     solid;
}

pre.screen80
{
    margin-right:     4%;
    margin-left:      4%;
    background-color: #000000;
    font-family:      Terminal, Monospace;
    color:            silver;
    font-weight:      normal;
    padding:          10px;
    border-width:     6px;
    border-style:     ridge;
    border-color:     light-gray;
}

/* Messages and codes: Message text */
dl.messages dt
{
    padding:          5px;
    border-style:     solid none none none;
    border-width:     1px;
    margin-top:       1.5em;
}

/* Messages and codes: Message text */
dl.messages dt code, dl.messages dt pre, dl.messages dt tt
{
    font-family:      Arial;
    font-style:       italic;
    font-weight:      bold;
    font-size:        100%;
}

/* Messages and codes: Variable items in message text */
dl.messages dt code em, dl.messages dt pre em, dl.messages dt tt i
{
    font-family:      Arial;
    font-style:       italic;
    font-weight:      normal;
    font-size:        100%;
}

/* Messages and codes: Subheadings in message description */
dl.messages dd dt
{
    font-family:      Arial;
    font-style:       italic;
    font-weight:      bold;
    padding:          2px;
    border-style:     none;
    margin-top:       0;
}

/* Messages and codes: Reference to variable items in message description */
dl.messages dd dd code em, dl.messages dd dd tt i
{
    font-family:      Arial;
    font-style:       italic;
    font-weight:      normal;
    font-size:        100%;
}
-->

</style>