This file is indexed.

/usr/share/drupal6/themes/arthemia/ribbon.css is in drupal6-thm-arthemia 2.0-1.

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
/*  
$Id: ribbon.css,v 1.1 2009/07/16 18:18:19 nbz Exp $
Theme Name: Arthemia
CSS file: Category ribbon theming.
*/

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
}

.category p {
	margin:0;
}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
}

.category a, .category a:visited {
	color:#333;
	display:block;
	background:none;
}

.category a:hover {
	text-decoration:none;
}

#cat-1:hover, #cat-1:hover a, #cat-3:hover, #cat-3:hover a, #cat-5:hover, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover, #cat-2:hover a, #cat-4:hover, #cat-4:hover a {background:#3c78a7; color:#fff; }