]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/style.css
proof of concept implementation of scripts highlighting, grafite.hrc is still bugged
[helm.git] / helm / www / matita / style.css
index a2b5e8af5ba638a1601b1b1e771fbba4d75d4824..d129be452506d698664d9637d5d7c3f479850cee 100644 (file)
@@ -11,6 +11,7 @@ div.menu {
   left: 0px;
   width: 150px;
   text-align: center;
+  font-size: 10pt;
 }
 
 div.main {
@@ -19,6 +20,17 @@ div.main {
   left: 150px;
   width: 650px;
   padding-left:20px;
+  font-size: 10pt;
+}
+
+div.news {
+  position: absolute;
+  top: 25px;
+  left: 845px;
+  font-size: 10pt;
+  width: 100px;
+  background: #eaeaea;
+  padding: 10px;
 }
 
 /* site-wide typesetting */
@@ -71,6 +83,10 @@ ul {
   list-style-type: square;
 }
 
+p.spaced {
+  padding-bottom: 2em;
+}
+
 /* menu */
 
 div.menu ul {
@@ -99,6 +115,17 @@ a.menu:hover {
   background-color: #ecf6f9;
 }
 
+/* news */
+
+div.news ul {
+  padding-left: 0px;
+  list-style: inside;
+}
+
+div.news span.date {
+  font-style: italic;
+}
+
 /* fancy classes */
 
 samp.tiny {
@@ -115,7 +142,8 @@ ul.wide li {
 
 div.topimage {
   text-align: left;
-  padding-top: 14px;
+  padding-top: 28px;
+  padding-bottom: 28px;
 }
 
 div.bottombar {
@@ -143,11 +171,6 @@ a.quiet img {
   border-style:none; 
 }
 
-pre.code {
-  margin-left: 2em;
-  font-size: 95%;
-}
-
 span.screenshots {
   float: right;
 }