]> 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 19a0a0935283d8560c4da54e0ed2c2ded04be227..64cc6d8b494b7f439b837f745f892101db7cb2ee 100644 (file)
@@ -1,13 +1,19 @@
 body {
   font-family: sans-serif;
-  font-size: 14pt;
+  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 {
   font-family: sans-serif;
-  font-size: 18pt;
+  font-size: 16pt;
 
   color: #808080;
   
@@ -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,30 +52,38 @@ a.upmenu {
   border-right-width: 0px;
   border-style: solid;
 
-  margin-left:20px;
+/*   margin-left:20px; */
   margin-right:20px;
 }
 
 a.upmenu:hover { 
   color: #591622;      
   text-decoration : none;
+  /*
   border-bottom-width: 3px;
   border-color: #b2dae6;
+  */
+  background-color: #ecf6f9;
+
 }
 
 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;
   border-left-width: 0px;
   border-right-width: 0px;
   border-style: solid;
   border-color: #b2dae6;
+  */
+  background-color: #ecf6f9;
 }
 
 div.upmenu {
@@ -74,3 +93,33 @@ div.upmenu {
   margin-bottom: 40px;
 }
 
+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; 
+}
+
+
+