X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=c3c213a748d90036ae1676ed662e8b14b500bf92;hp=72565565c12cc526fff6c89c3f92b4834d78de58;hb=f0c3317fc33ea1c50127a9f77d81659861a8e9e1;hpb=56029cafc51f2cfb90a4d902402129e51fcde8b8 diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index 72565565..c3c213a7 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -15,11 +15,11 @@ body { margin: 0; padding: 0 1em; color: #000000; - 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 #666699; font-size: 160%; } @@ -48,7 +48,11 @@ ul { padding: 3em; -moz-padding-start: 30px; background: url("chrome://global/skin/icons/alert-exclam.gif") left 0 no-repeat #9999CC; - -moz-background-origin: content; + background-origin: content-box; +} + +#errorPageContainer.certerror { + background-image: url("chrome://global/skin/icons/sslWarning.png"); } body[dir="rtl"] #errorPageContainer { @@ -68,6 +72,7 @@ body[dir="rtl"] #errorPageContainer { border-bottom: 1px solid #666699; padding-bottom: 1em; font-size: 130%; + white-space: pre-wrap; } #errorLongDesc { @@ -104,6 +109,17 @@ body[dir="rtl"] #brand { display: none; } +#securityOverrideDiv { + padding-top: 10px; +} + +#securityOverrideContent { + background-color: #FFFFCC; + color: #000000; + padding: 10px; + -moz-border-radius: 10px; +} + /* Custom styling for 'blacklist' error class */ :root.blacklist #errorTitle, :root.blacklist #errorLongContent,