This file is indexed.

/usr/share/xul-ext/monkeysphere/chrome/content/local.css is in xul-ext-monkeysphere 0.8-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
 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
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/* CSS for web.monkeysphere.info

Copyright: 2008,2009,2010

Authors: 
Dan Scott <danscott@riseup.net>,
Micah Anderson <micah@riseup.net>,
Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Jameson Rollins <jrollins@finestructure.net>,
Jamie McClelland <jm@mayfirst.org>

License: This stylesheet is licensed under the GNU GPL, version 3 or
later (your choice).

The full text of the GPL can be found at:

  http://www.gnu.org/licenses/gpl.html

*/

h1 {
  -moz-border-radius: 3px;
  color: #433111;
  display: block;
  font-size: 1.6em;
  font-weight: normal;
  margin-top: 20px;
  background: #E9C4A8;
  padding: 3px 0 6px 8px;
  font-family: "Baskervald ADF Std",serif;
  border: 1px solid saddlebrown;
}

h2 {
  border-top: 1px solid saddlebrown;
  color: #433111;
  display: block;
  font-size: 1.3em;
  font-weight: normal;
  margin-top: 20px;
  padding: 4px 0 0 8px;
  background: #e9c4a8;
}

h3 {
  color: #433111;
  font-size: 1.1em;
  margin-top: 20px;
  padding: 0px 0 0 8px;
  font-weight:bold;
}

body {
  color: #3F403F;
  font-family: "Liberation Sans",sans-serif;
  font-size: 0.96em;
  line-height: 22px;
  margin: 0;
}

*|*:visited {
  color: #f6a464;
}

*|*:-moz-any-link {
  text-decoration: none;
}

:-moz-any-link {
  cursor: pointer;
}

a:link { 
  color: #CC6600;
}

a:visited { 
  color: #79300C;
}

a:hover { 
  text-decoration: underline;
}

pre {
  background: #fcf6eb;
  border: 1px solid #aaa;
  padding: 3px 0px 0px 10px;
  margin-left: 10px;
  margin-right: 10em;
  overflow: auto;
  line-height: 20px;
}

table.sitenav {
  color: #79300C;
  border-bottom: 1px solid #6F4B30;
  font-size: larger;
  padding: 18px 5px 0 0px;
  width: 100%;
  background: none repeat scroll 0 0 #fff2e4;
  margin: 0px;
}

table.sitenav img.logo {
  margin: 0em;
  padding: 0px;
  vertical-align: bottom;
}

table.sitenav img.title {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

table.sitenav a { 
  margin-right: 1em;
  font-size: 16px;
  font-family: sans-serif;
}

table.sitenav span.selflink { 
  font-weight: bold;
  text-decoration: underline;
  margin-right: 1em;
  font-variant: small-caps;
}

div.header { 
  text-align: right;
  display: none;
  padding: 0px;
}

div.actions { 
  text-align: right;
  display: none;
}

#sidebar {
  line-height: normal;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

/* align main paragraphs to the right side of the monkey's finger */
#content {
  padding: 0 10px;
}

div#content > p { 
  margin-left: 0px;
  margin-right: 5em;
  padding: 0 0 0 8px;
}

/* only needed if we're doing footnotes... */
sup {
  font-size: 0.65em;
  font-weight: bold;
  vertical-align: text-top;
}

.footnotes {
  margin-left: 18px;
  margin-right: 5em;
}

:target {
  background-color: #F80;
}