This file is indexed.

/usr/share/pyshared/zope/app/rotterdam/site_management_tablelayout.css is in python-zope.app.rotterdam 3.5.3-0ubuntu1.

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
/*
** Customisations for the Site Management view 
** Used when the URL contains ++etc++site
*/
a {
	color: #963;
}

div#action {
	height: 24px;
	width: 100%;
	background-color: #963;
}

div#action ul {
	line-height: 24px;
	color: #FFF;
	white-space: nowrap;
    float: right;
	margin: 0px;
    padding: 0px 5px 0px 0px;
}

div#action li {
	list-style-type: none;
	display: inline;
}

div#action li a {
	color: #FFF;
	text-decoration: none;
    border-left: 1px dashed white;
    padding: 0px 5px;
}

div#action li a:link {
    color: #FFF;
}

div#action li a:hover {
    color: black;
    background-color: white;
}

.itemViews {
    border-bottom: 1px solid #963;
}

.itemViews a {
    border: 1px solid #963;
}

.itemViews a.selected {
    background: #963;
    border-bottom: #963 1px solid;
}

.itemViews a:hover {
    background-color: #963;
    color: White;
}

hr {
    color: #963;
}


h1, h2, h3, h4, h5, h6 {
    border-bottom: 1px solid #963;
}

div.row div.label {
    background: #963;
    border: 1px solid #963; /* Same as .itemViews */
}