This file is indexed.

/usr/share/kde4/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/Topic.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
#x-topic #x-wrap
{
	padding-top: 0px;
	padding-bottom: 6px;
	min-height: 48px;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 100;
	border-bottom: 2px solid #d5d5d5;
	font-size: 10px;
	background:
		-webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 1)), to(rgba(244, 244, 244, 1)));
}

#x-topic #topicEdit
{
	margin-top: 6px;
	margin-left: 66px;
	margin-right: 8px;
	display: block;
	min-height: 1.2em;

	word-wrap: break-word;
	word-break: break-word;
}

#x-topic .x-serviceIcon
{
	position: fixed;
	top: 6px;
	left: 6px;
}

#x-topic img.x-serviceIcon
{
	width: 48px;
	height: 48px;
	top: 4px;
	left: 4px;
}

#topic[title=""] #topicEdit
{
	background: #d5d5d5;
	-webkit-border-radius: 4px;
}