update both themes for toolkit winstripe changes in Mozilla 17 cycle
authorRobert Kaiser <robert@widebook.box.kairo.at>
Mon, 15 Oct 2012 11:39:58 +0000 (13:39 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Mon, 15 Oct 2012 11:39:58 +0000 (13:39 +0200)
17 files changed:
EarlyBlue/global/TopLevelImageDocument.css
EarlyBlue/global/aboutSupport.css
EarlyBlue/global/alerts/alert.css
EarlyBlue/global/dirListing/dirListing.css
EarlyBlue/global/media/videocontrols.css
EarlyBlue/global/media/volumeThumb.png
EarlyBlue/global/netError.css
EarlyBlue/mozapps/plugins/pluginBlocked-64.png [new file with mode: 0644]
LCARStrek/global/TopLevelImageDocument.css
LCARStrek/global/aboutSupport.css
LCARStrek/global/alerts/alert.css
LCARStrek/global/dirListing/dirListing.css
LCARStrek/global/media/videocontrols.css
LCARStrek/global/media/volumeThumb-hover.png
LCARStrek/global/media/volumeThumb.png
LCARStrek/global/netError.css
LCARStrek/mozapps/plugins/pluginBlocked-64.png [new file with mode: 0644]

index ae8067f42dc377607d677a5608aebdcf12743185..aef3a455a20322d331671fec2307f34edbf588f1 100644 (file)
@@ -4,10 +4,11 @@
 
 @media not print {
   body {
 
 @media not print {
   body {
+    color: #FFFFFF;
     background-color: #222;
   }
 
     background-color: #222;
   }
 
-  .decoded {
+  img.decoded {
     background-color: #fff;
     color: #222;
   }
     background-color: #fff;
     color: #222;
   }
index f82c4351102349cd30a44c11f84cdf3126862444..6f7b77f916cc9beeb13dec295d32930afa58e713 100644 (file)
@@ -94,7 +94,7 @@ td {
   width: 30%;
 }
 
   width: 30%;
 }
 
-body[dir="rtl"] > #reset-box {
+#reset-box:-moz-dir(rtl) {
   float: left;
 }
 
   float: left;
 }
 
index 6a63465bba432e41d374b68f7ce8fea40ae52f24..f031d13f6324bf48deb98eb3d6c790392e96bbbb 100644 (file)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 .alertBox {
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 .alertBox {
-  border: 2px solid #666699;
+  border: 1px solid #666699;
   background-color: #CCD0DD;
   background-color: #CCD0DD;
-  min-height: 50px;
+}
+
+.alertImageBox {
+  padding: 8px 0;
+  width: 64px;
+  -moz-border-end: 1px solid #9999CC;
+}
+
+.alertTextBox {
+  padding: 8px;
+  -moz-padding-start: 16px;
+  width: 255px;
 }
 
 .alertBox[orient="horizontal"] > .alertImageBox {
 }
 
 .alertBox[orient="horizontal"] > .alertImageBox {
-  -moz-margin-start: 4px;
-  -moz-margin-end: 6px;
-  min-height: 46px;
+  -moz-margin-end: 8px;
 }
 
 .alertBox[orient="vertical"] > .alertImageBox {
 }
 
 .alertBox[orient="vertical"] > .alertImageBox {
-  margin-top: 6px;
-  margin-bottom: 4px;
-  min-width: 46px;
+  margin-bottom: 8px;
 }
 
 .alertTitle {
   font-weight: bold;
 }
 
 .alertTitle {
   font-weight: bold;
+  font-size: 110%;
 }
 
 #alertImage {
 }
 
 #alertImage {
   max-height: 48px;
 }
 
   max-height: 48px;
 }
 
-.alertText {
-  -moz-margin-end: 6px;
-}
-
 #alertNotification[clickable="true"] {
   cursor: pointer;
 }
 #alertNotification[clickable="true"] {
   cursor: pointer;
 }
@@ -58,14 +62,17 @@ label {
   color: red;
 }
 
   color: red;
 }
 
-.alertBox[orient="horizontal"] > .alertTextBox {
-  -moz-padding-end: 10px;
-  padding-top: 5px;
-}
-
-.alertBox[orient="vertical"] > .alertTextBox {
-  -moz-padding-start: 5px;
-  -moz-padding-end: 5px;
-  margin-bottom: 8px;
-  -moz-box-align: center;
+@keyframes alert-animation {
+  from {
+    opacity: 0;
+  }
+  6.25% {
+    opacity: 1;
+  }
+  93.75% {
+    opacity: 1;
+  }
+  to {
+    opacity: 0;
+  }
 }
 }
