update EarlyBlue to recent changes
authorrobert <robert>
Wed, 20 Feb 2002 15:29:45 +0000 (15:29 +0000)
committerrobert <robert>
Wed, 20 Feb 2002 15:29:45 +0000 (15:29 +0000)
28 files changed:
EarlyBlue/communicator/brand.css
EarlyBlue/communicator/brand/throbber16-anim.gif [new file with mode: 0644]
EarlyBlue/communicator/brand/throbber16-single.gif [new file with mode: 0644]
EarlyBlue/communicator/communicator.css
EarlyBlue/communicator/icons/pg-landscape.gif [new file with mode: 0644]
EarlyBlue/communicator/icons/pg-portrait.gif [new file with mode: 0644]
EarlyBlue/communicator/icons/turbo-systray.gif [new file with mode: 0644]
EarlyBlue/communicator/sidebar/sidebar.css
EarlyBlue/communicator/sidebar/sidebarListView.css [new file with mode: 0644]
EarlyBlue/contents.rdf
EarlyBlue/editor/editorPrimaryToolbar.css
EarlyBlue/global/arrow/arrow-down-sharp.gif [new file with mode: 0644]
EarlyBlue/global/arrow/arrow-left-sharp-end.gif [new file with mode: 0644]
EarlyBlue/global/arrow/arrow-left-sharp.gif [new file with mode: 0644]
EarlyBlue/global/arrow/arrow-right-sharp-end.gif [new file with mode: 0644]
EarlyBlue/global/arrow/arrow-right-sharp.gif [new file with mode: 0644]
EarlyBlue/global/arrow/arrow-up-sharp.gif [new file with mode: 0644]
EarlyBlue/global/global.css
EarlyBlue/global/listbox.css
EarlyBlue/global/preview.png
EarlyBlue/messenger/addressbook/addressbook.css
EarlyBlue/messenger/addressingWidget.css [new file with mode: 0644]
EarlyBlue/messenger/messengercompose/messengercompose.css
EarlyBlue/messenger/smime/msgReadSecurityInfo.css [new file with mode: 0644]
EarlyBlue/navigator/icons/win-close.gif [new file with mode: 0644]
EarlyBlue/navigator/icons/win-minimize.gif [new file with mode: 0644]
EarlyBlue/navigator/icons/win-restore.gif [new file with mode: 0644]
EarlyBlue/navigator/navigator.css

index 6072a4fefb153b4e6afd2c34c7c5d1e5a7cb394c..953cbbb4308e7882d9d1f29822d98b052dfe0083 100644 (file)
 #navigator-throbber:hover:active {
   border: 1px inset #CCD0DD;
 }
