This file is indexed.

/usr/share/doc/libfilesys-smbclient-perl/examples/smb2www.css is in libfilesys-smbclient-perl 3.2-2build4.

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
BODY  {
  background-color: #E6EEF7;
  font-family: Arial, Helvetica, sans-serif; font-size: 90%;
  font-weight: normal; font-style: normal; font-variant: normal;
  margin-left : 5;
  margin-top : 5;
    }
h1    { font-size:110%;  color : #02578A; }
h2    { font-size:100%;  color : #006666; }
h3     { font-size:90% }

A:link   { color: #006262;    font-weight:bold;}   /* unvisited link */
A:visited   { color: #006262;   font-weight:bold;}    /* visited links */
A:HOVER   { color: #00CCCC;   font-weight:bold;}    /* visited links */

.style1 { background-color :  #E6EEF7; }
.style2 { background-color : white;}
.name   {}
.size   {}
.time   { font-size: 85%;}