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:

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
	

Also available in: Unified diff