]> 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..697bff14b70d982bc1f8660b3aac88063876e3df 100644 (file)
@@ -3,6 +3,32 @@ 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;
+}
+
+li {
+  margin-bottom: 5pt;
+  
+}
+
+ul {
+  list-style-type: upper-roman;
 }