X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Flambdadelta%2Fcss%2Fld_web.css;h=16fc502dff8ec4c3eb2ebad4cb6320968dd28e65;hb=32def68dd99ad5f20f001e3e76b51afa6f69dec5;hp=ed3a266f515b50d843605e164e2877cac4f95305;hpb=cb0d4e730bd6ec9bed1018be37748120f740f0a9;p=helm.git diff --git a/helm/www/lambdadelta/css/ld_web.css b/helm/www/lambdadelta/css/ld_web.css index ed3a266f5..16fc502df 100644 --- a/helm/www/lambdadelta/css/ld_web.css +++ b/helm/www/lambdadelta/css/ld_web.css @@ -3,19 +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:link, a:visited, a:hover, a:active, a:focus { text-decoration: underline; - color: rgb(0, 0, 0); + color: inherit; + background-color: inherit; } -a:active, a:hover, a:focus { - background: rgb(192, 192, 192); - color: rgb(0, 0, 0); +a:hover { + text-decoration: underline; + color: inherit; + background-color: rgb(192, 192, 192); } /* blocks *******************************************************************/ @@ -47,6 +49,13 @@ div.head2dx { font-size: x-large; } +div.head3sn { + margin: 0.5em 0; + text-align: left; + font-weight: bold; + font-size: large; +} + div.text { margin: 1em 0; text-align: left; @@ -54,11 +63,30 @@ div.text { font-size: medium; } +span.emph { + font-weight: bold; + font-size: medium; +} + span.date { font-weight: bold; font-size: medium; } +/* tables *******************************************************************/ + +table { + margin-left: auto; + margin-right: auto; + width: 100%; +} + +td { + border-color:#000000; + border-width:1px; + color:#000000; +} + /* inline decorations *******************************************************/ img.icon32 { @@ -86,8 +114,30 @@ 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 ********************************************************/ +.white { + background-color:#ffffff; /* + 0 */ +} + .gray { background-color:#dfdfdf; /* + 7/8 */ }