+
+#navigator-throbber[toolbarmode="small"] {
+  margin: 0 5px 0 0;
+  list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
+}
+
+#navigator-throbber[toolbarmode="small"][busy="true"] {
+  list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
+}
diff --git a/EarlyBlue/communicator/brand/throbber16-anim.gif b/EarlyBlue/communicator/brand/throbber16-anim.gif
new file mode 100644 (file)
index 0000000..230c480
Binary files /dev/null and b/EarlyBlue/communicator/brand/throbber16-anim.gif differ
diff --git a/EarlyBlue/communicator/brand/throbber16-single.gif b/EarlyBlue/communicator/brand/throbber16-single.gif
new file mode 100644 (file)
index 0000000..5697126
Binary files /dev/null and b/EarlyBlue/communicator/brand/throbber16-single.gif differ
index 7b78c6df8dc52859e4b4c3f48fc32c721883946e..b218aa947a34fc477753fde96152dd971b55f927 100644 (file)
@@ -40,6 +40,7 @@
    ========================================================================== */
 
 @import url(chrome://global/skin/);
+@import url("chrome://communicator/content/communicator.css");
 @import url(chrome://communicator/skin/brand.css);
 @import url(chrome://communicator/skin/button.css);
 @import url(chrome://communicator/skin/formatting.css);
diff --git a/EarlyBlue/communicator/icons/pg-landscape.gif b/EarlyBlue/communicator/icons/pg-landscape.gif
new file mode 100644 (file)
index 0000000..96a9381
Binary files /dev/null and b/EarlyBlue/communicator/icons/pg-landscape.gif differ
diff --git a/EarlyBlue/communicator/icons/pg-portrait.gif b/EarlyBlue/communicator/icons/pg-portrait.gif
new file mode 100644 (file)
index 0000000..4fc6745
Binary files /dev/null and b/EarlyBlue/communicator/icons/pg-portrait.gif differ
diff --git a/EarlyBlue/communicator/icons/turbo-systray.gif b/EarlyBlue/communicator/icons/turbo-systray.gif
new file mode 100644 (file)
index 0000000..ec6c489
Binary files /dev/null and b/EarlyBlue/communicator/icons/turbo-systray.gif differ
index 67fc1d4ea0dd638b5d7fd330780ff1b508433c39..f8168bb0c01c9c69d9ae9ed3d85d0872f0a503f8 100644 (file)
 */
 
 .box-texttab:hover {
-  background-color      : #DDDDDD;
+  background-color: #DDDDDD;
 }
     
 .box-texttab:hover:active {
-  background-color      : #6699FF;
+  background-color: #6699FF;
 }
     
 .box-texttab[selected="true"],
 .box-texttab[selected="true"]:hover {
-  font-weight           : bold;
-  cursor                : default;
+  font-weight: bold;
+  cursor: default;
 }
 
 .box-texttab[last-panel="true"], 
 .box-texttab[selected="true"] {
-  margin-bottom       : 0px;
+  margin-bottom: 0px;
 }
 
 .sbtab-twisty[selected="true"] {
   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 }
+
+/* ::::: sidebar navigation buttons ::::: */
+
+.sidebar-nav-button {
+  -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
+  padding: 5px 0px 5px 0px;
+}
+
+.tab-fwd {
+  list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
+}
+
+.tab-back {
+  list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
+}
diff --git a/EarlyBlue/communicator/sidebar/sidebarListView.css b/EarlyBlue/communicator/sidebar/sidebarListView.css
new file mode 100644 (file)
index 0000000..d8f5653
--- /dev/null
@@ -0,0 +1,56 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape 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/NPL/
+ *
+ * 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 mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 1998
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Ben Goodger <ben@netscape.com>
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either 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 NPL, 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 NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+outlinerchildren {
+  cursor: pointer;  
+}
+
+outlinerchildren:-moz-outliner-row(selected),
+outlinerchildren:-moz-outliner-row(selected, focus) {
+  background-color: -moz-Field !important;
+  border: 1px solid transparent !important;
+}
+
+outlinerchildren:-moz-outliner-cell-text,
+outlinerchildren:-moz-outliner-cell-text(selected),
+outlinerchildren:-moz-outliner-cell-text(selected, focus) {
+  color: #336699 !important;
+  text-decoration: underline;
+}
index 84a9d39c302d4a26c6d3e6f58be7781039224d9c..c6701a4afd3ad77796de5d5c21084b8d119feb90 100644 (file)
@@ -15,7 +15,7 @@
         chrome:author="Robert Kaiser - KaiRo.at"
         chrome:description="This theme re-introduces a UI design idea based on early Mozilla milestones. Get more info at http://www.kairo.at/download/"
         chrome:name="EarlyBlue/0.8"
-        chrome:image="jar:resource:///chrome/EarlyBlue.jar!/global/preview.png">
+        chrome:image="global/preview.png">
     <chrome:packages>
       <RDF:Seq about="urn:mozilla:skin:EarlyBlue/0.8:packages">
         <RDF:li resource="urn:mozilla:skin:EarlyBlue/0.8:global"/>
index c7917be56f1e8b62312e857baec1ec32e1616d63..37ff13f83e2c10ee54af66bbbdf97c29854fe4ec 100644 (file)
@@ -69,7 +69,6 @@
   list-style-image: url("chrome://editor/skin/icons/savefile-disabled.gif") !important;
 } 
 
-/*
 #publishButton {
   list-style-image: url("chrome://editor/skin/icons/publish.gif");
 } 
@@ -77,7 +76,6 @@
 #publishButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/publish-disabled.gif") !important;
 }
-*/
 
 #previewButton {
   list-style-image: url("chrome://editor/skin/icons/preview.gif");
 #spellingButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important;
 }
+
diff --git a/EarlyBlue/global/arrow/arrow-down-sharp.gif b/EarlyBlue/global/arrow/arrow-down-sharp.gif
new file mode 100644 (file)
index 0000000..206d7c1
Binary files /dev/null and b/EarlyBlue/global/arrow/arrow-down-sharp.gif differ
diff --git a/EarlyBlue/global/arrow/arrow-left-sharp-end.gif b/EarlyBlue/global/arrow/arrow-left-sharp-end.gif
new file mode 100644 (file)
index 0000000..c22294b
Binary files /dev/null and b/EarlyBlue/global/arrow/arrow-left-sharp-end.gif differ
diff --git a/EarlyBlue/global/arrow/arrow-left-sharp.gif b/EarlyBlue/global/arrow/arrow-left-sharp.gif
new file mode 100644 (file)
index 0000000..ae9b1dd
Binary files /dev/null and b/EarlyBlue/global/arrow/arrow-left-sharp.gif differ
diff --git a/EarlyBlue/global/arrow/arrow-right-sharp-end.gif b/EarlyBlue/global/arrow/arrow-right-sharp-end.gif
new file mode 100644 (file)
index 0000000..c1b3750
Binary files /dev/null and b/EarlyBlue/global/arrow/arrow-right-sharp-end.gif differ
diff --git a/EarlyBlue/global/arrow/arrow-right-sharp.gif b/EarlyBlue/global/arrow/arrow-right-sharp.gif
new file mode 100644 (file)
index 0000000..ca628ba
Binary files /dev/null and b/EarlyBlue/global/arrow/arrow-right-sharp.gif differ
diff --git a/EarlyBlue/global/arrow/arrow-up-sharp.gif b/EarlyBlue/global/arrow/arrow-up-sharp.gif
new file mode 100644 (file)
index 0000000..883a4f9
Binary files /dev/null and b/EarlyBlue/global/arrow/arrow-up-sharp.gif differ
index 3ba6299a017831e6832ee65146bc9ba525008b5c..a31941b34df2d55330481fd930173ea72a67f2c8 100644 (file)
@@ -69,7 +69,7 @@ dialog,
 wizard { 
   background-color: #CCD0DD;
   color: #000000;
-  font: 3mm helvetica,arial,tahoma,sans-serif;
+  font: 11px helvetica,arial,tahoma,sans-serif;
 }
   
 /* deprecated */
index b82a6c892e516d81a7b1a5c38d73e9a4c8b66751..9f438324ff08b0d73afeda8a8072be51570df60c 100644 (file)
@@ -104,3 +104,21 @@ listheader[sortable="true"]:hover:active {
   padding: 0px 0px 1px 4px;
   white-space: nowrap;
 }
+
+.listcell-icon {
+  margin-right: 2px;
+}
+
+/* ::::: listcell checkbox ::::: */                                             
+
+.listcell-check {
+  margin: 0px 2px;
+  border: 1px solid #CCD0DD;
+  padding: 2px;
+  width: 7px;
+}
+
+.listcell-check[checked="true"] {
+  width: 0px;
+  list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
+}
index 334a41cbbd4f494514dfa0a63d83f0902534ebe2..ece2f7a506717d92898a6fc6c07e397a75b6a1eb 100755 (executable)
Binary files a/EarlyBlue/global/preview.png and b/EarlyBlue/global/preview.png differ
index 0fe1507c7ccb299ae5a49725d61b2bd5b21bfb0a..dfec5205ee34cf980a8816c820c9a76c542318a7 100644 (file)
@@ -157,6 +157,10 @@ sidebarheader {
   cursor: pointer;
 }
 
+#cvHomeMapIt, #cvWorkMapIt {
+  margin-bottom: 0px;
+}                                                                               
+
 html|a {
   padding-left: 0px;
   padding-right: 2px;
diff --git a/EarlyBlue/messenger/addressingWidget.css b/EarlyBlue/messenger/addressingWidget.css
new file mode 100644 (file)
index 0000000..154f30d
--- /dev/null
@@ -0,0 +1,82 @@
+/* ***** 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 "Classic" theme of mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is
+ * the Mozilla Organization.
+ * Portions created by the Initial Developer are Copyright (C) 1998-2001
+ * 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 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");
+
+/* ::::: addressing widget ::::: */
+  
+#addressingWidgetTree {
+  height: 80px;
+  width: 0px;
+  margin: 0px;
+  -moz-user-focus: none;
+  background-color: #FFFFFF;
+}  
+  
+#listcol-addressingWidget {
+  width: 9em;
+  border-right: 1px solid #CCD0DD;
+}
+  
+#addressingWidgetTree > treechildren > treeitem > treerow,
+#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
+  border: none;
+  background-color: inherit;
+  color: inherit;
+}
+
+.treecell-addressingWidget {
+  border-bottom: 1px solid #CCD0DD;
+  padding: 0px !important;
+}
+  
+.treecell-addressingWidget:first-child {
+  border-bottom: none;
+}
+
+.textbox-addressingWidget {
+  -moz-box-align: center;
+}
+
+.dummy-row-cell:first-child {
+  border-bottom: 1px solid #CCD0DD;
+}
+
+.person-icon {
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
+  margin: 0px 3px 0px 3px;
+}
index 034e3d642bf48d69dd39035d27fad35793ee2d85..e4cf8c0dedecfd2533b3a9f040991f7176739a8f 100644 (file)
   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
 } 
 
