This file is indexed.

/usr/share/GNUstep/Documentation/style.css is in gnustep-base-doc 1.24.7-1build2.

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
*{padding:0;margin:0;border:0;}

body
{
	background: #fff;
	color: #282931;
	background: #fff;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}


a		{ color: #37425f; }
a:link		{ color: #37425f; }
a:visited	{ color: #37425f; }
a:hover		{ color: black; }

h1 { font-size: 20pt; font-weight: 900; }
h2 { font-size: 16pt; font-weight: bold; }
h3 { font-size: 16pt; font-weight: normal; }
h4 { font-size: 12pt; font-weight: bold; }

h1,h2,h3,h4 {
	margin-top: 0px;
	margin-bottom: 3pt;		
	padding-top: 10pt;
}


.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

/*  #424f6f; */
.header
{
        background-image: url("masthead-bg.jpg");
        background-repeat: repeat-x;
        height: 74px;
	margin: 0px 100px 0px 100px;
        background-color: #424f6f;
/*
        width: 100%;
	height: 72px;
	background-color: #3f4c6c;
	margin: 0px 100px 0px 100px;
*/
}

.header img
{
	display: block;
	border: 0px;
}

.container
{
	margin: 0px 100px 0px 100px;
	border-left: 1px dashed #282931;
	border-right: 1px dashed #282931;
}

.content
{
	padding: 5pt 5pt;
	border-bottom: 1pt solid #e8e8e8;
}

.content * {
	line-height: 18pt;
}

ul,ol { margin-left: 14pt; }
blockquote { margin: 6pt; padding: 0 6pt; border-left: 3px solid #ccc; }