This file is indexed.

/usr/share/doc/libjava-gnome-java/api/stylesheet.css is in libjava-gnome-java-doc 4.1.3-6.

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
body { background-color: #FFFFFF }

a:link             { text-decoration: underline; color: #333366; }
a:visited          { text-decoration: underline; color: #1a2491; } 
a:hover            { text-decoration: underline; color: red; }

img.snapshot {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 5px;
	float: right;
	vertical-align: top;
}

hr {
	clear: both;
}

pre {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

var {
	color: #005200;
}

/*
 * The remainder of this file is verbatim from the default JavaDoc stylesheet.
 */

/* Headings */
h1 { font-size: 145% }

/* Table colors */
.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}