This file is indexed.

/usr/lib/apt-cacher-ng/style.css is in apt-cacher-ng 3.1-1build1.

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
body {
   background-color: #cccccc;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   color: black;
}
.title {
   font-weight: bold;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 17px;
   text-align: left;
   background-color: #eeeeee;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;
   padding-bottom: 4px;
}
.coltitle
{
   vertical-align: middle;
   background-color: #eeeeee;
   text-align: center;
   font-weight: bold;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 11px;
}
.colcont
{
   background-color: #ffffff;
   vertical-align: middle;
   text-align: left;
   font-weight: normal;
   font-family: Tahoma, Arial, sans-serif;
   font-size: 11px;
   white-space: nowrap;
}
.visarea
{
   background-color: #ffffff;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 3px;
   padding-bottom: 10px;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
table.center {margin-left:auto; margin-right:auto;}
.rawstyle { font-size:x-small;font-weight:bold;white-space:nowrap; }

.maxwid {
   max-width: 777px;
}

.xhidden {
	display:none;
}

.xshown {
	display:inline;
}

.WARNING 
{
   color: orange;
}

.ERROR
{
   color: red;
   font-weight: bold
}

.GOOD
{
   color: green;
}

pre
{
   background-color: #cccccc;
   border: 1px solid;
}