This file is indexed.

/usr/share/pyshared/IPython/frontend/html/notebook/static/prettify/prettify.css is in ipython-notebook 0.12.1+dfsg-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
.pln{
    color:#000
}

@media screen{
    .str{
        color:#BA2121;
    }.kwd{
        color:#008000;
        font-weight: bold;
    }.com{
        color:#408080;
        font-style: italic;
    }.typ{
        color:#606
    }.lit{
        color:#666666;
    }.pun,.opn,.clo{
    }.tag{
        color:#008
    }.atn{
        color:#606
    }.atv{
        color:#080
    }.dec,.var{
        color:#606
    }.fun{
        color:red
    }
}

pre.prettyprint{
    padding:2px;
    border:1px solid #888
}

ol.linenums{
    margin-top:0;
    margin-bottom:0
}

li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{
    list-style-type:none
}

li.L1,li.L3,li.L5,li.L7,li.L9{
    background:#eee
}