This file is indexed.

/usr/share/doc/gtml/examples/gtml.css..gtm is in gtml 3.5.4-16.

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
/* $Id: gtml.css..gtm,v 1.1 1999/09/02 02:17:01 beaufils Exp $ */
/* Style for GTML documentation. */

/*
   I do not use them as far as I want until Netscape is so bugged. Nobody will
   be able to render the pages properly. :-(((
*/
BODY
{
  background : #ffffff;
  color : #000033;
}

A:link, A:visited
{
  font-weight : bold;
  color : #990000;
  text-decoration : none;
}

H2
{
  font-family : sans-serif;
  background : #ffffcc;
  color : #000066;
  width : 100%;
  padding : 5;
  border : thin;
  font-size : large;
}

H3
{
  font-family : sans-serif;
  color : #000066;
}

H4
{
  font-family : sans-serif;
  color : #000066;
}

/* Local Variables: */
/* mode: html-helper-mode */
/* End: */