update both themes for suite classic changes between 2009-05-01 and 2009-06-05
authorRobert Kaiser <robert@notebook.(none)>
Sun, 7 Jun 2009 21:15:50 +0000 (23:15 +0200)
committerRobert Kaiser <robert@notebook.(none)>
Sun, 7 Jun 2009 21:15:50 +0000 (23:15 +0200)
EarlyBlue/communicator/downloads/dl-remove.png [new file with mode: 0644]
EarlyBlue/communicator/downloads/downloadmanager.css [new file with mode: 0644]
EarlyBlue/communicator/icons/geo.png [new file with mode: 0644]
EarlyBlue/messenger/mailWindow1.css
EarlyBlue/messenger/messageBody.css
LCARStrek/communicator/downloads/dl-remove.png [new file with mode: 0644]
LCARStrek/communicator/downloads/downloadmanager.css [new file with mode: 0644]
LCARStrek/communicator/icons/geo.png [new file with mode: 0644]
LCARStrek/messenger/mailWindow1.css
LCARStrek/messenger/messageBody.css

diff --git a/EarlyBlue/communicator/downloads/dl-remove.png b/EarlyBlue/communicator/downloads/dl-remove.png
new file mode 100644 (file)
index 0000000..4ca9164
Binary files /dev/null and b/EarlyBlue/communicator/downloads/dl-remove.png differ
diff --git a/EarlyBlue/communicator/downloads/downloadmanager.css b/EarlyBlue/communicator/downloads/downloadmanager.css
new file mode 100644 (file)
index 0000000..263ab8b
--- /dev/null
@@ -0,0 +1,123 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is the SeaMonkey internet suite code.
+ *
+ * The Initial Developer of the Original Code is
+ * the SeaMonkey project at mozilla.org.
+ * Portions created by the Initial Developer are Copyright (C) 2008
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Robert Kaiser <kairo@kairo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either of the GNU General Public License Version 2 or later (the "GPL"),
+ * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the MPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+/* Note to themers:
+   On rows and all cells, those properties for download states are available:
+   active, inactive, resumable, paused, downloading, finished, failed, canceled, blocked
+*/
+
+#ActionPlay {
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+treechildren::-moz-tree-image(ActionPlay, downloading, resumable),
+#pauseButton {
+  /* pause */
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 48px, 16px, 32px);
+}
+
+treechildren::-moz-tree-image(ActionPlay, paused, resumable),
+#resumeButton {
+  /* resume */
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+treechildren::-moz-tree-image(ActionPlay, failed),
+treechildren::-moz-tree-image(ActionPlay, canceled),
+#retryButton {
+  /* retry */
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 64px, 16px, 48px);
+}
+
+#ActionStop {
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+
+treechildren::-moz-tree-image(ActionStop, active),
+#cancelButton {
+  /* cancel */
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+
+treechildren::-moz-tree-image(ActionStop, inactive) {
+  /* remove */
+  list-style-image: url("chrome://communicator/skin/downloads/dl-remove.png");
+  -moz-image-region: auto;
+}
+
+/* progress dialogs */
+
+/* focusable label, focus ring like .link-text but not a link */
+#fileName, #fileSource {
+  border: 1px solid transparent;
+  /* 1px is used for border, make margins smaller by that */
+  margin-top: 0px;
+  margin-bottom: 1px;
+  -moz-margin-start: 5px;
+  -moz-margin-end: 4px;
+}
+#fileName:focus,
+#fileSource:focus {
+  border: 1px dotted #666699;
+}
+
+#fileName {
+  font-weight: bold;
+}
+
+.mini-button {
+  -moz-appearance: none;
+  background-color: transparent;
+  border: none;
+  padding: 0;
+  margin: 0;
+  min-width: 0;
+  min-height: 0;
+}
+
+.mini-button > .button-box {
+  -moz-appearance: none;
+  padding: 0 !important;
+}
diff --git a/EarlyBlue/communicator/icons/geo.png b/EarlyBlue/communicator/icons/geo.png
new file mode 100644 (file)
index 0000000..ebd2e3b
Binary files /dev/null and b/EarlyBlue/communicator/icons/geo.png differ
index d5642beab8a84255bac032c2ab4569422f5a05ca..b4f201181d846c38afc0f5a668ddf4cb00632bf4 100644 (file)
@@ -81,3 +81,9 @@
   min-width: 1px;
 }
 
   min-width: 1px;
 }
 
+/* ..... tabmail ..... */
+
+tabpanels {
+  /* don't draw tabpanel borders; see also tabbrowser.css */
+  -moz-appearance: none;
+}
index f4f6233979f4d16a9095354967dd0085cf6db051..b9a8514662a24bbcc41fff9d012a3f7a8b478cf2 100644 (file)
@@ -158,3 +158,18 @@ moz-attached-image[overflowing="true"] {
   cursor: -moz-zoom-in;
   max-width: 100%;
 }
   cursor: -moz-zoom-in;
   max-width: 100%;
 }
