X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=cdaaaed41736372fff213165f0431efe440bf05e;hp=4ec2517cd0287e58d31bd4a665d229716b7017d4;hb=6c5a63bbd8e0df71327748f51f8164e44b1eb066;hpb=58a9dcb5c89bcfa5ba2689238e626f0e571bd05c diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index 4ec2517c..cdaaaed4 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -64,9 +64,11 @@ body[dir="rtl"] #errorPageContainer { } #errorShortDesc > p { + overflow: auto; border-bottom: 1px solid #666699; padding-bottom: 1em; font-size: 130%; + white-space: -moz-pre-wrap; } #errorLongDesc { @@ -98,3 +100,39 @@ body[dir="rtl"] #brand { #brand > p { margin: 0; } + +#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; +}