]> 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 81822072cef5a48fff8584a3e8974db0dbf9babd..542fe111a4be6ca5d92e1ca4be0120e5fee69cb1 100644 (file)
@@ -3,6 +3,33 @@ body {
   font-size: 12pt;
 }
 
-a {
-  border: solid 1pt blue;
+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;
+  font-size: small;
+  padding-left:4px;
+  padding-right:4px;
+}
+
+li {
+  margin-bottom: 10pt;
+}
+
+ul {
+  list-style-type: upper-roman;
 }