This file is indexed.

/usr/share/doc/seed-webkit2/style.css is in seed-webkit2-doc 4.0.0+20161014+6c77960+dfsg1-5build1.

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
83
body
{
	font-size: 10pt;
	font-family: "Helvetica" "sans-serif";
	text-align: justify;
}

#header
{
	text-align: right;
	font-size: 18pt;
	width: 100%;
	border-bottom: 1px solid #aaa;
	
}

#subheader
{
	text-align: right;
	font-size: 12pt;
	width: 100%;
}

div.section
{
	font-size: 16pt;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

div.subsection
{
	font-size: 12pt;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-left: 10px;
}



p
{
	margin-left: 10px;
	text-indent: 0em;
}

pre
{
	margin-left: 30px;
	padding: 7px;
	border: 1px solid #ccc;
	background-color: #eee;
}

div.filename
{
    margin-left: 25px;
    font-weight: bold;
    width: 70%;
    border-bottom: 1px solid #ccc;
}

code
{
    font-weight: bold;
}

namespace
{
    color:#ef2929;
}

type
{
    color:#73d216;
}

member
{
    color:#729fcf;
}