This file is indexed.

/usr/share/doc/python-gdata-doc/examples/blogger/oauth-appengine/css/index.css is in python-gdata-doc 2.0.14-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
* {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
               "Helvetica Neue", sans-serif;
}

body {
 padding-left:15px;
 padding-right:15px;
}
a {
  color:#6699ff;
  text-decoration:none;
}
a:hover {
  color:#666666;
  text-decoration:underline;
}
#header {
  color:#666666;
  padding-bottom:10px;
  margin-bottom:1em;
  border-bottom:1px solid #666666;
  height:25px;
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}

div#status span.text {
  background-color: #FFEEAA;
  text-align: center;
  padding: 5px;
  font-size: 0.8em;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: black;
}

div.blog {
  padding:10px 10px 10px 20px;
  border-bottom:1px solid #eee;
  float: left;
  width: 90%;
}
div.blog:hover {
  background-color:#fffccc;
}

div.blog span.date {
  font-size: 0.7em;
}

.hidden {
  display: none;
}

.post-editor-wrapper {
  text-align: right;
}