From 5d14042cf3ba75d48b77c883c7bbd85b91022ae2 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 7 Jun 2009 23:15:50 +0200 Subject: [PATCH 1/1] update both themes for suite classic changes between 2009-05-01 and 2009-06-05 --- .../communicator/downloads/dl-remove.png | Bin 0 -> 196 bytes .../downloads/downloadmanager.css | 123 ++++++++++++++++++ EarlyBlue/communicator/icons/geo.png | Bin 0 -> 231 bytes EarlyBlue/messenger/mailWindow1.css | 6 + EarlyBlue/messenger/messageBody.css | 15 +++ .../communicator/downloads/dl-remove.png | Bin 0 -> 196 bytes .../downloads/downloadmanager.css | 123 ++++++++++++++++++ LCARStrek/communicator/icons/geo.png | Bin 0 -> 231 bytes LCARStrek/messenger/mailWindow1.css | 9 +- LCARStrek/messenger/messageBody.css | 15 +++ 10 files changed, 290 insertions(+), 1 deletion(-) create mode 100644 EarlyBlue/communicator/downloads/dl-remove.png create mode 100644 EarlyBlue/communicator/downloads/downloadmanager.css create mode 100644 EarlyBlue/communicator/icons/geo.png create mode 100644 LCARStrek/communicator/downloads/dl-remove.png create mode 100644 LCARStrek/communicator/downloads/downloadmanager.css create mode 100644 LCARStrek/communicator/icons/geo.png diff --git a/EarlyBlue/communicator/downloads/dl-remove.png b/EarlyBlue/communicator/downloads/dl-remove.png new file mode 100644 index 0000000000000000000000000000000000000000..4ca9164bed6c63a34368b1ec581ab870cab23a80 GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9jKx9jP7LeL$-D$|I0Jk_Tr;){ zq@|rXbK&l(d7HdIDoTRPzS*x19N3n1m4)M=gcO&E&+L;9 fB7#y}h8zqT<$UM&&Q`VsYGLqn^>bP0l+XkK$`vtH literal 0 HcmV?d00001 diff --git a/EarlyBlue/communicator/downloads/downloadmanager.css b/EarlyBlue/communicator/downloads/downloadmanager.css new file mode 100644 index 00000000..263ab8b1 --- /dev/null +++ b/EarlyBlue/communicator/downloads/downloadmanager.css @@ -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 + * + * 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 index 0000000000000000000000000000000000000000..ebd2e3bff3986f293c19252bb4e1522e38358b89 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9jKx9jP7LeL$-D$|I0Jk_T)8;} zX3jkG|NsB|@Kyzoijp9|UYh7ML)50LT#kH}&M25w;xW@MN(M*=9w zUgGKN%6^lLUBpQ2<J!$&>6YY!AxPJ=$lKO&WYXYre|FD|GHwqYsQrkDc`D-Zmej05@@iR|A43Xtx~Tf Q8=$ESp00i_>zopr096G@Hvj+t literal 0 HcmV?d00001 diff --git a/EarlyBlue/messenger/mailWindow1.css b/EarlyBlue/messenger/mailWindow1.css index d5642bea..b4f20118 100644 --- a/EarlyBlue/messenger/mailWindow1.css +++ b/EarlyBlue/messenger/mailWindow1.css @@ -81,3 +81,9 @@ min-width: 1px; } +/* ..... tabmail ..... */ + +tabpanels { + /* don't draw tabpanel borders; see also tabbrowser.css */ + -moz-appearance: none; +} diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index f4f62339..b9a85146 100644 --- a/EarlyBlue/messenger/messageBody.css +++ b/EarlyBlue/messenger/messageBody.css @@ -158,3 +158,18 @@ moz-attached-image[overflowing="true"] { 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 index 0000000000000000000000000000000000000000..e838833b95b25af37790eff1ba0baf31214dffd4 GIT binary patch literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9jKx9jP7LeL$-D$|I0Jk_TvN6S z%$f85|9OV&HS^biRFnky1v5B2yO9RsBze2LFm$lWdVrJ{ctjR6FmMZlFeAgPITAoY z_7YEDSN5B1?4oQ|i6>1z0)^B)T^vI=t|uojFuSoU@Xda8;J~)5t1KJ`C8W4Sd}g0? f5D}E(GUQ;$DCaxBceb)EPz!^ntDnm{r-UW|@JBKF literal 0 HcmV?d00001 diff --git a/LCARStrek/communicator/downloads/downloadmanager.css b/LCARStrek/communicator/downloads/downloadmanager.css new file mode 100644 index 00000000..767c55f7 --- /dev/null +++ b/LCARStrek/communicator/downloads/downloadmanager.css @@ -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 + * + * 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 index 0000000000000000000000000000000000000000..7e36a885a1d89001f958379707bc5a057f92db16 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9jKx9jP7LeL$-D$|I0Jk_TxB@~ z=FIv3|2%_5m7XR@MM;ofFoVOh8)+a;lDE4HLkFv@2S|B=M`SSr1Gg{;GcwGYBLNg- zFY)wsWxvVBE@I3-r86=ZDCFho;uyklUG>aD!3F~XmIK`ld`TFVdQ&MBb@0M*AuKmY&$ literal 0 HcmV?d00001 diff --git a/LCARStrek/messenger/mailWindow1.css b/LCARStrek/messenger/mailWindow1.css index 9384fc18..01fc1a84 100644 --- a/LCARStrek/messenger/mailWindow1.css +++ b/LCARStrek/messenger/mailWindow1.css @@ -63,7 +63,7 @@ border: none; } -#folderpane_splitter { +#folderpane-splitter { border: none; } @@ -92,3 +92,10 @@ min-width: 1px; border: none; } + +/* ..... tabmail ..... */ + +tabpanels { + /* don't draw tabpanel borders; see also tabbrowser.css */ + -moz-appearance: none; +} diff --git a/LCARStrek/messenger/messageBody.css b/LCARStrek/messenger/messageBody.css index d3a4a328..0d1dd9de 100644 --- a/LCARStrek/messenger/messageBody.css +++ b/LCARStrek/messenger/messageBody.css @@ -158,3 +158,18 @@ moz-attached-image[overflowing="true"] { 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; +} -- 2.35.3