X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fstyle.css;h=64cc6d8b494b7f439b837f745f892101db7cb2ee;hb=4e238c92f66aedf21c2d3a33aa5215cdf0a7189f;hp=c85733706da9621e0b6897c33f3d471117ffd669;hpb=449c16f3706e9cea27038868c736662866830542;p=helm.git diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index c85733706..64cc6d8b4 100644 --- a/helm/www/matita/style.css +++ b/helm/www/matita/style.css @@ -1,8 +1,14 @@ body { font-family: sans-serif; font-size: 12pt; + background-image: url(images/sheetbg.png); + background-repeat: repeat; + margin-left: 7%; + margin-right: 7%; +} - margin-left: 20px; +samp.tiny { + font-size: 8pt; } span.h1 { @@ -18,16 +24,21 @@ span.h1 { border-style: solid; border-color: #cb8080; - margin-right:auto; + margin-right: auto; +/* margin-left: 10%; */ } p { - margin-left:5px; +/* margin-left:10%; */ +} +ul { +/* margin-left:10%; */ + list-style-type: none; } a.upmenu { color: #591622; - background-color: #ffffff; + background-color: transparent; font-family: sans-serif; font-style : italic; @@ -41,7 +52,7 @@ a.upmenu { border-right-width: 0px; border-style: solid; - margin-left:20px; +/* margin-left:20px; */ margin-right:20px; } @@ -59,11 +70,11 @@ a.upmenu:hover { a { margin: 2px; color: #591622; - text-decoration : none; + text-decoration : underline; } a:hover { - text-decoration : none; + text-decoration : underline; /* border-bottom-width: 2px; border-top-width: 0px; @@ -82,14 +93,33 @@ div.upmenu { margin-bottom: 40px; } -a.quiet:link,visited { - color: Background; +div.bottombar { + display: block; + width: auto; + text-align:right; + margin-top: 40px; +} + +div.uplined { + height: auto; + padding-top: 10px; + width: 40%; + margin-left:auto; + border-top-style: solid; + border-top-width: 3px; + border-color: #cb8080; } -a.quiet:visited { - color: Background; + +a.quiet:link,visited,hover { + background-color:transparent; + text-decoration: none; + border-style:none; + } -img.quiet:link,visited { + +img.quiet { border-style:none; - color: Background; } + +