This file is indexed.

/usr/lib/ruby/vendor_ruby/omniauth/form.css is in ruby-omniauth 1.3.1-1+deb9u1.

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
72
73
74
75
76
77
78
79
80
81
body {
  background: #ccc;
  font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
}

h1 {
  text-align: center;
  margin: 30px auto 0px;
  font-size: 18px;
  padding: 10px 10px 15px;
  background: #555;
  color: white;
  width: 320px;
  border: 10px solid #444;
  border-bottom: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

h1, form {
  -moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
}

form {
  background: white;
  border: 10px solid #eee;
  border-top: 0;
  padding: 20px;
  margin: 0px auto 40px;
  width: 300px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

input {
  font-size: 18px;
  padding: 4px 8px;
  display: block;
  margin-bottom: 10px;
  width: 280px;
}

input#identifier, input#openid_url {
  background: url(http://openid.net/login-bg.gif) no-repeat;
  background-position: 0 50%;
  padding-left: 18px;
}

button {
  font-size: 22px;
  padding: 4px 8px;
  display: block;
  margin: 20px auto 0;
}

fieldset {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
}

fieldset input {
  width: 260px;
  font-size: 16px;
}