X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Fgeneric.css;h=0c0018412c0910c5477f6c95eade7b215f2ccbf0;hb=48e5c41e67c16b83245f7ada893e92f11205a267;hp=2a8748ed1cf41b214f199501cd6265297a27ce6a;hpb=208a09a18b0212eecb94b74fd63840e6fcce8878;p=syj.git diff --git a/public/css/generic.css b/public/css/generic.css index 2a8748e..0c00184 100644 --- a/public/css/generic.css +++ b/public/css/generic.css @@ -4,6 +4,7 @@ body, html { background-color: white; color: black; + font-family: Arial, Verdana, sans-serif; } /* @@ -105,7 +106,7 @@ input { margin: 10px 10px 20px 20px; } .other-language-anchor:hover { - background-color: #BBBBFF; + background-color: #E0E0FF; } .other-language-anchor { text-decoration: none; @@ -115,3 +116,12 @@ input { padding-bottom: 3px; border: #1E90FF 1px solid; } + +@media print { + #footer, #other-language { + display: none; + } + html, body { + font-family: serif; + } +}