X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fstyle.css;h=a53015662fe277ba0b2ce1c313f134cbaba1f9e3;hb=64d7a7dfa840d7279f9af64240ee1f8a69181801;hp=38ad69c8b8909d57abb677f84fb1f35229bdb3a3;hpb=29a6362af7185c72a146b50815ad1574225a027f;p=helm.git diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index 38ad69c8b..a53015662 100644 --- a/helm/www/matita/style.css +++ b/helm/www/matita/style.css @@ -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: 105px; + background: #eaeaea; + padding: 5px; } /* site-wide typesetting */ @@ -71,6 +83,10 @@ ul { list-style-type: square; } +p.spaced { + padding-bottom: 2em; +} + /* menu */ div.menu ul { @@ -90,7 +106,12 @@ div.menu ul li { } div.menu ul li a { + display: block; + text-align: right; text-decoration: none; + vertical-align: middle; + height: 45px; + background-repeat: no-repeat; } a.menu:hover { @@ -99,6 +120,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 { @@ -114,8 +146,9 @@ ul.wide li { } div.topimage { - text-align: center; - padding-top: 14px; + text-align: left; + padding-top: 28px; + padding-bottom: 28px; } div.bottombar { @@ -143,11 +176,6 @@ a.quiet img { border-style:none; } -pre.code { - margin-left: 2em; - font-size: 95%; -} - span.screenshots { float: right; }