This file is indexed.

/usr/lib/apt-cacher-ng/style.css is in apt-cacher-ng 0.7.2-1ubuntu1.

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
         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;
         }