X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Flambdadelta%2Fcss%2Fld_web.css;h=9f2e42d5908d2eb251bcc1d2c14d6a66aa7d74f9;hb=21cdb9ffad749e518ca273641a180697c53ef4da;hp=2b299cf3070244b269a417f00273ec9d11312814;hpb=25577a78cccba09974c91fcbfea770091a413382;p=helm.git diff --git a/helm/www/lambdadelta/css/ld_web.css b/helm/www/lambdadelta/css/ld_web.css index 2b299cf30..9f2e42d59 100644 --- a/helm/www/lambdadelta/css/ld_web.css +++ b/helm/www/lambdadelta/css/ld_web.css @@ -3,18 +3,21 @@ /* general ******************************************************************/ body { - background: rgb(255, 255, 255); + background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); margin: 2.5%; } a:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; - color: rgb(0, 0, 0); + color: inherit; + background-color: inherit; } a:hover { - background: rgb(192, 192, 192); + text-decoration: underline; + color: inherit; + background-color: rgb(192, 192, 192); } /* blocks *******************************************************************/ @@ -65,11 +68,6 @@ span.emph { font-size: medium; } -span.date { - font-weight: bold; - font-size: medium; -} - /* tables *******************************************************************/ table { @@ -111,7 +109,7 @@ img.w3c { height: 32px; /* this should be 31px */ } -/* foreground colors (life cycle) *******************************************/ +/* foreground colors (life cycle, grammar) **********************************/ .delta { color:#500000; @@ -129,8 +127,30 @@ img.w3c { color:#000000; } +.ebnf { + color:#000080; +} + +/* mark colors **************************************************************/ + +.red-mark { + color:#F00000; +} + +.green-mark { + color:#00F000; +} + +.blue-mark { + color:#0000F0; +} + /* background colors ********************************************************/ +.white { + background-color:#ffffff; /* + 0 */ +} + .gray { background-color:#dfdfdf; /* + 7/8 */ }