fix a few about: styles while working on further ones
[themes.git] / EarlyBlue / global / netError.css
index cdaaaed41736372fff213165f0431efe440bf05e..190554009e8fafb1b6d0d406986ca89f514aef8c 100644 (file)
@@ -15,11 +15,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 +44,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 +71,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 +113,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 */