X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fstyle.css;h=d129be452506d698664d9637d5d7c3f479850cee;hb=228d207d77101f153312e1c2cef1b8f2b5ec329f;hp=ef9fd1cb122d91a7544cc2df074b0626e8efb728;hpb=3f55b3f76a5228ec5b97664469941736b9fb0202;p=helm.git diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index ef9fd1cb1..d129be452 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: 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 { @@ -114,8 +141,9 @@ ul.wide li { } div.topimage { - text-align: center; - padding-top: 14px; + text-align: left; + padding-top: 28px; + padding-bottom: 28px; } div.bottombar { @@ -143,12 +171,25 @@ a.quiet img { border-style:none; } -pre.code { - margin-left: 2em; - font-size: 95%; -} - span.screenshots { float: right; } +/* papers */ + +li.paper { + padding-bottom: 5px; +} + +span.paper_abstract { + display: none; +} + +span.paper_author { + font-style: italic; +} + +span.paper_title { + font-weight: bold; +} +