This file is indexed.

/usr/share/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/Header.css is in kde-telepathy-text-ui 4:15.12.3-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
#x-heading
{
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 5px;
	font-weight: regular;
	background-color: #fbfbed;
	z-index: 99;
	width: 100%;
	height: 45px;
	line-height: 1.2;
	border-bottom: 2px solid #d5d5d5;
	background:
		-webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 1)), to(rgba(244, 244, 244, 1)));
}

#x-heading .x-conversationIncomingIcon
{
	position: absolute;
	left: 4px;
	top: 4px;
}

#x-heading .x-conversationIncomingIcon img
{
	max-width: 48px;
	max-height: 48px;
}

#x-heading .x-conversationWith
{
	position: relative;
	left: 61px;
	margin: 8px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	overflow: hide;
}

#x-heading .x-conversationTime
{
	position: relative;
	left: 61px;
	color: #6d6d6d;
	font-size: 10px;
	font-weight: bold;
}

body
{
	margin-top: 65px;
}

#Chat
{
	padding-top: 55px;
}