X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fstyle.css;h=00eef2ed1d1b94da444426eb53dc2447aa91d0ac;hb=9aa2722ff4aa7868ffd14e5a820cd6dc79e2c8a6;hp=ef9fd1cb122d91a7544cc2df074b0626e8efb728;hpb=3f55b3f76a5228ec5b97664469941736b9fb0202;p=helm.git diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index ef9fd1cb1..00eef2ed1 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,20 @@ div.main { left: 150px; width: 650px; padding-left:20px; + font-size: 10pt; +} + +div.news { + position: absolute; + top: 25px; + left: 845px; + font-size: 10pt; + width: 150px; + background: #eaeaea; + padding: 5px; + display: block; + height: 90%; + overflow: hidden; } /* site-wide typesetting */ @@ -71,6 +86,10 @@ ul { list-style-type: square; } +p.spaced { + padding-bottom: 2em; +} + /* menu */ div.menu ul { @@ -90,7 +109,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 +123,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 +149,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 +179,70 @@ 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.screenshots { +span.paper_info { + display: block; +} +span.paper_abstract { + display: none; +} +span.paper_abstract:before { + content: "Abstract: "; + font-weight: bold; + font-style: normal; +} +span.paper_download { + display: block; float: right; } +a.paper_download { /* snipet from ikiwiki rss button, thanks! */ + background: #ff6600; + color: white !important; + border-left: 0.5px solid #cc9966; + border-top: 1px solid #ccaa99; + border-right: 1px solid #993300; + border-bottom: 1px solid #331100; + padding: 0px 0.5em 0px 0.5em; + font-family: helvetica, arial, sans-serif; + font-size: 80%; + text-decoration: none; + margin-top: 1em; +} + +span.paper_author { + font-style: italic; +} + +span.paper_title { + font-weight: bold; +} + +dt { + margin-top:1em; + font-weight: bold; +} + +ul.news li { + margin-bottom: 1em; + list-style-type: none; +} + +ul.news li span.date { + font-weight: bold; +} +div.news div.newsheader { + text-align: center; + margin-left:auto; + margin-right:auto; + font-weight: bold; +}