X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fscripts%2Fpublic_html%2Fstyle.css;h=dc2df470da1dce6c29fb48d74ceb6740b3261067;hb=cd644cf892ccd05a6411f73a76e41924ade236fa;hp=36b505e75a699e38016b4ae55735ff4e59ac4cc2;hpb=16ab57a64b5c074344cb422b4b4de8aec2785399;p=helm.git diff --git a/helm/matita/scripts/public_html/style.css b/helm/matita/scripts/public_html/style.css index 36b505e75..dc2df470d 100644 --- a/helm/matita/scripts/public_html/style.css +++ b/helm/matita/scripts/public_html/style.css @@ -3,7 +3,53 @@ body { font-size: 12pt; } -a { - border: solid blue; +h1 { + text-align: center; + background-color: #87CEFA; +} + +h2 { + margin-right: auto; + border-bottom-color: #87CEFA; + border-bottom-style: solid; + border-bottom-width: 2px; +} + +a, .button { + border: 1px outset; text-decoration: none; + background-color: #e9e9e9; + color: black; + cursor:pointer; + font-size: small; + padding-left:4px; + padding-right:4px; } + +li { + 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; +} + +