sync both themes with suite classic theme changes in SeaMonkey 2.38 cycle
authorRobert Kaiser <kairo@kairo.at>
Mon, 19 Oct 2015 11:18:12 +0000 (13:18 +0200)
committerRobert Kaiser <kairo@kairo.at>
Mon, 19 Oct 2015 11:18:12 +0000 (13:18 +0200)
EarlyBlue/communicator/aboutPrivateBrowsing.css
LCARStrek/communicator/aboutPrivateBrowsing.css

index e4dde53be5ae2380d4cd0163ea0af2b0ce8645c2..0963fcafe5b074eb86a299031f06c120bd188a3c 100644 (file)
@@ -4,25 +4,50 @@
 
 @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: #CCD0DD;
+}
+
+#warningBox {
+  background-color: #CCD0DD;
+  color: #000000;
+  border: 1px solid #666699;
+  border-radius: 10px;
+  padding: 3em;
+  -moz-padding-start: 30px;
+  margin-left: 1em;
+  margin-right: 1em;
+}
 
-#warningBox:not(.private) .private,
-#warningBox:not(.normal) .normal {
-  display: none;
+#warningInnerBox {
+  max-width: 50em;
 }
 
-.title {
-  background-size: auto;
+#warningTitle {
+  margin: 0 0 .6em 0;
+  font-size: 160%;
+  border-bottom: 1px solid #9999CC;
+}
+
+#warningText {
+  font-size: 110%;
+  margin-left: 0;
 }
 
 /* Pick the desired icons depending on the window's context */
 
-.private.title {
+#warningBox.private > #warningBoxIcon {
   background-image: url("chrome://global/skin/icons/information-48.png");
+  width: 48px;
+  height: 48px;
+  -moz-margin-end: 3em;
 }
 
-.normal.title {
+#warningBox.normal > #warningBoxIcon {
   background-image: url("chrome://global/skin/icons/question-48.png");
+  width: 48px;
+  height: 48px;
+  -moz-margin-end: 3em;
 }
 
 #trackWarnBox {
 
 /* Define additional styles to look similar to the netError/certError pages */
 
+#warningTitle {
+  font-weight: bold;
+}
+
 #warningStatus {
   margin: 0.4em 0 1.2em 0;
+  padding-bottom: 1.2em;
+  border-bottom: 1px solid #9999CC;
   font-size: 135%;
 }
 
@@ -48,6 +79,7 @@
   margin: 0.8em 0 1em 0;
 }
 
-#warningStatus > label {
+#warningOuterBox > vbox > label,
+#warningInnerBox > description {
   -moz-margin-start: 0;
 }
index e4dde53be5ae2380d4cd0163ea0af2b0ce8645c2..e66700419fc53b7dc4ef7d1a69fc018deb835c96 100644 (file)
@@ -4,25 +4,50 @@
 
 @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;
+}
 
-#warningBox:not(.private) .private,
-#warningBox:not(.normal) .normal {
-  display: none;
+#warningInnerBox {
+  max-width: 50em;
 }
 
-.title {
-  background-size: auto;
+#warningTitle {
+  margin: 0 0 .6em 0;
+  font-size: 160%;
+  border-bottom: 1px solid #A09090;
+}
+
+#warningText {
+  font-size: 110%;
+  margin-left: 0;
 }
 
 /* Pick the desired icons depending on the window's context */
 
-.private.title {
+#warningBox.private > #warningBoxIcon {
   background-image: url("chrome://global/skin/icons/information-48.png");
+  width: 48px;
+  height: 48px;
+  -moz-margin-end: 3em;
 }
 
-.normal.title {
+#warningBox.normal > #warningBoxIcon {
   background-image: url("chrome://global/skin/icons/question-48.png");
+  width: 48px;
+  height: 48px;
+  -moz-margin-end: 3em;
 }
 
 #trackWarnBox {
 
 /* Define additional styles to look similar to the netError/certError pages */
 
+#warningTitle {
+  font-weight: bold;
+}
+
 #warningStatus {
   margin: 0.4em 0 1.2em 0;
+  padding-bottom: 1.2em;
+  border-bottom: 1px solid #A09090;
   font-size: 135%;
 }
 
@@ -48,6 +79,7 @@
   margin: 0.8em 0 1em 0;
 }
 
-#warningStatus > label {
+#warningOuterBox > vbox > label,
+#warningInnerBox > description {
   -moz-margin-start: 0;
 }