This file is indexed.

/usr/share/doc/php-texy/examples/1-2-3 start/style.css is in php-texy 2.6-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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
body, input, select, textarea, th, td {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

body, th, td {
	font-size: 80%;
	line-height: 1.4;
}

th, td {
	font-\size: 100%;
}


body {
	background: #F1F1F1;
	color: #111111;
}


h1 { font-size: 150%;  }
h2 { font-size: 130%; }
h3 { font-size: 115%;  }


hr {
	color: #3B7CD0;
	background-color: #3B7CD0;
	border: 0;
	height: 1px;
}

i, em { margin-right: 0.1em; }


ul {
	margin: 0 0 20px 20px;
	padding: 0;
}
ul li {
	margin-left: 20px;
}


table {
	background-color: #ffffff;
	border-spacing: 0px;
	border-collapse: collapse;
}

th {
	border: 1px solid #8cacbb;
	background-color: #dee7ec;
	padding: 3px;
}

td {
	border: 1px solid #8cacbb;
	padding: 3px;
}