]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/public_html/style.css
fix
[helm.git] / helm / matita / scripts / public_html / style.css
index 498db558e68b22b3b160779e55e215e5eb58d808..40a5863138ba4fb6f2da4ddac8a7df022bf54ca3 100644 (file)
@@ -3,6 +3,31 @@ body {
   font-size: 12pt;
 }
 
-a {
-  border: blue 1pt;
+h1 {
+  text-align: center;
+  background-color: #87CEFA;
+}
+
+h2 {
+  margin-right: auto;
+  border-bottom-color: #87CEFA;
+  border-bottom-style: solid;
+  border-bottom-width: 2px;
+}
+
+a, .button {
+  border: 2px outset gray;
+  text-decoration: none;
+  background-color: silver;
+  color: black;
+  cursor:pointer;
+}
+
+li {
+  margin-bottom: 5pt;
+  
+}
+
+ul {
+  list-style-type: upper-roman;
 }