This file is indexed.

/usr/share/pixmaps/pdfpc/pdfpc.css is in pdf-presenter-console 4.0.2-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
* {
    background-color: black;
    background-image: none;
    color: white;
    font-family: Verdana;
}

/* .slider and .trough are parts of scrollbar */
.slider, .progressbar {
    border: none;
    background-color: white;
}

/* The bottom text is automatically sized based on the resolution of
 * the presenter's screen but setting this value in the user's custom
 * CSS will override the auto-sizing.  See the man page for more
 * details.
    .bottomText {
        font-size: 5em;
    }
 */

GtkProgressBar {
    color: gray;
}

.trough {
    border: none;
}

pdfpcTimerLabel.pretalk {
    color: green;
}

pdfpcTimerLabel.last-minutes {
    color: orange;
}

pdfpcTimerLabel.overtime {
    color: red;
}