X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=cdaaaed41736372fff213165f0431efe440bf05e;hp=533f04faf982988a9b9468dc4158a3200b87c1e1;hb=6082be9443900156de6457a2839c8a66fdecc420;hpb=e68e2f2b2fe85b417aa3d2db5e1087b173d0166e diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index 533f04fa..cdaaaed4 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -68,6 +68,7 @@ body[dir="rtl"] #errorPageContainer { border-bottom: 1px solid #666699; padding-bottom: 1em; font-size: 130%; + white-space: -moz-pre-wrap; } #errorLongDesc { @@ -103,3 +104,35 @@ body[dir="rtl"] #brand { #errorContainer { display: none; } + +#securityOverrideDiv { + padding-top: 10px; +} + +#securityOverrideContent { + background-color: #FFFFCC; /* Pale yellow */ + 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; +}