Project

General

Profile

« Previous | Next » 

Revision 2350

Added by sgarg almost 20 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:

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

  

Also available in: Unified diff