This file is indexed.

/usr/share/doc/libcgicc-doc/html/cgicc-doc.css is in libcgicc-doc 3.2.16-0.1.

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
/* $Id: cgicc-doc.css,v 1.5 2004/06/22 01:34:56 sbooth Exp $ */

body { 
	color: black; 
	background: white; 
}

a	{ text-decoration: none; }
a:hover { text-decoration: underline; }

div.unix { 
	width: 100%; 
	border: none; 
	color: #006600; 
	background-color: #eeeeee;
}

span.red 	{ color: red; }
span.big	{ font-size: large; }
span.white	{ color: white; }

div.title {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: solid thin red;
	border-bottom: solid thin red;
}

div.center {
	text-align: center;
}

div.notice { 
	border: solid thin; 
	margin: 1em 0; 
	padding: 1em;
	background-color: #ddd;
}

div.header { 
	width: 100%;
	border: solid thin;
	background-color: #ddd;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: larger;
}

div.footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: smaller;
	font-style: italic;
}

div.nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: solid thin; 
	padding: 0.25em;
	font-size: smaller;
	background: #aaffaa;
	text-align: center;
}

div.subsection {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.nav > a:hover { background-color: #aaffaa; }

img {
	border: none;
}

table {
	margin-left: auto;
	margin-right: auto;
}