sync both themes with suite classic theme changes in SeaMonkey 2.38 cycle
[themes.git] / LCARStrek / communicator / aboutPrivateBrowsing.css
index 2c95ac5892b2a54c0b5bda14bde65e532fe3f92c..e66700419fc53b7dc4ef7d1a69fc018deb835c96 100644 (file)
@@ -4,24 +4,47 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/* Hide selected items by default and display them based on the page status */
+#warningScreen {
+  background-color: #000000;
+}
+
+#warningBox {
+  background-color: #000000;
+  color: #FF9F00;
+  border: 1px solid #9C9CFF;
+  border-radius: 10px;
+  padding: 3em;
+  -moz-padding-start: 30px;
+  margin-left: 1em;
+  margin-right: 1em;
+}
+
+#warningInnerBox {
+  max-width: 50em;
+}
+
+#warningTitle {
+  margin: 0 0 .6em 0;
+  font-size: 160%;
+  border-bottom: 1px solid #A09090;
+}
 
-#warningBox:not(.private) .private,
-#warningBox:not(.normal) .normal {
-  display: none;
+#warningText {
+  font-size: 110%;
+  margin-left: 0;
 }
 
 /* Pick the desired icons depending on the window's context */
 
 #warningBox.private > #warningBoxIcon {
-  list-style-image: url("chrome://global/skin/icons/information-48.png");
+  background-image: url("chrome://global/skin/icons/information-48.png");
   width: 48px;
   height: 48px;
   -moz-margin-end: 3em;
 }
 
 #warningBox.normal > #warningBoxIcon {
-  list-style-image: url("chrome://global/skin/icons/question-48.png");
+  background-image: url("chrome://global/skin/icons/question-48.png");
   width: 48px;
   height: 48px;
   -moz-margin-end: 3em;
@@ -48,7 +71,7 @@
 #warningStatus {
   margin: 0.4em 0 1.2em 0;
   padding-bottom: 1.2em;
-  border-bottom: 1px solid #9C9CFF;
+  border-bottom: 1px solid #A09090;
   font-size: 135%;
 }