Project

General

Profile

« Previous | Next » 

Revision 2350

Added by sgarg over 19 years ago

I (Andrea) defined new styles in the .css files that are used in the
entryForm.tmpl page.

(Committed for Andrea Chadden by Saurabh Garg)

View differences:

lib/style/skins/specnet/specnet.css
242 242
.required {
243 243
    font-weight: bold;
244 244
    color: #b00000;
245
    font-size: 12px;
245 246
}
246 247

  
247 248
.label {
248 249
    font-weight: bold;
250
    font-size: 12px;
249 251
}
250 252

  
253

  
254
.emphasis {
255
    font-weight: bold;
256
    font-size: 12px;
257
}
258

  
259
.boldlink {
260
	font-weight: bold;
261
	font-size: 12px;
262
}
263

  
264

  
265
.redbold {
266
	font-weight: bold;
267
	color: #b00000;
268
	font-size: 12px;
269
}
270

  
271
.greenbold {
272
	font-weight: bold;
273
	color: #008000;
274
	font-size: 12px;
275
}
276

  
277
.smalltext {
278
	font-weight: bold;
279
	font-size: 10px;
280
}
281

  
282
.italicized {
283
	font-style: italic;
284
	font-size: 12px;
285
}
286

  
287
.regtext {
288
	font-size: 12px;
289
}
290
	