-/* addressing widget */
-  
-#addressingWidgetTree {
-  height: 80px;
-  width: 0px;
-  margin: 0px;
-  -moz-user-focus: none;
-  background-color: #FFFFFF;
-}  
-  
-#listcol-addressingWidget {
-  width: 9em;
-  border-right: 1px solid #CCD0DD;
-}
-  
-#addressingWidgetTree > treechildren > treeitem > treerow,
-#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
-  border: none;
-  background-color: inherit;
-  color: inherit;
-}
-
-.treecell-addressingWidget {
-  border-bottom: 1px solid #CCD0DD;
-  padding: 0px !important;
-}
-  
-.treecell-addressingWidget:first-child {
-  border-bottom: none;
-}
-
-.textbox-addressingWidget {
-  -moz-box-align: center;
-}
-
-.dummy-row-cell:first-child {
-  border-bottom: 1px solid #CCD0DD;
-}
-
-.person-icon {
-  list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
-  margin: 0px 3px 0px 3px;
-}
-
 /* ::::: autocomplete icons ::::: */
 
 outlinerbody:-moz-outliner-cell-text(default-match) {
diff --git a/EarlyBlue/messenger/smime/msgReadSecurityInfo.css b/EarlyBlue/messenger/smime/msgReadSecurityInfo.css
new file mode 100644 (file)
index 0000000..2eb1006
--- /dev/null
@@ -0,0 +1,69 @@
+/* ***** 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 "Classic" theme of mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is
+ * the Mozilla Organization.
+ * Portions created by the Initial Developer are Copyright (C) 1998-2001
+ * 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 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 ***** */
+
+/* ===== msgReadSecurityInfo.css ========================================
+  == Styles for the security info window when displaying received mail.
+  ======================================================================= */
+
+@import url("chrome://messenger/skin/");
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+#msgReadSecurityInfo {
+  width: 40em;
+  max-width: 50em;
+}
+
+#outer_vbox {
+  margin: 5px;
+}
+
+#signatureLabel {
+  font-weight: bold;
+}
+
+#signatureCert {
+  margin: 5px;
+}
+
+#encryptionLabel {
+  font-weight: bold;
+}
+
+#encryptionCert {
+  margin: 5px;
+}
diff --git a/EarlyBlue/navigator/icons/win-close.gif b/EarlyBlue/navigator/icons/win-close.gif
new file mode 100644 (file)
index 0000000..358055b
Binary files /dev/null and b/EarlyBlue/navigator/icons/win-close.gif differ
diff --git a/EarlyBlue/navigator/icons/win-minimize.gif b/EarlyBlue/navigator/icons/win-minimize.gif
new file mode 100644 (file)
index 0000000..2950037
Binary files /dev/null and b/EarlyBlue/navigator/icons/win-minimize.gif differ
diff --git a/EarlyBlue/navigator/icons/win-restore.gif b/EarlyBlue/navigator/icons/win-restore.gif
new file mode 100644 (file)
index 0000000..cdc66e1
Binary files /dev/null and b/EarlyBlue/navigator/icons/win-restore.gif differ
index 1c5502403e4bff432821577269506b56258687df..1beb16849a814da52ac1a6f331a04b84c11ee7f8 100644 (file)
   display: normal;
 }
 