+
+/* Style new format rss summary vs web page */
+body[selected="false"],
+iframe[selected="false"] {
+  display: none;
+}
+#_mailrssiframe {
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  border: none;
+}
diff --git a/LCARStrek/communicator/downloads/dl-remove.png b/LCARStrek/communicator/downloads/dl-remove.png
new file mode 100644 (file)
index 0000000..e838833
Binary files /dev/null and b/LCARStrek/communicator/downloads/dl-remove.png differ
diff --git a/LCARStrek/communicator/downloads/downloadmanager.css b/LCARStrek/communicator/downloads/downloadmanager.css
new file mode 100644 (file)
index 0000000..767c55f
--- /dev/null
@@ -0,0 +1,123 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is the SeaMonkey internet suite code.
+ *
+ * The Initial Developer of the Original Code is
+ * the SeaMonkey project at mozilla.org.
+ * Portions created by the Initial Developer are Copyright (C) 2008
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Robert Kaiser <kairo@kairo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either of the GNU General Public License Version 2 or later (the "GPL"),
+ * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the MPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+/* Note to themers:
+   On rows and all cells, those properties for download states are available:
+   active, inactive, resumable, paused, downloading, finished, failed, canceled, blocked
+*/
+
+#ActionPlay {
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+treechildren::-moz-tree-image(ActionPlay, downloading, resumable),
+#pauseButton {
+  /* pause */
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 48px, 16px, 32px);
+}
+
+treechildren::-moz-tree-image(ActionPlay, paused, resumable),
+#resumeButton {
+  /* resume */
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+treechildren::-moz-tree-image(ActionPlay, failed),
+treechildren::-moz-tree-image(ActionPlay, canceled),
+#retryButton {
+  /* retry */
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 64px, 16px, 48px);
+}
+
+#ActionStop {
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+
+treechildren::-moz-tree-image(ActionStop, active),
+#cancelButton {
+  /* cancel */
+  list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+  -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+
+treechildren::-moz-tree-image(ActionStop, inactive) {
+  /* remove */
+  list-style-image: url("chrome://communicator/skin/downloads/dl-remove.png");
+  -moz-image-region: auto;
+}
+
+/* progress dialogs */
+
+/* focusable label, focus ring like .link-text but not a link */
+#fileName, #fileSource {
+  border: 1px solid transparent;
+  /* 1px is used for border, make margins smaller by that */
+  margin-top: 0px;
+  margin-bottom: 1px;
+  -moz-margin-start: 5px;
+  -moz-margin-end: 4px;
+}
+#fileName:focus,
+#fileSource:focus {
+  border: 1px dotted #FFCF00;
+}
+
+#fileName {
+  font-weight: bold;
+}
+
+.mini-button {
+  -moz-appearance: none;
+  background-color: transparent;
+  border: none;
+  padding: 0;
+  margin: 0;
+  min-width: 0;
+  min-height: 0;
+}
+
+.mini-button > .button-box {
+  -moz-appearance: none;
+  padding: 0 !important;
+}
diff --git a/LCARStrek/communicator/icons/geo.png b/LCARStrek/communicator/icons/geo.png
new file mode 100644 (file)
index 0000000..7e36a88
Binary files /dev/null and b/LCARStrek/communicator/icons/geo.png differ
index 9384fc18c5c5b3e11a1a419f0c9a71722265ce3d..01fc1a847104f507218d57a3dda747da59dc0878 100644 (file)
@@ -63,7 +63,7 @@
   border: none;
 }
 
   border: none;
 }
 
-#folderpane_splitter {
+#folderpane-splitter {
   border: none;
 }
 
   border: none;
 }
 
   min-width: 1px;
   border: none;
 }
   min-width: 1px;
   border: none;
 }
+
+/* ..... tabmail ..... */
+
+tabpanels {
+  /* don't draw tabpanel borders; see also tabbrowser.css */
+  -moz-appearance: none;
+}
index d3a4a3281f7dd2432778249e1d8e173f1e88833c..0d1dd9de7bfbd584b1f2b59f53b9ec7f383e3adb 100644 (file)
@@ -158,3 +158,18 @@ moz-attached-image[overflowing="true"] {
   cursor: -moz-zoom-in;
   max-width: 100%;
 }
   cursor: -moz-zoom-in;
   max-width: 100%;
 }
+
+/* Style new format rss summary vs web page */
+body[selected="false"],
+iframe[selected="false"] {
+  display: none;
+}
+#_mailrssiframe {
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  border: none;
+}