X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=163d4bc249695d9637f9f389fd8d10e982b372a2;hp=cdaaaed41736372fff213165f0431efe440bf05e;hb=904e50409e523d61b35bd75ec79c0f34ff107b77;hpb=ecb2fda954d8076fd5a1e39021e6aea122a10214 diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index cdaaaed4..163d4bc2 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -7,6 +7,8 @@ * Henrik Skupin */ +@import url("chrome://global/skin/button.css"); + html { background: #CCD0DD; } @@ -15,11 +17,11 @@ body { margin: 0; padding: 0 1em; color: #000000; - font: 12px helvetica,arial,tahoma,sans-serif; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } h1 { - margin: 0 0 .6em 0; + margin: 0 0 .6em; border-bottom: 1px solid #666699; font-size: 160%; } @@ -44,11 +46,14 @@ ul { max-width: 52em; margin: 4em auto; border: 1px solid #666699; - -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: url("chrome://global/skin/icons/alert-exclam.gif") left 0 no-repeat #9999CC; - -moz-background-origin: content; + background-origin: content-box; +} + +#errorPageContainer.certerror { + background-image: url("chrome://global/skin/icons/sslWarning.png"); } body[dir="rtl"] #errorPageContainer { @@ -68,7 +73,7 @@ body[dir="rtl"] #errorPageContainer { border-bottom: 1px solid #666699; padding-bottom: 1em; font-size: 130%; - white-space: -moz-pre-wrap; + white-space: pre-wrap; } #errorLongDesc { @@ -110,9 +115,9 @@ body[dir="rtl"] #brand { } #securityOverrideContent { - background-color: #FFFFCC; /* Pale yellow */ + background-color: #FFFFCC; + color: #000000; padding: 10px; - -moz-border-radius: 10px; } /* Custom styling for 'blacklist' error class */