This file is indexed.

/usr/lib/Wt/examples/extkitchen/extkitchen.css is in witty-examples 3.1.10-1ubuntu2.

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
body {
    font-family:arial,sans-serif;
}

p.p {
  margin: 16px 0px;
  font-size: smaller;
}

h1 {
  font-weight: bold;
}

h2, h3, h4, h5 {
  color: #505050;
}

h2 {
  padding-left: 30px;
  border-bottom: 1px solid #000;
}

h2 span {
  border-bottom: 0.2em solid #000;
}

/*
 * top-level layout
 */
.north {
    background:#0000AA url(ext/resources/images/default/basic-dialog/hd-sprite.gif) repeat-x scroll 0px -83px;
    border:0px none;
    padding-left:3px;
    padding-top:3px;
}

.dialog .x-layout-panel-north {
    background:#EEEEEE;
    border:0px none;
    padding-left:3px;
    padding-top:3px;
}

.north .header {
    color: white;
    padding-top: 3px;
}

.Wt-treeview {
    font-family: arial,tahoma,helvetica,sans-serif !important;
    font-size: 11px !important;
}

/*
 * for Widgets tree
 */
.treenodelabel {
  cursor:pointer;cursor:hand;
  font-size: 10pt;
}

.treenodelabel:hover {
  text-decoration: underline;
}

.treenodechildcount {
  font-size: 10pt;
  color:blue;
}