comparison trunk/src/dil_xml.css @ 521:772ffdb18fd4

Fix: added 'Cent' to enum TID. Updated CSS files.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 15 Dec 2007 22:51:27 +0100
parents 511c14950cac
children 84fde575a2fe
comparison
equal deleted inserted replaced
520:f203c5248d0b 521:772ffdb18fd4
44 op[t=n] { content: "¬"; } /*!*/ 44 op[t=n] { content: "¬"; } /*!*/
45 op[t=ne] { content: "≠"; } /*!=*/ 45 op[t=ne] { content: "≠"; } /*!=*/
46 op[t=le] { content: "≤"; } /*<=*/ 46 op[t=le] { content: "≤"; } /*<=*/
47 op[t=ge] { content: "≥"; } /*>=*/ 47 op[t=ge] { content: "≥"; } /*>=*/
48 op[t=lg] { content: "≶"; } /*<>*/ 48 op[t=lg] { content: "≶"; } /*<>*/
49 o[t=Linkage] i, o[t=Linkage] op
50 {
51 color: red;
52 }
53 /* 49 /*
54 d = Declaration 50 d = Declaration
55 s = Statement 51 s = Statement
56 e = Expression 52 e = Expression
57 t = Type 53 t = Type
58 o = Other 54 o = Other
59 */ 55 */
56 o[t=Linkage] i, o[t=Linkage] op
57 {
58 color: red;
59 }
60 /* d { background-color: #FFDDDD; } */ 60 /* d { background-color: #FFDDDD; } */
61 /* e { background-color: #DDDDFF;} */ 61 /* e { background-color: #DDDDFF; } */
62 d[t=Module] i, d[t=Import] i { color: blue; } 62 d[t=Module] i, d[t=Import] i { color: blue; }
63 t > i { color: #119; } 63 t > i { color: #911; }
64 t > br, t > op { color: #911; }
65 t[t=Integral] k { color: #911; font-weight: normal; }