]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/css/ld_web.css
- milestone update in basic_2 (basic_2a released)
[helm.git] / helm / www / lambdadelta / css / ld_web.css
index 5897aedc6a2994758141ca8a44f2073fd8aee2da..2b299cf3070244b269a417f00273ec9d11312814 100644 (file)
@@ -46,6 +46,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;
@@ -53,11 +60,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 {
@@ -85,6 +111,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 {