This file is indexed.

/usr/share/cherokee/themes/default/theme.css is in libcherokee-server0 1.2.101-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
/* theme.css
 */
body
{
  color: #000;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

a
{
  text-decoration: none;
  font-size: small;
  font-weight: bold;
  color: #cc0000;
}

table
{
  font-size: small;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  border-spacing: 0px;
}

thead td
{
  border-bottom: 1px solid #3465a4;
  padding: 0px;
  border-spacing: 0px;
}

tbody td
{
  border-spacing: 1px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.logo
{
  display: block;
  border: 0px;
  margin: 0 auto;
}

.icon
{
  display: block;
  border: 0px;
}

.date {
	font-family: "mono", "Courier New", "Courier";
}

.size {
    text-align: right;
}