]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/style.css
added last-modified info at the bottom of every page
[helm.git] / helm / www / matita / style.css
index cb6227a86bdb3829850b40f3f746f1c7c9a725a6..64cc6d8b494b7f439b837f745f892101db7cb2ee 100644 (file)
@@ -1,8 +1,14 @@
 body {
   font-family: sans-serif;
   font-size: 12pt;
+  background-image: url(images/sheetbg.png);
+  background-repeat: repeat;
+  margin-left: 7%;
+  margin-right: 7%;
+}
 
-  margin-left: 20px;
+samp.tiny {
+  font-size: 8pt;
 }
 
 span.h1 {
@@ -18,16 +24,21 @@ span.h1 {
   border-style: solid;
   border-color: #cb8080;
 
-  margin-right:auto;
+  margin-right: auto;
+/*   margin-left: 10%; */
 }
 
 p {
-  margin-left:5px;
+/*   margin-left:10%; */
+}
+ul {
+/*   margin-left:10%; */
+  list-style-type: none;
 }
 
 a.upmenu {
   color: #591622;
-  background-color: #ffffff;
+  background-color: transparent;
   
   font-family: sans-serif;
   font-style : italic;
@@ -41,7 +52,7 @@ a.upmenu {
   border-right-width: 0px;
   border-style: solid;
 
-  margin-left:20px;
+/*   margin-left:20px; */
   margin-right:20px;
 }
 
@@ -59,11 +70,11 @@ a.upmenu:hover {
 a {
   margin: 2px;
   color: #591622;
-  text-decoration : none;
+  text-decoration : underline;
 }
 
 a:hover {
-  text-decoration : none;
+  text-decoration : underline;
   /*
   border-bottom-width: 2px;
   border-top-width: 0px;
@@ -82,6 +93,33 @@ div.upmenu {
   margin-bottom: 40px;
 }
 
-a.quiet:link,visited { color: Background; }
-a.quiet:visited { color: Background; }
+div.bottombar {
+  display: block;
+  width: auto;
+  text-align:right;
+  margin-top: 40px;
+}
+
+div.uplined {
+  height: auto;
+  padding-top: 10px;
+  width: 40%;
+  margin-left:auto;
+  border-top-style: solid;
+  border-top-width: 3px;
+  border-color: #cb8080;
+}
+
+a.quiet:link,visited,hover { 
+  background-color:transparent;
+  text-decoration: none;
+  border-style:none;
+  
+}
+
+img.quiet { 
+  border-style:none; 
+}
+
+