This file is indexed.

/usr/share/prayer/static/forms.css is in prayer 1.3.5-dfsg1-4build1.

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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
/* $Cambridge: hermes/src/prayer/files/static/forms.css,v 1.2 2008/09/16 09:59:56 dpc22 Exp $ */
/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
   
   * Form Styles *
      
   This is the form CSS-file for the framework.
   Include this in the layout.css file.
   
-------------------------------------------------------------- */

/* =DEFAULT-FORM-STYLES
----------------------------------------------- */

form.default-form fieldset {	
	margin: 1em 0 0 0;
	padding: 0;
	border-bottom: 1px solid #EEE;
}

form.lookup fieldset {	
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #EEE;
	}

form.default-form fieldset.actions {
	border: none;
}

form.default-form legend {
	list-style-type: none;
	font-weight: bold;
	padding: 0 0 0.5em 0;
}

form.lookup legend {
	list-style-type: none;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	}

form.default-form p {

}

form.default-form div {
	display: block;
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #EEE;
}

form.lookup div {
	display: block;
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #EEE;
	background: #f8f4e9;
}

form.default-form div div {
	background: none;
	border: none;
	padding: 0;
}

form.default-form div.alt {
	background: #f8f4e9;
}

form.default-form label {
	font-size: 80%;
	line-height: normal;
	position: relative;
	top: 0.15em;
	padding: 0 0 0 1em;
	width: 15em;
	float: left;
	clear: left;
}

form.lookup label {
	font-size: 80%;
	line-height: normal;
	position: relative;
	top: 0.15em;
	padding: 0 0 0 1em;
/*
	width: 15em;
*/
	float: left;
	clear: left;
}

form.lookup span.label {
	font-size: 80%;
	line-height: normal;
/*
	position: relative;
*/
	top: 0.15em;
	padding: 0 0 0 1em;
/*
	width: 15em;

	float: left;
	clear: left;
*/}

form.default-form label span {
	position: absolute;
	right: 0.5em;
	color: red;
	font-weight: bold;
}

form.default-form .radio, form.default-form .checkbox {
	position: relative;
	top: -0.1em;
	float: left;
	margin: 0.3em 0 0.3em 0;
	width: auto;
}

form.default-form #day, form.default-form #month, form.default-form #year {
	position: relative;
	top: 0;
	width: 4.8em;
}

form.default-form fieldset.actions div {
	border: none;
	text-align: right;
}

form.default-form fieldset.actions p {
	font-size: 80%;
	line-height: normal;
	display: inline;
}

form.default-form #button-next {
	width: auto;
}

form.default-form input, form.default-form textarea, form.default-form select {
	width: 15em;
}

form.default-form .error {
	border: 1px solid red;
	background: #FFCCCC;
}

/* =ERROR MESSAGES
----------------------------------------------- */

div#error, div#message {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
}

div#error {
	border: 1px solid red;
	background: #FFCCCC url(/icons/icon-alert-warning.gif) no-repeat 10px 10px;
}


/* =SEARCH-FORM
----------------------------------------------- */

div#site-search form {
	font-size: 0.75em;
	margin: 0 20px 0 9px;
}

div#site-search form label {
	color: #999999;
}

div#site-search form #search-term {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #CCC;
	padding: 2px;
	/* amended by DMR (Studio24) 24.01.08*/
	width: 10em;
}

div#site-search form #search-button {
	position: relative;
	top: 6px;
}

/*text decoration changed 2.2 hvs*/
div#site-search form a {
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	margin-left: 2.5em;
	padding-left: 15px;
	background: url(/icons/icon-arrow-nav-primary.gif) no-repeat 0 6px;
	text-decoration: none;	
}

div#site-search form a:hover {
	text-decoration: none;
}