This file is indexed.

/usr/share/jscommunicator/skin.css is in libjs-jscommunicator 2.1.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
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
span {
  color:#FFF;
 }

 #peer {
  color:#FFF;
}

#lang_selection {
  background-color: #888;
  color:#FFF;
}

#communicator {
  border-radius: 6px;
  border-style: solid;
  border-color: #FFF;
  border-width: 1px;
}

#dtmf-pad {
  border: 1px solid #FFF;
  opacity: 0.8;
}

#encapsulate {
  background-color: #888;
  border-radius: 6px;
}

#error span, #ws span, #reg span {
  color: white;
}

#header h1 {
  color: white;
}

#jsc-logout-button {
  color: #FFF;
}

h3 {
  color: white;
}