X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=web%2Fpara.css;h=f103abd349068a03c8b84d0aa3c17ddbc7b9f4ac;hp=e44452e6dc4cc9a8d1644304adaad7f411a6820e;hb=caefd3352fe7a5c22e4e5ca48ca99017e55286ba;hpb=33cd9d752860f24d887d8fb9abfd103ca4297148 diff --git a/web/para.css b/web/para.css index e44452e6..f103abd3 100644 --- a/web/para.css +++ b/web/para.css @@ -1,6 +1,9 @@ BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { - font-family: Geneva, Arial, Helvetica, sans-serif; + font-family: sans-serif; + font-size: small; } + +/* BODY,TD { font-size: 90%; } @@ -14,6 +17,7 @@ H2 { H3 { font-size: 100%; } +*/ CAPTION { font-weight: bold } /* doxgen */ @@ -89,8 +93,8 @@ A.qindexHL:visited { A.el { text-decoration: none; font-weight: bold } A.elRef { font-weight: bold } -A.code:link { text-decoration: none; font-weight: normal; color: ##BA3708} -A.code:visited { text-decoration: none; font-weight: normal; color: ##BA3708} +A.code:link { text-decoration: none; font-weight: normal; color: #BA3708} +A.code:visited { text-decoration: none; font-weight: normal; color: #BA3708} A.codeRef:link { font-weight: normal; color: #BA3708} A.codeRef:visited { font-weight: normal; color: #BA3708} A:hover { text-decoration: none; background-color: #ffff00 }