X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2FcertError.css;h=4a314494c59e012bb2e4af8b375286bdd8b0ede6;hp=a120ecc3d5bc5d300cf0a15c77d5f30436fbc2ee;hb=fb2b576119cbcf95387a59fc2e3af29cd97a9a21;hpb=8caa872d050772c572257f23011c668f70dcaef7 diff --git a/LCARStrek/communicator/certError.css b/LCARStrek/communicator/certError.css index a120ecc3..4a314494 100644 --- a/LCARStrek/communicator/certError.css +++ b/LCARStrek/communicator/certError.css @@ -14,7 +14,7 @@ * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is - * Mozilla Corporation. + * the Mozilla Foundation. * Portions created by the Initial Developer are Copyright (C) 2008 * the Initial Developer. All Rights Reserved. * @@ -47,11 +47,11 @@ body { margin: 0; padding: 0 1em; color: #FF9F00; - font: 12px helvetica,arial,tahoma,sans-serif; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } h1 { - margin: 0 0 .6em 0; + margin: 0 0 .6em; border-bottom: 1px solid #008484; font-size: 160%; color: #FF0000; @@ -61,7 +61,7 @@ h2 { font-size: 130%; background-color: #9C9CFF; color: #000000; - -moz-border-radius: 8px; + border-radius: 8px; -moz-padding-start: 10px; } @@ -71,11 +71,11 @@ h2 { max-width: 52em; margin: 4em auto; border: 2px solid #FFCF00; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #000000; - -moz-background-origin: content; + background-origin: content-box; } body[dir="rtl"] #errorPageContainer {