291
.tables {
292
  width:   760;
293
  border:    0;
294
  margin:    0;
295
  padding:   9;
296
  border-spacing: 5;
297
  background-color: #c6d6e7;
298
}
299

  
300

  
251 301
/**
252 302
 *  This is add to overload the p+p function defined in eml.css.
253 303
 *  Refer to bug# 1306 for further details. 
lib/style/skins/nrs/nrs.css
230 230
.required {
231 231
    font-weight: bold;
232 232
    color: #b00000;
233
    font-size: 12px;
233 234
}
234 235

  
235 236
.label {
236 237
    font-weight: bold;
238
    font-size: 12px;
237 239
}
240

  
241

  
242
.emphasis {
243
    font-weight: bold;
244
    font-size: 12px;
245
}
246

  
247
.boldlink {
248
	font-weight: bold;
249
	font-size: 12px;
250
}
251

  
252

  
253
.redbold {
254
	font-weight: bold;
255
	color: #b00000;
256
	font-size: 12px;
257
}
258

  
259
.greenbold {
260
	font-weight: bold;
261
	color: #008000;
262
	font-size: 12px;
263
}
264

  
265
.smalltext {
266
	font-weight: bold;
267
	font-size: 10px;
268
}
269

  
270
.italicized {
271
	font-style: italic;
272
	font-size: 12px;
273
}
274

  
275
.regtext {
276
	font-size: 12px;
277
}
278
	
279
.tables {
280
  width:   760;
281
  border:    0;
282
  margin:    0;
283
  padding:   9;
284
  border-spacing: 5;
285
  background-color: #c6d6e7;
286
}
287

  
lib/style/skins/nceas/nceas.css
248 248
    font-weight: bold;
249 249
}
250 250

  
251

  
252
.emphasis {
253
    font-weight: bold;
254
    font-size: 12px;
255
}
256

  
257
.boldlink {
258
	font-weight: bold;
259
	font-size: 12px;
260
}
261

  
262

  
263
.redbold {
264
	font-weight: bold;
265
	color: #b00000;
266
	font-size: 12px;
267
}
268

  
269
.greenbold {
270
	font-weight: bold;
271
	color: #008000;
272
	font-size: 12px;
273
}
274

  
275
.smalltext {
276
	font-weight: bold;
277
	font-size: 10px;
278
}
279

  
280
.italicized {
281
	font-style: italic;
282
	font-size: 12px;
283
}
284

  
285
.regtext {
286
	font-size: 12px;
287
}
288
	
289
.tables {
290
  width:   760;
291
  border:    0;
292
  margin:    0;
293
  padding:   9;
294
  border-spacing: 5;
295
  background-color: #c6d6e7;
296
}
297

  
298

  
299
.columnformat
300
{}
301
	
251 302
/**
252 303
 *  This is add to overload the p+p function defined in eml.css.
253 304
 *  Refer to bug# 1306 for further details. 
......
255 306

  
256 307
p + p {
257 308
    text-indent: 0em;
309

  
258 310
}
311

  
312

  
313

  
lib/style/skins/obfs/obfs.css
230 230
.required {
231 231
    font-weight: bold;
232 232
    color: #b00000;
233
    font-size: 12px;
233 234
}
234 235

  
235 236
.label {
236 237
    font-weight: bold;
238
    font-size: 12px;
237 239
}
240

  
241

  
242
.emphasis {
243
    font-weight: bold;
244
    font-size: 12px;
245
}
246

  
247
.boldlink {
248
	font-weight: bold;
249
	font-size: 12px;
250
}
251

  
252

  
253
.redbold {
254
	font-weight: bold;
255
	color: #b00000;
256
	font-size: 12px;
257
}
258

  
259
.greenbold {
260
	font-weight: bold;
261
	color: #008000;
262
	font-size: 12px;
263
}
264

  
265
.smalltext {
266
	font-weight: bold;
267
	font-size: 10px;
268
}
269

  
270
.italicized {
271
	font-style: italic;
272
	font-size: 12px;
273
}
274

  
275
.regtext {
276
	font-size: 12px;
277
}
278
	
279
.tables {
280
  width:   760;
281
  border:    0;
282
  margin:    0;
283
  padding:   9;
284
  border-spacing: 5;
285
  background-color: #c6d6e7;
286
}
287

  
lib/style/skins/knb/knb.css
224 224
.label {
225 225
    font-weight: bold;
226 226
}
227

  
228
.emphasis {
229
    font-weight: bold;
230
    font-size: 12px;
231
}
232

  
233
.boldlink {
234
	font-weight: bold;
235
	font-size: 12px;
236
}
237

  
238

  
239
.redbold {
240
	font-weight: bold;
241
	color: #b00000;
242
	font-size: 12px;
243
}
244

  
245
.greenbold {
246
	font-weight: bold;
247
	color: #008000;
248
	font-size: 12px;
249
}
250

  
251
.smalltext {
252
	font-weight: bold;
253
	font-size: 10px;
254
}
255

  
256
.italicized {
257
	font-style: italic;
258
	font-size: 12px;
259
}
260

  
261
.regtext {
262
	font-size: 12px;
263
}
264
	
265
.tables {
266
  width:   760;
267
  border:    0;
268
  margin:    0;
269
  padding:   9;
270
  border-spacing: 5;
271
  background-color: #c6d6e7;
272
}
273

  
lib/style/skins/knb2/knb2.css
212 212
    padding: 0px;
213 213
}
214 214

  
215

  
215 216
textarea {
216 217
   width: 80%;
217 218
}
......
219 220
.required {
220 221
    font-weight: bold;
221 222
    color: #b00000;
223
    font-size: 12px;
222 224
}
223 225

  
224 226
.label {
225 227
    font-weight: bold;
228
    font-size: 12px;
226 229
}
230

  
231

  
232
.emphasis {
233
    font-weight: bold;
234
    font-size: 12px;
235
}
236

  
237
.boldlink {
238
	font-weight: bold;
239
	font-size: 12px;
240
}
241

  
242

  
243
.redbold {
244
	font-weight: bold;
245
	color: #b00000;
246
	font-size: 12px;
247
}
248

  
249
.greenbold {
250
	font-weight: bold;
251
	color: #008000;
252
	font-size: 12px;
253
}
254

  
255
.smalltext {
256
	font-weight: bold;
257
	font-size: 10px;
258
}
259

  
260
.italicized {
261
	font-style: italic;
262
	font-size: 12px;
263
}
264

  
265
.regtext {
266
	font-size: 12px;
267
}
268
	
269
.tables {
270
  width:   760;
271
  border:    0;
272
  margin:    0;
273
  padding:   9;
274
  border-spacing: 5;
275
  background-color: #c6d6e7;
276
}
277

  

Also available in: Unified diff