Project

General

Profile

« Previous | Next » 

Revision 2410

Added by sgarg over 19 years ago

Changes made by Veronique and Saurabh in the css for the skins.

View differences:

lib/style/skins/specnet/specnet.css
136 136
    font-size: 12px; 
137 137
    font-family: Verdana,Arial,Helvetica,sans-serif; 
138 138
}
139
.sectionnames{
140
    font-weight: bold;
141
    font-size: 16px;
142
    color: #006400;
143
}
139 144

  
140 145
.title {
141 146
    font-family: Georgia, Times New Roman, Times, serif;
......
155 160
}
156 161

  
157 162
.tablehead {
158
    color: #0040A1;
163
    color: #006400;
159 164
    background: #FFFFFF;
160 165
    text-align: left;
161 166
    font-size: 14px; 
......
195 200
}    
196 201

  
197 202
a {
198
    color: #0040A1;
203
    color: #006400;
199 204
    font-weight: bold;
200 205
    font-size: 12px; 
201
    text-decoration: none; }
206
    text-decoration: underline; }
202 207
    
203 208
a:hover {
204 209
    color: #ff9933;
......
224 229
 *  these are used only in the registry skins
225 230
 */
226 231
p.searchbox {
227
    color: #0040A1;
232
    color: #006400;
228 233
    font-weight: bold;
229 234
    font-size: 12px; 
230 235
    text-decoration: none; 
231 236
}
237
.intro {
238
        width:   760;
239
        margin-left:    15;
240
}
232 241

  
233 242
br {
234 243
    margin: 0px;
......
242 251
.required {
243 252
    font-weight: bold;
244 253
    color: #b00000;
245
    font-size: 12px;
246 254
}
247 255

  
248 256
.label {
249 257
    font-weight: bold;
250
    font-size: 12px;
251 258
}
252 259

  
253 260

  
254 261
.emphasis {
255 262
    font-weight: bold;
256
    font-size: 12px;
263
    font-size: 18px;
264
    color: #000000;
257 265
}
258 266

  
259 267
.boldlink {
......
261 269
	font-size: 12px;
262 270
}
263 271

  
264

  
272
.colorbold {
273
	font-weight: bold;
274
	color: #006400;
275
	font-size: 12px;
276
}
265 277
.redbold {
266 278
	font-weight: bold;
267 279
	color: #b00000;
......
277 289
.smalltext {
278 290
	font-weight: bold;
279 291
	font-size: 10px;
292
	vertical-align: super;
280 293
}
281 294

  
295
.largetext {
296
	font-weight: bold;
297
	font-size: 16px;
298
} 
299

  
282 300
.italicized {
283 301
	font-style: italic;
284 302
	font-size: 12px;
285 303
}
286 304

  
287 305
.regtext {
306
	font-weight: normal;
288 307
	font-size: 12px;
289 308
}
309
.sectbody {
310
	background: #B4EEB4;
311
	font-size: 12px;
312
        font-weight: bold;}
313

  
314
.sectheader {
315
	background: #9BCD9B;
316
	font-size: 12px;
317
        font-weight: bold;}
318

  
319
.tables {
320
        width:   760px;
321
        margin-left:      20;
322
        border-top: solid black 1px;
323
        border-left: solid black 1px;
324
        border-right: solid black 1px;      
325
      }
290 326
	
291
.tables {
292
  width:   760;
293
  border:    0;
294
  margin:    0;
295
  padding:   9;
296
  border-spacing: 5;
297
  background-color: #c6d6e7;
298
}
327
.hide {
328
      display:none;
329
  }
330
  
331
.bordertop {
332
        border-top: solid black 1px;
333
      }
334
      
335
.borderbottom {
336
        border-bottom: 1px solid black;
337
        }
338
	
339
.topbottom {
340
	border-top: 1px solid black;
341
	border-bottom: 1px solid black; 
342
	}
343
	
344
.longwidth {
345
	width: 80%;
346
	}
299 347

  
348
.shortwidth {
349
	width: 40%;
350
	}
300 351

  
352
.rightCol {
353
       width:  24%;
354
       text-align: right;
355
    }
356
	
301 357
/**
302 358
 *  This is add to overload the p+p function defined in eml.css.
303 359
 *  Refer to bug# 1306 for further details. 
lib/style/skins/nrs/nrs.css
126 126
 *  these override styles imported from eml css 
127 127
 */
128 128

  
129
.title {
129

  
130
.sectionnames{
131
    font-weight: bold;
132
    font-size: 16px;
133
    color: #0040A1;
134
} 
135
 
136
 .title {
130 137
    font-family: Georgia, Times New Roman, Times, serif;
131 138
    color:      black;
132 139
    background: white;
......
186 193
    color: #0040A1;
187 194
    font-weight: bold;
188 195
    font-size: 12px; 
189
    text-decoration: none; }
196
    text-decoration: underline; }
190 197
    
191 198
a:hover {
192 199
    color: #ff9933;
......
211 218
/**
212 219
 *  these are used only in the registry skins
213 220
 */
221

  
222
 
223
.intro {
224
        width:   760;
225
        margin-left:    20;
226
}
227

  
228

  
229
.headertopmargin {
230
    margin-top:    10;
231
}
232

  
214 233
p.searchbox {
215 234
    color: #0040A1;
216 235
    font-weight: bold;
......
230 249
.required {
231 250
    font-weight: bold;
232 251
    color: #b00000;
233
    font-size: 12px;
234 252
}
235 253

  
236 254
.label {
237 255
    font-weight: bold;
238
    font-size: 12px;
239 256
}
240 257

  
241 258

  
242 259
.emphasis {
243 260
    font-weight: bold;
244
    font-size: 12px;
261
    font-size: 18px;
262
    color: #000000;
245 263
}
246 264

  
247 265
.boldlink {
......
249 267
	font-size: 12px;
250 268
}
251 269

  
270
.colorbold {
271
	font-weight: bold;
272
	color: #0040A1;
273
	font-size: 12px;
274
}
252 275

  
253 276
.redbold {
254 277
	font-weight: bold;
......
265 288
.smalltext {
266 289
	font-weight: bold;
267 290
	font-size: 10px;
291
	vertical-align: super;
268 292
}
269 293

  
294
.largetext {
295
	font-weight: bold;
296
	font-size: 16px;
297
} 
298

  
270 299
.italicized {
271 300
	font-style: italic;
272 301
	font-size: 12px;
273 302
}
274 303

  
275 304
.regtext {
305
	font-weight: normal;
276 306
	font-size: 12px;
277 307
}
308
.sectbody {
309
	background: #DDE2F0;
310
	font-size: 12px;
311
        font-weight: bold;}
312

  
313
.sectheader {
314
	background: #BDC7E1 ;
315
	font-size: 12px;
316
        font-weight: bold;}
317

  
318
.tables {
319
        width:   760px;
320
        margin-left:    20;
321
        border-top: solid black 1px;
322
        border-left: solid black 1px;
323
        border-right: solid black 1px;      
324
      }
278 325
	
279
.tables {
280
  width:   760;
281
  border:    0;
282
  margin:    0;
283
  padding:   9;
284
  border-spacing: 5;
285
  background-color: #c6d6e7;
286
}
326
.hide {
327
      display:none;
328
  }
329
  
330
.bordertop {
331
        border-top: solid black 1px;
332
      }
333
      
334
.borderbottom {
335
        border-bottom: 1px solid black;}
336
	
337
.topbottom {
338
	border-top: 1px solid black;
339
	border-bottom: 1px solid black; 
340
	}
341
.longwidth {
342
	width: 80%;
343
	}
287 344

  
345
.shortwidth {
346
	width: 40%;
347
	}
348

  
349

  
350
.rightCol {
351
       width:  24%;
352
       text-align: right;
353
    }
354
	
lib/style/skins/ltss/ltss.css
126 126
 *  these override styles imported from eml css 
127 127
 */
128 128

  
129
.title {
129

  
130
.sectionnames{
131
    font-weight: bold;
132
    font-size: 16px;
133
    color: #000000;
134
}
135
 
136
 .title {
130 137
    font-family: Georgia, Times New Roman, Times, serif;
131 138
    color:      black;
132 139
    background: white;
......
143 150
}
144 151

  
145 152
.tablehead {
146
    color: #0040A1;
153
    color: #000000;
147 154
    background: #FFFFFF;
148 155
    text-align: left;
149 156
    font-size: 14px; 
......
183 190
}    
184 191

  
185 192
a {
186
    color: #096B79;
193
    color: #000000;
187 194
    font-weight: bold;
188 195
    font-size: 12px; 
189
    text-decoration: none; }
196
    text-decoration: underline; }
190 197
    
191 198
a:hover {
192 199
    color: #ECCE00;
......
212 219
 *  these are used only in the registry skins
213 220
 */
214 221
.searchbox {
215
    color: #096B79;
222
    color: #000000;
216 223
    font-weight: bold;
217 224
    font-size: 12px; 
218 225
    text-decoration: none; 
219 226
}
220 227

  
228
p.searchbox {
229
    color: #000000;
230
    font-weight: bold;
231
    font-size: 12px; 
232
    text-decoration: none; 
233
}
234
.intro {
235
        width:   760;
236
        margin-left:    15;
237
}
238

  
221 239
br {
222 240
    margin: 0px;
223 241
    padding: 0px;
......
235 253
.label {
236 254
    font-weight: bold;
237 255
}
256

  
257

  
258
.emphasis {
259
    font-weight: bold;
260
    font-size: 18px;
261
    color: #000000;
262
}
263

  
264
.boldlink {
265
	font-weight: bold;
266
	font-size: 12px;
267
}
268

  
269
.colorbold {
270
	font-weight: bold;
271
	color: #000000;
272
	font-size: 12px;
273
}
274
.redbold {
275
	font-weight: bold;
276
	color: #b00000;
277
	font-size: 12px;
278
}
279

  
280
.greenbold {
281
	font-weight: bold;
282
	color: #008000;
283
	font-size: 12px;
284
}
285

  
286
.smalltext {
287
	font-weight: bold;
288
	font-size: 10px;
289
	vertical-align: super;
290
}
291

  
292
.largetext {
293
	font-weight: bold;
294
	font-size: 16px;
295
} 
296

  
297
.italicized {
298
	font-style: italic;
299
	font-size: 12px;
300
}
301

  
302
.regtext {
303
	font-weight: normal;
304
	font-size: 12px;
305
}
306
.sectbody {
307
	background: #EAEAEA;
308
	font-size: 12px;
309
        font-weight: bold;}
310

  
311
.sectheader {
312
	background: #C0C0C0;
313
	font-size: 12px;
314
        font-weight: bold;}
315

  
316
.tables {
317
        width:   760px;
318
        margin-left:      20;
319
        border-top: solid black 1px;
320
        border-left: solid black 1px;
321
        border-right: solid black 1px;      
322
      }
323
	
324
.hide {
325
      display:none;
326
  }
327
  
328
.bordertop {
329
        border-top: solid black 1px;
330
      }
331
      
332
.borderbottom {
333
        border-bottom: 1px solid black;}
334
	
335
.topbottom {
336
	border-top: 1px solid black;
337
	border-bottom: 1px solid black; 
338
	}
339
.longwidth {
340
	width: 80%;
341
	}
342

  
343
.shortwidth {
344
	width: 40%;
345
	}
346
        
347
.rightCol {
348
       width:  24%;
349
       text-align: right;
350
    }
351
	
lib/style/skins/esa/esa.css
126 126
 *  these override styles imported from eml css 
127 127
 */
128 128

  
129

  
130
	 
131
.sectionnames{
132
    font-weight: bold;
133
    font-size: 16px;
134
    color: #096B79;
135
}
136
 
129 137
.title {
130 138
    font-family: Georgia, Times New Roman, Times, serif;
131 139
    color:      black;
......
134 142
    font-weight: bold;
135 143
}
136 144

  
145
}
137 146
.highlight  {
138
    color: #006699;
147
    color: #096B79;
139 148
    background-color: #FFFFFF; 
140 149
    font-style: italic;
141 150
    font-size: 1em; 
......
143 152
}
144 153

  
145 154
.tablehead {
146
    color: #0040A1;
155
    color: #096B79;
147 156
    background: #FFFFFF;
148 157
    text-align: left;
149 158
    font-size: 14px; 
......
186 195
    color: #096B79;
187 196
    font-weight: bold;
188 197
    font-size: 12px; 
189
    text-decoration: none; }
198
    text-decoration: underline; }
190 199
    
191 200
a:hover {
192 201
    color: #ECCE00;
......
211 220
/**
212 221
 *  these are used only in the registry skins
213 222
 */
214
.searchbox {
223

  
224
 
225
 
226
 
227
p.searchbox {
215 228
    color: #096B79;
216 229
    font-weight: bold;
217 230
    font-size: 12px; 
......
223 236
    padding: 0px;
224 237
}
225 238

  
239

  
240
.headertopmargin {
241
margin-top:    10;
242
}
243

  
244
.intro {
245
        width:   760;
246
        margin-left:    15;
247
}
248

  
226 249
textarea {
227 250
   width: 80%;
228 251
}
......
230 253
.required {
231 254
    font-weight: bold;
232 255
    color: #b00000;
233
    font-size: 12px;
234 256
}
235 257

  
236 258
.label {
237 259
    font-weight: bold;
238
    font-size: 12px;
239 260
}
240 261

  
241 262

  
242 263
.emphasis {
243 264
    font-weight: bold;
244
    font-size: 12px;
265
    font-size: 18px;
266
    color: #000000;
245 267
}
246 268

  
269
.colorbold {
270
	font-weight: bold;
271
	color: #096B79;
272
	font-size: 12px;
273
}
274
	
247 275
.boldlink {
248 276
	font-weight: bold;
249 277
	font-size: 12px;
......
258 286

  
259 287
.greenbold {
260 288
	font-weight: bold;
261
	color: #008000;
289
	color: #096B79;
262 290
	font-size: 12px;
263 291
}
264 292

  
265 293
.smalltext {
266 294
	font-weight: bold;
267 295
	font-size: 10px;
296
	vertical-align: super;
268 297
}
269 298

  
299
.largetext {
300
	font-weight: bold;
301
	font-size: 16px;
302
} 
303

  
270 304
.italicized {
271 305
	font-style: italic;
272 306
	font-size: 12px;
273 307
}
274 308

  
275 309
.regtext {
310
	font-weight: normal;
276 311
	font-size: 12px;
277 312
}
278
	
313
.sectbody {
314
	background: #DEF1F1;
315
	font-size: 12px;
316
        font-weight: bold;}
317

  
318
.sectheader {
319
	background: #A3DADA;
320
	font-size: 12px;
321
        font-weight: bold;}
322

  
279 323
.tables {
280
  width:   760;
281
  border:    0;
282
  margin:    0;
283
  padding:   9;
284
  border-spacing: 5;
285
  background-color: #c6d6e7;
286
}
324
        width:   760px;
325
        margin-left:      20;
326
        border-top: solid black 1px;
327
        border-left: solid black 1px;
328
        border-right: solid black 1px;      
329
      }
287 330

  
331
.hide {
332
      display:none;
333
  }
334

  
335
.bordertop {
336
        border-top: solid black 1px;
337
      }
338
      
339
.borderbottom {
340
        border-bottom: 1px solid black;}
341
	
342
.topbottom {
343
	border-top: 1px solid black;
344
	border-bottom: 1px solid black; 
345
	}
346

  
347
.longwidth {
348
	width: 80%;
349
	}
350

  
351
.shortwidth {
352
	width: 40%;
353
	}
354
	
355
.rightCol {
356
       width:  24%;
357
       text-align: right;
358
    }
359
	
lib/style/skins/nceas/nceas.css
136 136
    font-size: 12px; 
137 137
    font-family: Verdana,Arial,Helvetica,sans-serif; 
138 138
}
139

  
139
.sectionnames{
140
    font-weight: bold;
141
    font-size: 16px;
142
    color: #0040A1;
143
}
140 144
.title {
141 145
    font-family: Georgia, Times New Roman, Times, serif;
142 146
    color:      black;
......
198 202
    color: #0040A1;
199 203
    font-weight: bold;
200 204
    font-size: 12px; 
201
    text-decoration: none; }
205
    text-decoration: underline; }
202 206
    
203 207
a:hover {
204 208
    color: #ff9933;
......
235 239
    padding: 0px;
236 240
}
237 241

  
242
.intro {
243
        width:   760;
244
        margin-left: 15;
245
}
246

  
238 247
textarea {
239 248
   width: 80%;
240 249
}
......
251 260

  
252 261
.emphasis {
253 262
    font-weight: bold;
254
    font-size: 12px;
263
    font-size: 18px;
264
    color: #000000;
255 265
}
256 266

  
257 267
.boldlink {
......
259 269
	font-size: 12px;
260 270
}
261 271

  
272
.colorbold {
273
	font-weight: bold;
274
	color: #0040A1;
275
	font-size: 12px;
276
}
262 277

  
263 278
.redbold {
264 279
	font-weight: bold;
......
275 290
.smalltext {
276 291
	font-weight: bold;
277 292
	font-size: 10px;
293
	vertical-align: super;
278 294
}
279 295

  
296
.largetext {
297
	font-weight: bold;
298
	font-size: 16px;
299
} 
300

  
280 301
.italicized {
281 302
	font-style: italic;
282 303
	font-size: 12px;
283 304
}
284 305

  
285 306
.regtext {
307
	font-weight: normal;
286 308
	font-size: 12px;
287 309
}
310
.sectbody {
311
	background: #e8eef7;
312
	font-size: 12px;
313
        font-weight: bold;}
314

  
315
.sectheader {
316
	background: #B7C9E3;
317
	font-size: 12px;
318
        font-weight: bold;}
319
    
320
.tables {
321
        width:   760px;
322
        margin-left:      20;
323
        border-top: solid black 1px;
324
        border-left: solid black 1px;
325
        border-right: solid black 1px;      
326
      }
288 327
	
289
.tables {
290
  width:   760;
291
  border:    0;
292
  margin:    0;
293
  padding:   9;
294
  border-spacing: 5;
295
  background-color: #c6d6e7;
296
}
328
.hide {
329
      display:none;
330
  }
331
  
332
.bordertop {
333
        border-top: solid black 1px;
334
      }
297 335

  
336
.borderbottom {
337
        border-bottom: solid black 1px;
338
      }
339
      
340
.topbottom {
341
	border-top: 1px solid black;
342
	border-bottom: 1px solid black; 
343
	}	
298 344

  
299
.columnformat
300
{}
301
	
345
.longwidth {
346
	width: 80%;
347
	}
348

  
349
.shortwidth {
350
	width: 35%;
351
	}
352
        
353
.rightCol {
354
       width:  24%;
355
       text-align: right;
356
    }
357

  
302 358
/**
303 359
 *  This is add to overload the p+p function defined in eml.css.
304 360
 *  Refer to bug# 1306 for further details. 
lib/style/skins/obfs/obfs.css
126 126
 *  these override styles imported from eml css 
127 127
 */
128 128

  
129

  
130
.sectionnames{
131
    font-weight: bold;
132
    font-size: 16px;
133
    color: #0040A1;
134
} 
135
 
129 136
.title {
130 137
    font-family: Georgia, Times New Roman, Times, serif;
131 138
    color:      black;
......
186 193
    color: #0040A1;
187 194
    font-weight: bold;
188 195
    font-size: 12px; 
189
    text-decoration: none; }
196
    text-decoration: underline; }
190 197
    
191 198
a:hover {
192 199
    color: #ff9933;
......
211 218
/**
212 219
 *  these are used only in the registry skins
213 220
 */
221

  
222
.intro {
223
        width:   760;
224
        margin-left:    20;
225
}
226
 
227

  
214 228
p.searchbox {
215 229
    color: #0040A1;
216 230
    font-weight: bold;
......
230 244
.required {
231 245
    font-weight: bold;
232 246
    color: #b00000;
233
    font-size: 12px;
234 247
}
235 248

  
236 249
.label {
237 250
    font-weight: bold;
238
    font-size: 12px;
239 251
}
240 252

  
241 253

  
242 254
.emphasis {
243 255
    font-weight: bold;
244
    font-size: 12px;
256
    font-size: 18px;
257
    color: #000000;
245 258
}
246 259

  
247 260
.boldlink {
......
249 262
	font-size: 12px;
250 263
}
251 264

  
265
.colorbold {
266
	font-weight: bold;
267
	color: #0040A1;
268
	font-size: 12px;
269
}
252 270

  
253 271
.redbold {
254 272
	font-weight: bold;
......
265 283
.smalltext {
266 284
	font-weight: bold;
267 285
	font-size: 10px;
286
	vertical-align: super;
268 287
}
269 288

  
289
.largetext {
290
	font-weight: bold;
291
	font-size: 16px;
292
} 
293

  
270 294
.italicized {
271 295
	font-style: italic;
272 296
	font-size: 12px;
273 297
}
274 298

  
275 299
.regtext {
300
	font-weight: normal;
276 301
	font-size: 12px;
277 302
}
278
	
303
.sectbody {
304
	background: #e8eef7;
305
	font-size: 12px;
306
        font-weight: bold;}
307

  
308
.sectheader {
309
	background: #B7C9E3;
310
	font-size: 12px;
311
        font-weight: bold;}
312

  
313
    
279 314
.tables {
280
  width:   760;
281
  border:    0;
282
  margin:    0;
283
  padding:   9;
284
  border-spacing: 5;
285
  background-color: #c6d6e7;
286
}
315
        width:   760px;
316
        margin-left:      20;
317
        border-top: solid black 1px;
318
        border-left: solid black 1px;
319
        border-right: solid black 1px;      
320
      }
287 321

  
322
	
323
.hide {
324
      display:none;
325
  }
326

  
327
.bordertop {
328
        border-top: solid black 1px;
329
      }
330
      
331
.borderbottom {
332
        border-bottom: 1px solid black;}
333
	
334
.topbottom {
335
	border-top: 1px solid black;
336
	border-bottom: 1px solid black; 
337
	}
338
.longwidth {
339
	width: 80%;
340
	}
341

  
342
.shortwidth {
343
	width: 40%;
344
	}
345

  
346

  
347
.rightCol {
348
       width:  24%;
349
       text-align: right;
350
    }

Also available in: Unified diff