index 5ae6ec65a2547157db0502392da648dbb8c5af2b..38cbae5278f0b772d5056d58d5e713c9c898641e 100644 (file)
@@ -45,7 +45,7 @@ p {
   float: left;
 }
 
   float: left;
 }
 
-body[dir="rtl"] #UI_goUp {
+#UI_goUp:-moz-dir(rtl) {
   float: right;
 }
 
   float: right;
 }
 
@@ -54,7 +54,7 @@ body[dir="rtl"] #UI_goUp {
   float: right;
 }
 
   float: right;
 }
 
-body[dir="rtl"] #UI_showHidden {
+#UI_showHidden:-moz-dir(rtl) {
   float: left;
 }
 
   float: left;
 }
 
index c0c63339a32a5c4129284e88eb103aab5be760c9..84c1145e3731914c62e155b4ad06f6fd16c09ea5 100644 (file)
@@ -77,8 +77,8 @@
   -moz-appearance: none;
   background: url("chrome://global/skin/media/volumeThumb.png") no-repeat center;
   border: none !important;
   -moz-appearance: none;
   background: url("chrome://global/skin/media/volumeThumb.png") no-repeat center;
   border: none !important;
-  min-width: 16px;
-  min-height: 11px;
+  min-width: 20px;
+  min-height: 10px;
 }
 
 .volumeBackgroundBar {
 }
 
 .volumeBackgroundBar {
index 5e1c3f132f5d4893010e4ede4f3eb473d015cf7b..d53506796833c7a8faaa190dc2d405f9dda3b524 100644 (file)
Binary files a/EarlyBlue/global/media/volumeThumb.png and b/EarlyBlue/global/media/volumeThumb.png differ
index 163d4bc249695d9637f9f389fd8d10e982b372a2..9094d916f81fe5021ed0c77768620faaa7ccd699 100644 (file)
@@ -56,7 +56,7 @@ ul {
   background-image: url("chrome://global/skin/icons/sslWarning.png");
 }
 
   background-image: url("chrome://global/skin/icons/sslWarning.png");
 }
 
-body[dir="rtl"] #errorPageContainer {
+#errorPageContainer:-moz-dir(rtl) {
   background-position: right 0;
 }
 
   background-position: right 0;
 }
 
@@ -97,7 +97,7 @@ body[dir="rtl"] #errorPageContainer {
   opacity: .4;
 }
 
   opacity: .4;
 }
 
-body[dir="rtl"] #brand {
+#brand:-moz-dir(rtl) {
   right: auto;
   left: 0;
 }
   right: auto;
   left: 0;
 }
diff --git a/EarlyBlue/mozapps/plugins/pluginBlocked-64.png b/EarlyBlue/mozapps/plugins/pluginBlocked-64.png
new file mode 100644 (file)
index 0000000..f9c8b3a
Binary files /dev/null and b/EarlyBlue/mozapps/plugins/pluginBlocked-64.png differ
index f19e43d4a379abb910ce15f8e5f4d6b66d806c4b..198389161c4ba96535a277f20bfdda1381ad0824 100644 (file)
@@ -4,6 +4,7 @@
 
 @media not print {
   body {
 
 @media not print {
   body {
+    color: #E7ADE7;
     background-color: #221500;
   }
 
     background-color: #221500;
   }
 
index 8fcc290d4f4c234938c3c6a130419866e252c5ce..b6cc59ace144b0b4870e2e8c3895460ea392e71e 100644 (file)
@@ -150,7 +150,7 @@ td {
   width: 30%;
 }
 
   width: 30%;
 }
 
-body[dir="rtl"] > #reset-box {
+#reset-box:-moz-dir(rtl) {
   float: left;
 }
 
   float: left;
 }
 
index 13b8d674ebbbc79532909e0a98fac7a0354aaf69..593fdca14e95cdc94893f9f53f9e87dc4d22faed 100644 (file)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 .alertBox {
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 .alertBox {
-  border: 2px solid #9C9CFF;
+  border: 1px solid #9C9CFF;
+  border-radius: 3px;
   background-color: #000000;
   background-color: #000000;
-  min-height: 50px;
+}
+
+.alertImageBox {
+  padding: 8px 0;
+  width: 64px;
+  -moz-border-end: 1px solid #9C9CFF;
+}
+
+.alertTextBox {
+  padding: 8px;
+  -moz-padding-start: 16px;
+  width: 255px;
 }
 
 .alertBox[orient="horizontal"] > .alertImageBox {
 }
 
 .alertBox[orient="horizontal"] > .alertImageBox {
-  -moz-margin-start: 4px;
-  -moz-margin-end: 6px;
-  min-height: 46px;
+  -moz-margin-end: 8px;
 }
 
 .alertBox[orient="vertical"] > .alertImageBox {
 }
 
 .alertBox[orient="vertical"] > .alertImageBox {
-  margin-top: 6px;
-  margin-bottom: 4px;
-  min-width: 46px;
+  margin-bottom: 8px;
 }
 
 .alertTitle {
   font-weight: bold;
 }
 
 .alertTitle {
   font-weight: bold;
+  font-size: 110%;
 }
 
 #alertImage {
 }
 
 #alertImage {
   max-height: 48px;
 }
 
   max-height: 48px;
 }
 