+/* ::::: small primary toolbar buttons ::::: */
+
+.toolbarbutton-1[toolbarmode="small"] {
+  min-width: 0;
+}
+
+.toolbarbutton-1[toolbarmode="small"] > .toolbarbutton-menubutton-button > .toolbarbutton-text,
+.toolbarbutton-1[toolbarmode="small"] > .toolbarbutton-text {
+  display: none;
+}
+
+#search-button[toolbarmode="small"] > .button-box > .button-text {
+  display: none;
+}
+
+#nav-bar[toolbarmode="small"] > #nav-bar-inner {
+  margin: 0;
+  border: none;
+}
+
+#nav-bar[toolbarmode="small"] > .toolbar-primary-grippy {
+  display: none;
+}
+
+/* ::::: fullscreen window controls ::::: */
+
+#window-controls {
+  -moz-box-align: center;
+  padding: 0 2px 0 4px;
+  border-left: 2px solid;
+  -moz-border-left-colors: ThreeDHighlight ThreeDShadow;
+}
+
+#minimize-button {
+  list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
+}
+
+#restore-button {
+  list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
+}
+
+#close-button {
+  list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
+}
+
 /* ::::: nav-bar-inner ::::: */
 
 #nav-bar-inner {
   border-top: none;
 }
 */
-