]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/css/ld_web.css
- we begin the new site based on ld_web
[helm.git] / helm / www / lambdadelta / css / ld_web.css
index 9e7c3fc08fb76116394dad032eb996dc884ea03d..ed3a266f515b50d843605e164e2877cac4f95305 100644 (file)
@@ -10,16 +10,20 @@ body {
 
 a:link, a:visited {
    text-decoration: underline;
+   color: rgb(0, 0, 0);
 }
 
 a:active, a:hover, a:focus {
    background: rgb(192, 192, 192);
+   color: rgb(0, 0, 0);
 }
 
 /* blocks *******************************************************************/
 
 div.spacer {
    text-align: center;
+   font-weight: normal; 
+   font-size: medium;
 }
 
 div.head1 {
@@ -29,20 +33,30 @@ 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.text {
    margin: 1em 0; 
    text-align: left;
+   font-weight: normal; 
+   font-size: medium;
 }
 
 span.date {
    font-weight: bold;
+   font-size: medium;
 }
 
 /* inline decorations *******************************************************/
@@ -53,6 +67,12 @@ img.icon32 {
    height: 32px;
 }
 
+img.icon37 {
+   border: 0; 
+   width: 37px; 
+   height: 37px;
+}
+
 img.rule {
    border: 0; 
    height: 4px;
@@ -68,7 +88,7 @@ img.w3c {
 
 /* background colors ********************************************************/
 
-.grey {
+.gray {
   background-color:#dfdfdf; /* + 7/8 */
 }