X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=c681efd479d7314d0db08de5fb951a5d6c70b9a2;hb=26a52ec55b9899ef2f798aab6a5d2b6d02ddedc8;hp=533f04faf982988a9b9468dc4158a3200b87c1e1;hpb=e68e2f2b2fe85b417aa3d2db5e1087b173d0166e;p=themes.git diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index 533f04fa..c681efd4 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -51,6 +51,10 @@ ul { -moz-background-origin: content; } +#errorPageContainer.certerror { + background-image: url("chrome://global/skin/icons/sslWarning.png"); +} + body[dir="rtl"] #errorPageContainer { background-position: right 0; } @@ -68,6 +72,7 @@ body[dir="rtl"] #errorPageContainer { border-bottom: 1px solid #666699; padding-bottom: 1em; font-size: 130%; + white-space: pre-wrap; } #errorLongDesc { @@ -103,3 +108,36 @@ body[dir="rtl"] #brand { #errorContainer { 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, +:root.blacklist #errorShortDesc, :root.blacklist #errorLongDesc, +:root.blacklist a { + background-color: #FFC0C0; /* red */ + color: #666699; +} + +:root.blacklist #errorPageContainer { + background-image: url("chrome://global/skin/icons/blacklist_large.png"); + background-color: #FFC0C0; +} + +:root.blacklist { + background: #000000; +} + +:root.blacklist #errorTryAgain { + display: none; +}