This file is indexed.

/usr/share/cherokee/themes/plain/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
a, a:active {
    text-decoration: none;
    color: blue;
}

a:visited {
    color: #48468F;
}

a:hover, a:focus {
    text-decoration: underline;
    color: red;
}

body {
    background-color: #F5F5F5;
}

h2 {
    margin-bottom: 12px;
}

table {
    margin-left: 12px;
}

th, td {
    font: 90% monospace;
    text-align: left;
}

th {
    font-weight: bold;
    padding-right: 14px;
    padding-bottom: 3px;
}

td {
    padding-right: 14px;
}

td.s, th.s {
    text-align: right;
}

div.list {
    background-color: white;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
    padding-top: 10px;
    padding-bottom: 14px;
}

div.foot {
    font: 90% monospace;
    color: #787878;
    padding-top: 4px;
}