2 * CSS stylesheet for the website http://matita.cs.unibo.it/
36 /* site-wide typesetting */
39 font-family: sans-serif;
41 background-image: url(images/sheetbg.png);
42 background-repeat: repeat;
56 border-bottom-style: solid;
58 border-color: #cb8080;
74 text-decoration: underline;
78 text-decoration: underline;
79 background-color: #ecf6f9;
83 list-style-type: square;
93 list-style-type: none;
101 text-decoration : none;
103 border-bottom-style: solid;
104 border-color: #cb8080;
111 text-decoration: none;
112 vertical-align: middle;
114 background-repeat: no-repeat;
119 text-decoration : none;
120 background-color: #ecf6f9;
151 padding-bottom: 28px;
164 border-color: #cb8080;
165 border-top-style: solid;
166 border-top-width: 3px;
169 a.quiet:link,visited,hover {
170 background-color: transparent;
171 text-decoration: none;
192 span.paper_abstract {
195 span.paper_abstract:before {
196 content: "Abstract: ";
200 span.paper_download {
204 a.paper_download { /* snipet from ikiwiki rss button, thanks! */
206 color: white !important;
207 border-left: 0.5px solid #cc9966;
208 border-top: 1px solid #ccaa99;
209 border-right: 1px solid #993300;
210 border-bottom: 1px solid #331100;
211 padding: 0px 0.5em 0px 0.5em;
212 font-family: helvetica, arial, sans-serif;
214 text-decoration: none;