X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fscripts%2Fpublic_html%2Fstyle.css;h=dc2df470da1dce6c29fb48d74ceb6740b3261067;hb=5104e38ee747fd1052ce21f3f9f2ecc778d590ba;hp=40a5863138ba4fb6f2da4ddac8a7df022bf54ca3;hpb=3d376438e698dad45bdf9ea26358dc0a19933813;p=helm.git diff --git a/helm/matita/scripts/public_html/style.css b/helm/matita/scripts/public_html/style.css index 40a586313..dc2df470d 100644 --- a/helm/matita/scripts/public_html/style.css +++ b/helm/matita/scripts/public_html/style.css @@ -16,18 +16,40 @@ h2 { } a, .button { - border: 2px outset gray; + border: 1px outset; text-decoration: none; - background-color: silver; + background-color: #e9e9e9; color: black; cursor:pointer; + font-size: small; + padding-left:4px; + padding-right:4px; } li { - margin-bottom: 5pt; - + margin-bottom: 10pt; } ul { list-style-type: upper-roman; } + +table, td { + border-style:none; + padding: 2px 6px 2px 6px; +} + +tr.odd { + background-color:#EEEEEE; +} +tr.even { + background-color:#CECECE; +} + +th { + border-style:solid; + border-width:0px 0px 1px 0px; + border-color: gray; +} + +