This file is indexed.

/usr/share/kde4/apps/plasma-applet-opendesktop/user.css is in plasma-widgets-addons 4:4.13.0-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
/** Stylesheet for the UserWidget used in the openDesktop applet

    Please use the following placeholders for colors and sizes.
    They are replaced by colors matching the theme.

        %textcolor      : Foreground color, used for text
        %background     : background color, defaults to transparant
        %visitedlink    : visited link color
        %activatedlink  : activated link color
        %hoveredlink    : link color when hovered
        %smallfontsize  : Size of the smallest readable font
        %fontsize       : Normal size for fonts
 */

body {
    margin: 0px 0px 0px 0px;
    color: %textcolor;
}

h2 {
    font-size: 10px;
    color: %textcolor;
    opacity: .4;
}

td {
    font-size: %smallfontsize;
    font-style: normal;
}

.infoheader {
    font-weight: bold;
    text-align: right;
}

.rowheader {
    font-size: %smallfontsize;
    vertical-align: top;
    font-weight: bold;
    text-align: right;
    opacity: .7;
}

a:visited   { color: %visitedlink; }
a:link   { color: %link .8; }
a:hover { text-decoration: none; opacity: .4; }