This file is indexed.

/usr/share/kde4/apps/ktelepathy/styles/simkete/Contents/Resources/main.css is in kde-telepathy-text-ui 0.3.1-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
 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
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
body {
    font-size: 12px;
}

/*.KopeteMessage
{
    margin:1.4em .2em 0 .2em;
    clear: both;
}
*/

.IncomingMessageHeader
{
    background-color:#dfedff;
    padding:.1em;
    border:solid;
    border-color:#fafafa #d1dfef #d1dfef #fafafa;
    border-width:2px;
}

.IncommingList, .OutgoingList
{
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    line-height: 1.2em;
    list-style: none;
}


.IncomingMessage, .NextIncomingMessage
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1.2em;
    border-style: hidden; /* fix a strange bug*/
    border-width: 0 0 1px 0;
}


.NextIncomingMessage
{
    margin-left: 0;
    padding-left: 0;
    border: dotted #d1dfef;
    border-width: 1px 0 0 0;
}

.inUserPicture
{
    float: left;
    border: 1px solid #888;
    height: 48px;
    margin-top: 0.1em;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.inStatusIcon
{
    float: left;
}

.inTime
{
    float: right;
}
.inMetacontact
{
    margin-left: 0;
    font-weight: bold;
}

.IncomingAction
{
    border-top: 2px solid #dae5f0;
    border-right: 2px solid #aaccf0;
    border-bottom: 2px solid #aaccf0;
    border-left: 2px solid #dae5f0;
    padding: 0.1em;
    vertical-align: middle;
    background-color:#c3d9f0;
}
.inActionIcon
{
    float: left;
    margin-right: 0;
}
.inActionMetacontact
{
    margin-left: 0;
    font-weight: bold;
}
.inActionMessage
{
    margin-left: 1ex;
}

.OutgoingMessageHeader
{
    background-color:#f5f5f5;
    padding:.1em;
    border:solid;
    border-color:#fafafa #e3e3e3 #e3e3e3 #fafafa;
    border-width:2px;
}

.OutgoingMessage, .NextOutgoingMessage
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1.2em;
    border-style: hidden; /* fix a strange bug*/
    border-width: 0 0 1px 0;
}

.NextOutgoingMessage
{
    margin-left: 0;
    padding-left: 0;
    border: dotted #d1dfef;
    border-width: 1px 0 0 0;
}

.outUserPicture
{
    float: left;
    border: 1px solid #888;
    height: 48px;
    margin-top: 0.1em;
    margin-left: 0.1em;
    margin-right: 1ex;
}

.outStatusIcon
{
    float: left;
}

.outTime
{
    float: right;
}
.outMetacontact
{
    margin-left: 0;
    font-weight: bold;
}

.OutgoingAction
{
    border-top: 2px solid fafafa #cfcfcf;
    border-right: 2px solid fafafa #afafaf;
    border-bottom: 2px solid fafafa #afafaf;
    border-left: 2px solid fafafa #cfcfcf;
    padding: 0.1em;
    vertical-align: middle;
    background-color:#dedede;
}

.outActionIcon
{
    float: left;
    margin-right: 0;
}
.outActionMetacontact
{
    margin-left: 0;
    font-weight: bold;
}
.outActionMessage
{
    margin-left: 0;
}

/* _%status% which can be
        online offline away away_message return_away idle return_idle
        date_separator contact_joined (group chats) contact_left error
        timed_out
        encryption (all OTR messages use this status)
        purple (all IRC topic and join/part messages use this status)
        fileTransferBegan
        fileTransferComplete

Yes, but all this beauty is not supported by Empathy :( ...
there is only %messageClasses% == "event" for InternalMessages.

.IMHeader_online, .IMHeader_offline, .IMHeader_purple  {
    display: none;
}
*/

.IMHeader {
    background: #e5e5e5;
    color: black;
    font-size: x-small;
    margin-top: 0.1em;
    margin-left: 0.1em;
    margin-right: 0;
    font-size: 12px;
}

.IMHeaderTime {
    float: right;
    font-size: 12px;
}