This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/lyceum/journal/browser/resources/journal.css is in python-schooltool.lyceum.journal 2.6.4-0ubuntu2.

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
76
77
78
79
80
81
82
83
84
/* styles for the gradebook */

.gradebook TABLE {
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
}

.gradebook TABLE.data {
    border-spacing: 0px;
}

.gradebook TABLE.data TD
{
    border-left: 1px solid #BBB;
}

.gradebook TD span.today {
    background-color: #EAFAE3;
}

.gradebook TABLE.data TD.selected-column
{
    border-left: 1px dashed #000;
    border-right: 1px dashed #000;
}

.gradebook TABLE.data TD.selected-cell
{
    border: solid 1px #000;
}

.gradebook TABLE.data TD.selected-row
{
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}

div.gradebook_content {
    float: left;
}

.gradebook_content div.month_tabs {
    padding-top: 1ex;
    padding-bottom: .5ex;
}

.gradebook_content span.active_tab {
    border-left: solid 1px #bbb;
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    padding: .5ex;
    background-color: #eee;
    width: 90px;
    text-align: center;
}

.gradebook_content span.inactive_tab {
    border-left: solid 1px #bbb;
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    padding: .5ex;
    background-color: #ddd;
    width: 90px;
    text-align: center;
}

.gradebook_content span.term_tab {
    border-right: solid 1px #bbb;
}

.gradebook table th {
    border-left: 1px solid #BBB;
    background: #ddd;
}


/* overrides colors in schooltool.css to match other gradebooks */
.gradebook_content tr.odd {
    background-color: #eee;
}

.gradebook_content tr.even {
    background-color: #ddd;
}