X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=412e23eed4cbf19d243b05c5514ece86a998be93;hp=533f04faf982988a9b9468dc4158a3200b87c1e1;hb=600bfec4b221a7bfc837f4adae6347618c39c517;hpb=e68e2f2b2fe85b417aa3d2db5e1087b173d0166e diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index 533f04fa..412e23ee 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -19,7 +19,7 @@ body { } h1 { - margin: 0 0 .6em 0; + margin: 0 0 .6em; border-bottom: 1px solid #666699; font-size: 160%; } @@ -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; +}