update both themes for changes in toolkit winstripe for Mozilla 9 platform
[themes.git] / EarlyBlue / global / netError.css
index 72565565c12cc526fff6c89c3f92b4834d78de58..163d4bc249695d9637f9f389fd8d10e982b372a2 100644 (file)
@@ -7,6 +7,8 @@
  *              Henrik Skupin  <mozilla@hskupin.info>
  */
 
+@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,6 +73,7 @@ body[dir="rtl"] #errorPageContainer {
   border-bottom: 1px solid #666699;
   padding-bottom: 1em;
   font-size: 130%;
+  white-space: pre-wrap;
 }
 
 #errorLongDesc {
@@ -104,6 +110,16 @@ body[dir="rtl"] #brand {
   display: none;
 }
 
+#securityOverrideDiv {
+  padding-top: 10px;
+}
+
+#securityOverrideContent {
+  background-color: #FFFFCC;
+  color: #000000;
+  padding: 10px;
+}
+
 /* Custom styling for 'blacklist' error class */
 
 :root.blacklist #errorTitle, :root.blacklist #errorLongContent,