X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Flambdadelta%2Fcss%2Fld_web.css;h=9f2e42d5908d2eb251bcc1d2c14d6a66aa7d74f9;hb=3c6ff3987c3cc5e2df03fb76d07697c28c89c0a8;hp=16fc502dff8ec4c3eb2ebad4cb6320968dd28e65;hpb=a38bbd2c8213d8275a3d3c2ac115c45c8e478ed4;p=helm.git diff --git a/helm/www/lambdadelta/css/ld_web.css b/helm/www/lambdadelta/css/ld_web.css index 16fc502df..9f2e42d59 100644 --- a/helm/www/lambdadelta/css/ld_web.css +++ b/helm/www/lambdadelta/css/ld_web.css @@ -68,11 +68,6 @@ span.emph { font-size: medium; } -span.date { - font-weight: bold; - font-size: medium; -} - /* tables *******************************************************************/ table { @@ -114,7 +109,7 @@ img.w3c { height: 32px; /* this should be 31px */ } -/* foreground colors (life cycle) *******************************************/ +/* foreground colors (life cycle, grammar) **********************************/ .delta { color:#500000; @@ -132,6 +127,24 @@ img.w3c { color:#000000; } +.ebnf { + color:#000080; +} + +/* mark colors **************************************************************/ + +.red-mark { + color:#F00000; +} + +.green-mark { + color:#00F000; +} + +.blue-mark { + color:#0000F0; +} + /* background colors ********************************************************/ .white {