This file is indexed.

/usr/share/gforge/plugins/compactpreview/www/css/oslcTooltipStyle.css is in fusionforge-plugin-compactpreview 5.3.2+20141104-3+deb8u3.

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
/* Support for OSLC compact preview */

#resourcePopupContainer
{
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index: 20000;
}

.resourcePopupPopup {
}

.resourcePopupResult {
	background: #FFF;
}

#resourcePopupContent {
	background: #FFF;
	min-width: 175px;
	min-height: 50px;
}

.resourcePopupPopup .resourcePopupImage {
	margin: 5px;
	margin-right: 15px;
}

.resourcePopupPopup .corner{
	width: 19px;
	height: 15px;
}

.resourcePopupPopup .topLeft {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_topLeft.png) no-repeat right;
}

.resourcePopupPopup .bottomLeft {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_bottomLeft.png) no-repeat right top;
}

.resourcePopupPopup .left {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_left.png) repeat-y right;
}

.resourcePopupPopup .right {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_right.png) repeat-y;
}

.resourcePopupPopup .topRight {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_topRight.png) no-repeat left;
}

.resourcePopupPopup .bottomRight {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_bottomRight.png) no-repeat;
}  

.resourcePopupPopup .top {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_top.png) repeat-x bottom;
}

.resourcePopupPopup .bottom {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_bottom.png) repeat-x;
	text-align: center;  
}