]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/css/ld_web.css
EBNF definition of OSN begins ...
[helm.git] / helm / www / lambdadelta / css / ld_web.css
index 150aaf781315e2475980271362ff1cfeb0dce939..a735efdac8b4962fb18103acea43419b2a4c7023 100644 (file)
@@ -3,25 +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);
-}
-
-/* on newer browsers, disable style modifications for named anchors */
-a[name]:hover {
-   text-decoration: inherit;
+   text-decoration: underline;
    color: inherit;
-   background: inherit;
+   background-color: rgb(192, 192, 192);
 }
 
 /* blocks *******************************************************************/
@@ -53,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;
@@ -60,11 +63,25 @@ div.text {
    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 *******************************************************/
 
 img.icon32 {
@@ -92,8 +109,34 @@ 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;
+}
+
 /* background colors ********************************************************/
 
+.white {
+  background-color:#ffffff; /* + 0 */
+}
+
 .gray {
   background-color:#dfdfdf; /* + 7/8 */
 }