293
294
295
296
297
298
299
300
301
302
303
304
305
306
|
@ #style-footer {
@ font-size: 0.8em;
@ margin-top: 12px;
@ padding: 5px 10px 5px 10px;
@ text-align: right;
@ background-color: #414f84;
@ color: white;
@ }
}
}
/*
** WEBPAGE: test_env
*/
|
>
>
>
>
>
>
>
>
>
>
>
>
|
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
|
@ #style-footer {
@ font-size: 0.8em;
@ margin-top: 12px;
@ padding: 5px 10px 5px 10px;
@ text-align: right;
@ background-color: #414f84;
@ color: white;
@ }
@ table.label-value th {
@ text-align: right;
@ vertical-align: top;
@ }
@ div.section-title {
@ margin-bottom: 0px;
@ padding: 1px 1px 1px 1px;
@ font-size: 1.2em;
@ font-weight: bold;
@ background-color: #6a7ec7;
@ color: #0a1e67;
@ }
}
}
/*
** WEBPAGE: test_env
*/
|