X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Flambdadelta%2Fcss%2Fld_web.css;h=9f2e42d5908d2eb251bcc1d2c14d6a66aa7d74f9;hb=58ddc56896384e0a1e8a7d331aae9eded8510c70;hp=9e7c3fc08fb76116394dad032eb996dc884ea03d;hpb=2a5e0b799cd6aae5d920c67a5ddc9d9888cf7e80;p=helm.git diff --git a/helm/www/lambdadelta/css/ld_web.css b/helm/www/lambdadelta/css/ld_web.css index 9e7c3fc08..9f2e42d59 100644 --- a/helm/www/lambdadelta/css/ld_web.css +++ b/helm/www/lambdadelta/css/ld_web.css @@ -3,23 +3,29 @@ /* 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: inherit; + background-color: inherit; } -a:active, a:hover, a:focus { - background: rgb(192, 192, 192); +a:hover { + text-decoration: underline; + color: inherit; + background-color: rgb(192, 192, 192); } /* blocks *******************************************************************/ div.spacer { text-align: center; + font-weight: normal; + font-size: medium; } div.head1 { @@ -29,20 +35,51 @@ div.head1 { font-size: xx-large; } -div.head2 { +div.head2sn { margin: 0.5em 0; text-align: left; font-weight: bold; font-size: x-large; } +div.head2dx { + margin: 0.5em 0; + text-align: right; + font-weight: bold; + 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; + font-weight: normal; + font-size: medium; } -span.date { +span.emph { 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 *******************************************************/ @@ -53,6 +90,12 @@ img.icon32 { height: 32px; } +img.icon37 { + border: 0; + width: 37px; + height: 37px; +} + img.rule { border: 0; height: 4px; @@ -66,9 +109,49 @@ img.w3c { height: 32px; /* this should be 31px */ } +/* foreground colors (life cycle, grammar) **********************************/ + +.delta { + color:#500000; +} + +.gamma { + color:#006000; +} + +.beta { + color:#906000; +} + +.alpha { + color:#000000; +} + +.ebnf { + color:#000080; +} + +/* mark colors **************************************************************/ + +.red-mark { + color:#F00000; +} + +.green-mark { + color:#00F000; +} + +.blue-mark { + color:#0000F0; +} + /* background colors ********************************************************/ -.grey { +.white { + background-color:#ffffff; /* + 0 */ +} + +.gray { background-color:#dfdfdf; /* + 7/8 */ }