This file is indexed.

/usr/share/doc/php-cas/examples/example.css is in php-cas 1.3.3-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
.error {
	border: 1px solid #aa0000;
	color: #aa0000;
	padding: 5px;
}
.success {
	border: 1px solid #00aa00;
	color: #00aa00;
	padding: 5px;
}