X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fwww%2Flambdadelta%2Fcss%2Fld_web.css;h=b89905077d0c922a835827175cc3ab33f9e255eb;hb=e36a0eced135e6f1b79d06c78a408918f65376b6;hp=de85f44d0ddfba88cac5fe2841261cf14ea3ebd7;hpb=abd0169d8025bf4d613a612231ad5b0c4c1db009;p=helm.git diff --git a/helm/www/lambdadelta/css/ld_web.css b/helm/www/lambdadelta/css/ld_web.css index de85f44d0..b89905077 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 *******************************************************************/ @@ -60,6 +63,11 @@ div.text { font-size: medium; } +span.emph { + font-weight: bold; + font-size: medium; +} + span.date { font-weight: bold; font-size: medium; @@ -106,6 +114,24 @@ img.w3c { height: 32px; /* this should be 31px */ } +/* foreground colors (life cycle) *******************************************/ + +.delta { + color:#500000; +} + +.gamma { + color:#006000; +} + +.beta { + color:#906000; +} + +.alpha { + color:#000000; +} + /* background colors ********************************************************/ .gray {