comparison trunk/src/dil_html.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 44fc02d1eae6
children
comparison
equal deleted inserted replaced
520:f203c5248d0b 521:772ffdb18fd4
44 .opn { content: "¬"; } /*!*/ 44 .opn { content: "¬"; } /*!*/
45 .opne { content: "≠"; } /*!=*/ 45 .opne { content: "≠"; } /*!=*/
46 .ople { content: "≤"; } /*<=*/ 46 .ople { content: "≤"; } /*<=*/
47 .opge { content: "≥"; } /*>=*/ 47 .opge { content: "≥"; } /*>=*/
48 .oplg { content: "≶"; } /*<>*/ 48 .oplg { content: "≶"; } /*<>*/
49
50 /* 49 /*
51 d = Declaration 50 d = Declaration
52 s = Statement 51 s = Statement
53 e = Expression 52 e = Expression
54 t = Type 53 t = Type
55 o = Other 54 o = Other
56 */ 55 */
57 /* .d { background-color: #FFDDDD; } */ 56 /* .d { background-color: #FFDDDD; } */
58 /* .e { background-color: #DDDDFF;} */ 57 /* .e { background-color: #DDDDFF; } */
59 .d.Module .i, .d.Import .i { color: blue; } 58 .d.Module .i, .d.Import .i { color: blue; }
60 .t .i { color: #119; } 59 .t .i { color: #911; }
60 .t .br, .t .op { color: #911; }
61 .t .k { color: #911; font-weight: normal; }