]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/style.css
rewored website layout and internal structure:
[helm.git] / helm / www / matita / style.css
index cb6227a86bdb3829850b40f3f746f1c7c9a725a6..67b4cf03ba3db550d0ca236242b59c0b1d10a7d8 100644 (file)
+
 body {
   font-family: sans-serif;
   font-size: 12pt;
+  background-image: url(images/sheetbg.png);
+  background-repeat: repeat;
+}
 
-  margin-left: 20px;
+samp.tiny {
+  font-size: 8pt;
 }
 
-span.h1 {
-  font-family: sans-serif;
-  font-size: 16pt;
+div.main h1 {
+  font-size: 18pt;
+  color: #808080;
 
+  text-align: center;
+}
+
+div.main h2 {
+  font-size: 16pt;
   color: #808080;
   
-  border-bottom-width: 4px;
-  border-top-width: 0px;
-  border-left-width: 0px;
-  border-right-width: 0px;
-  border-style: solid;
+  border-bottom-style: solid;
+  border-width: 3px;
   border-color: #cb8080;
+}
 
-  margin-right:auto;
+div.main h3 {
+  font-size: 14pt;
+  color: #808080;
+}
+
+div.main h4 {
+  font-size: 13pt;
+  color: #808080;
 }
 
 p {
-  margin-left:5px;
 }
 
-a.upmenu {
+ul {
+  list-style-type: none;
+}
+
+div.menu ul li {
   color: #591622;
-  background-color: #ffffff;
-  
-  font-family: sans-serif;
   font-style : italic;
-  
   text-decoration : none;
   
+  border-bottom-style: solid;
   border-color: #cb8080;
-  border-bottom-width: 3px;
-  border-top-width: 0px;
-  border-left-width: 0px;
-  border-right-width: 0px;
-  border-style: solid;
+  margin-bottom: 10px;
+}
 
-  margin-left:20px;
-  margin-right:20px;
+div.menu ul li a {
+  text-decoration: none;
 }
 
-a.upmenu:hover { 
+a.menu: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;
-  /*
-  border-bottom-width: 2px;
-  border-top-width: 0px;
-  border-left-width: 0px;
-  border-right-width: 0px;
-  border-style: solid;
-  border-color: #b2dae6;
-  */
+  text-decoration : underline;
   background-color: #ecf6f9;
 }
 
-div.upmenu {
+div.menu {
+  position: absolute;
+  left: 0px;
+  width: 150px;
+  padding-top: 140px;
+  background: url(images/matita-small.png);
+  background-repeat: no-repeat;
+  background-position: 1cm top;
+}
+
+div.main {
+  position: absolute;
+  top: 0px;
+  left: 200px;
+  width: 650px;
+}
+
+div.bottombar {
   display: block;
   width: auto;
-  text-align:center;
-  margin-bottom: 40px;
+  margin-top: 40px;
 }
 
-a.quiet:link,visited { color: Background; }
-a.quiet:visited { color: Background; }
+div.uplined {
+  height: auto;
+  padding-top: 10px;
+  width: 40%;
+  border-color: #cb8080;
+  border-top-style: solid;
+  border-top-width: 3px;
+}
+
+a.quiet:link,visited,hover { 
+  background-color:transparent;
+  text-decoration: none;
+  border-style:none;
+  
+}
+
+a.quiet img { 
+  border-style:none; 
+}
+
+pre.code {
+  margin-left: 2em;
+  font-size: 95%;
+}