X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=72565565c12cc526fff6c89c3f92b4834d78de58;hp=6c6e14ba3cc56f53ee553036f5de1191f8cac591;hb=56029cafc51f2cfb90a4d902402129e51fcde8b8;hpb=b70a3a73af442fcb12828f5322e8c06bb0aa1e76 diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index 6c6e14ba..72565565 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -15,7 +15,7 @@ body { margin: 0; padding: 0 1em; color: #000000; - font: message-box; + font: 12px helvetica,arial,tahoma,sans-serif; } h1 { @@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer { } #errorShortDesc > p { + overflow: auto; border-bottom: 1px solid #666699; padding-bottom: 1em; font-size: 130%; @@ -98,3 +99,29 @@ body[dir="rtl"] #brand { #brand > p { margin: 0; } + +#errorContainer { + display: none; +} + +/* 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; +}