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:

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. 

Also available in: Unified diff