This file is indexed.

/usr/share/messageviewer/defaultthemes/5.2/style.css is in kf5-messagelib-data 4:17.12.3-0ubuntu3.

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
body {
    margin: 0;
    padding: 0;
}
div#headerbox {
    border-radius: 3px;
    border-bottom: 1px solid rgb(190, 190, 190);
    color: rgb(100, 100, 100) !important;
    overflow: auto;
    padding: 5px 20px;
}
div#headerbox table.outer {
    display: inline;
    position: fixed !important;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: 0px;
    border: none !important;
    table-collapse: collapse;
}
div#headerbox div#subject {
    color: rgb(100, 100, 100) !important;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
}
div#headerbox div#photo {
    float: left;
    margin: 5px;
}
div#headerbox div.table {
    display: table;
    padding-right: 12px;
    padding-top: 6px;
}
div#headerbox div.row {
    display: table-row;
}
div#headerbox div.headerleft {
    display: table-cell;
    padding: 0.1em 1em;
}
div#headerbox div.headerright {
    display: table-cell;
    font-weight: bold;
    padding: 0.1em;
}
div#headerbox div.headerrightdate {
    color: rgb(120, 125, 129) !important;
    display: table-cell;
    font-weight: bold;
    padding: 0.1em;
}
div#headerbox .actiontable {
   display: table;
   width: 100%;
}
div#headerbox div.actionrowtable {
   display:table-row;
}
div#headerbox div.theactioncell {
    display: table-cell;
    padding: 0px 2px; /* just some padding, if needed*/
    white-space: pre; /* this will avoid line breaks*/
}
div#headerbox div.theactionbigcell{
    display: table-cell;
    width: 100%; /* this will shrink other cells */
}

#kmailContent {
    clear: both;
    margin-top: 10px;
    padding: 20px;
}