This file is indexed.

/usr/share/httpry/plugins/xml_output.css is in httpry-tools 0.1.7-3.

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
/* httpry.css | created: 08/31/2006
 *
 * Sample CSS formatting file for the default httpry
 * XML format output fields.
 *
 */

/* Top level block formatting */
* {
   font-family: Arial, Times, sans-serif;
   font-size: 10pt;
}
flow {
   padding: .25em;
   display: block;
   margin: 1px;
   background: #ddd;
}
step {
   padding: .25em;
   display: block;
   margin: 1px;
   background: #eee;
   white-space: nowrap;
}

/* Individual field formatting */
timestamp {
   color: #004080;
   font-size: smaller;
}
source-ip {
   color: #00B300;
   font-size: smaller;
   padding-left: 1em;
}
dest-ip:before {
   content: " <--> ";
}
dest-ip {
   color: #00B300;
   font-size: smaller;
}
direction {
   color: #aaa;
   font-size: smaller;
   font-weight: bold;
   padding-left: 1em;
}
method {
   color: #000;
   font-size: smaller;
   padding-left: 1em;
}
host {
   color: #0000b7;
   padding-left: 1em;
}
request-uri {
   color: #b70000;
}
http-version {
   color: #aaa;
   font-size: smaller;
   padding-left: 1em;
}
status-code,reason-phrase {
   color: #aaa;
   font-size: smaller;
   padding-left: 1em;
}