This file is indexed.

/usr/share/zabbix/styles/p.css is in zabbix-frontend-php 1:1.8.11-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
/* CSS Document */


P 			{	font-family:Verdana, Arial, Helvetica, sans-serif;font-size:8pt; }
P:link 		{	color:black; text-decoration: underline; }
P:visited 	{	color:black; text-decoration: none; }
P:hover 	{	color:black; text-decoration: none;}
P:active 	{	color:black; text-decoration: none;}

p.uppercase	{	text-transform: uppercase;}
p.margin	{	margin-left: 10pt;}

p.msgerror	{	color: #CC0000; }
p.msgok		{	color: #22AA44;	}

p.info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px dashed #000000;
	color:#000000;
	background-color: #FFFFFF;
}

p.error{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px dashed #000000;
	color:#AA0000;
	background-color: #FEFEFE;
}