X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fstyle.css;h=38abf1714c66741617603e32ea910ee788250ade;hb=ec9b3b8174737fd672110965cb971521ef897ecb;hp=5590abf59a08e2eee9f4d4d8e11eaff87abc761f;hpb=4c042b286cd7d2559738569b96769dd0263a9f6d;p=helm.git diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index 5590abf59..38abf1714 100644 --- a/helm/www/matita/style.css +++ b/helm/www/matita/style.css @@ -186,9 +186,34 @@ li.paper { padding-bottom: 5px; } +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;