]> git.llucax.com Git - mecon/yatta.git/blob - sistema/www/css/yatta.css
Modificaciones para la seccion procesos
[mecon/yatta.git] / sistema / www / css / yatta.css
1 /* \r
2 // $Id$\r
3 */\r
4 \r
5 .msg_negro { \r
6         color: #000000; \r
7         font-family: arial, Helvetica, sans-serif; \r
8         font-size: 8pt; \r
9         font-style: normal; \r
10         line-height: normal; \r
11         font-weight: normal \r
12 }\r
13 .msg_rojo { \r
14         color: #FF0000; \r
15         font-family: arial, Helvetica, sans-serif; \r
16         font-size: 8pt; \r
17         font-style: normal; \r
18         line-height: normal; \r
19         font-weight: normal \r
20 }\r
21 \r
22 \r
23 /*Celdas Importantes de Procesos*/\r
24 .celda_espera { \r
25         color: #0000CC; \r
26         font-family: arial, Helvetica, sans-serif; \r
27         font-size: 8pt; \r
28         font-style: bold\r
29         line-height: normal; \r
30         font-weight: normal \r
31 }\r
32 .celda_procesando { \r
33         color: #660099; \r
34         font-family: arial, Helvetica, sans-serif; \r
35         font-size: 8pt; \r
36         font-style: bold\r
37         line-height: normal; \r
38         font-weight: normal \r
39 }\r
40 .celda_error { \r
41         color: #CC0000; \r
42         font-family: arial, Helvetica, sans-serif; \r
43         font-size: 8pt; \r
44         font-style: bold\r
45         line-height: normal; \r
46         font-weight: normal \r
47 }\r
48 .celda_finalizado { \r
49         color: #009900; \r
50         font-family: arial, Helvetica, sans-serif; \r
51         font-size: 8pt; \r
52         font-style: bold; \r
53         line-height: normal; \r
54         font-weight: normal \r
55 }\r
56 .celda_abortado { \r
57         color: #FF6600; \r
58         font-family: arial, Helvetica, sans-serif; \r
59         font-size: 8pt; \r
60         font-style: bold; \r
61         line-height: normal; \r
62         font-weight: normal \r
63 }\r