This file is indexed.

/usr/lib/python2.7/dist-packages/sagenb/data/openid-realselector/css/style.css is in python-sagenb 1.0.1+ds1-2.

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
body {
  font: 14px 'Arial';
}

#openid {
  background: url(../img/indicator.gif) center center no-repeat;
  margin: 0 auto;
  width: 440px;
  height: 162px;
}

#openid_inputarea {
  clear: both;
  display: none;
  /*background: url(../img/balloon.png) no-repeat;*/
  width: 330px;
  height: 40px;
  color: black;
  /*text-align: center;*/
  margin-top: 35px;
  padding-top: 15px !important;
}

#openid_inputarea #openid_username {
  margin: 0 4px 0 8px;
  width: 120px;
}

#openid_btns, #openid_btns br {
  clear: both;
}

#openid_highlight {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 2px !important;
  background-color: #FFFCC9;
  float: left;
}

.openid_large_btn, .openid_small_btn {
  background: url(../img/openid-icons.png) no-repeat;
  margin: 3px;
  float: left;
}

.openid_large_btn {
  width: 91px;
  height: 51px;
}

.openid_small_btn {
  width: 16px;
  height: 16px;
}  

.Google { background-position: 0 0; }
.Yahoo { background-position: 0 -51px; }
.AOL { background-position: 0 -102px; }
.OpenID { background-position: 0 -153px; }
.MyOpenID { background-position: 0 -204px; }
.Flickr { background-position: 0 -220px; }
.Technorati { background-position: -17px -220px; }
.Wordpress { background-position: -17px -204px; }
.Blogger { background-position: -34px -204px; }
.Verisign { background-position: -51px -220px; }
.Vidoop { background-position: -34px -220px; }
.ClaimID { background-position: -68px -204px; }
.LiveJournal { background-position: -51px -204px; }
.MySpace { background-position: -68px -220px; }

a.openid_large_btn:focus {
  outline: none;
  -moz-outline-style: none;
}