-.alertText {
-  -moz-margin-end: 6px;
-}
-
 #alertNotification[clickable="true"] {
   cursor: pointer;
 }
 #alertNotification[clickable="true"] {
   cursor: pointer;
 }
@@ -58,14 +63,17 @@ label {
   color: red;
 }
 
   color: red;
 }
 
-.alertBox[orient="horizontal"] > .alertTextBox {
-  -moz-padding-end: 10px;
-  padding-top: 5px;
-}
-
-.alertBox[orient="vertical"] > .alertTextBox {
-  -moz-padding-start: 5px;
-  -moz-padding-end: 5px;
-  margin-bottom: 8px;
-  -moz-box-align: center;
+@keyframes alert-animation {
+  from {
+    opacity: 0;
+  }
+  6.25% {
+    opacity: 1;
+  }
+  93.75% {
+    opacity: 1;
+  }
+  to {
+    opacity: 0;
+  }
 }
 }
index 6a6055a2f36b4f9da0c38417bf40827f3626c3c3..16a0b1495bd32eb4a22595cc253adcf1685a4edd 100644 (file)
@@ -46,7 +46,7 @@ p {
   float: left;
 }
 
   float: left;
 }
 
-body[dir="rtl"] #UI_goUp {
+#UI_goUp:-moz-dir(rtl) {
   float: right;
 }
 
   float: right;
 }
 
@@ -55,7 +55,7 @@ body[dir="rtl"] #UI_goUp {
   float: right;
 }
 
   float: right;
 }
 
-body[dir="rtl"] #UI_showHidden {
+#UI_showHidden:-moz-dir(rtl) {
   float: left;
 }
 
   float: left;
 }
 
index 522241194531b5a49744dc8e584abef066e64f0d..4b52d535975aadd043b0d004269375faf6988476 100644 (file)
   -moz-appearance: none;
   background: url("chrome://global/skin/media/volumeThumb.png") no-repeat center;
   border: none !important;
   -moz-appearance: none;
   background: url("chrome://global/skin/media/volumeThumb.png") no-repeat center;
   border: none !important;
-  min-width: 16px;
-  min-height: 11px;
+  min-width: 20px;
+  min-height: 10px;
 }
 .volumeControl .scale-thumb:hover, .volumeControl .scale-thumb:active {
   background-image: url("chrome://global/skin/media/volumeThumb-hover.png");
 }
 .volumeControl .scale-thumb:hover, .volumeControl .scale-thumb:active {
   background-image: url("chrome://global/skin/media/volumeThumb-hover.png");
index 718f27de8a3fc379729e3fc04bf729bb2c210be4..38dac633b8882a1722b0c102ac082faa5aeb41be 100644 (file)
Binary files a/LCARStrek/global/media/volumeThumb-hover.png and b/LCARStrek/global/media/volumeThumb-hover.png differ
index 2bf08037798e61ea8ffd43a10395235a009f3ed5..e65497a6e6444c68a21b37984c50d3ad92377aa2 100644 (file)
Binary files a/LCARStrek/global/media/volumeThumb.png and b/LCARStrek/global/media/volumeThumb.png differ
index b4e84b03a49b4fd6d41acdc693992e8fc9a55535..a01830b514e4d018bcb76ae2365859e9dd579918 100644 (file)
@@ -57,7 +57,7 @@ ul {
   background-image: url("chrome://global/skin/icons/sslWarning.png");
 }
 
   background-image: url("chrome://global/skin/icons/sslWarning.png");
 }
 
-body[dir="rtl"] #errorPageContainer {
+#errorPageContainer:-moz-dir(rtl) {
   background-position: right 0;
 }
 
   background-position: right 0;
 }
 
@@ -98,7 +98,7 @@ body[dir="rtl"] #errorPageContainer {
   opacity: .4;
 }
 
   opacity: .4;
 }
 
-body[dir="rtl"] #brand {
+#brand:-moz-dir(rtl) {
   right: auto;
   left: 0;
 }
   right: auto;
   left: 0;
 }
diff --git a/LCARStrek/mozapps/plugins/pluginBlocked-64.png b/LCARStrek/mozapps/plugins/pluginBlocked-64.png
new file mode 100644 (file)
index 0000000..6ce5b2f
Binary files /dev/null and b/LCARStrek/mozapps/plugins/pluginBlocked-64.png differ