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

index 3b906ffe7b026f7714e52bfe5ebe7a8e32719e47..882c70ec7e2d1e8cd3943c7f69f134b893345fce 100644 (file)
   list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
 }
 
-/*
-#navigator-throbber:hover {
-  border: 1px outset #CCD0DD;
+#navigator-throbber[toolbarmode="small"] {
+  margin: 0 5px 0 0;
+  list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
 }
 
-#navigator-throbber:hover:active {
-  border: 1px inset #CCD0DD;
+#navigator-throbber[toolbarmode="small"][busy="true"] {
+  list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
 }
-*/
diff --git a/LCARStrek/communicator/brand/throbber16-anim.gif b/LCARStrek/communicator/brand/throbber16-anim.gif
new file mode 100644 (file)
index 0000000..beb0f7b
Binary files /dev/null and b/LCARStrek/communicator/brand/throbber16-anim.gif differ
diff --git a/LCARStrek/communicator/brand/throbber16-single.gif b/LCARStrek/communicator/brand/throbber16-single.gif
new file mode 100644 (file)
index 0000000..1f3b63b
Binary files /dev/null and b/LCARStrek/communicator/brand/throbber16-single.gif differ
index a473c3dd668add6a6fb412546b78376e70fb3fa2..7b6a3eaacdc913b2086255f3e3f66dcdfb1d8277 100644 (file)
@@ -36,6 +36,7 @@
  * ***** END LICENSE BLOCK ***** */
 
 @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/LCARStrek/communicator/icons/pg-landscape.gif b/LCARStrek/communicator/icons/pg-landscape.gif
new file mode 100644 (file)
index 0000000..96a9381
Binary files /dev/null and b/LCARStrek/communicator/icons/pg-landscape.gif differ
diff --git a/LCARStrek/communicator/icons/pg-portrait.gif b/LCARStrek/communicator/icons/pg-portrait.gif
new file mode 100644 (file)
index 0000000..4fc6745
Binary files /dev/null and b/LCARStrek/communicator/icons/pg-portrait.gif differ
index 0404b414ead5ed8cd7d585168860ef46c1e783e6..a7f3edc63fa900ef79f75e31b311402b6fb48afe 100644 (file)
   list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
 }
 
-/*
-.sbtab-texture {
-  margin: 2px 0px;
-  background: url("chrome://global/skin/toolbar/tbgrip-texture.gif") repeat-y;
-  width: 12px;
-  height: 12px;
-}
-*/
-
 .box-texttab:hover > hbox,
 .box-texttab:hover:active > hbox {
   background-color: #FFCF00;
 .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/LCARStrek/communicator/sidebar/sidebarListView.css b/LCARStrek/communicator/sidebar/sidebarListView.css
new file mode 100644 (file)
index 0000000..b21a039
--- /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: #000000 !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: #008484 !important;
+  text-decoration: underline;
+}
index b768b030750b8d60939a9e97954e47551f9a54e8..92ab6787b7540d64751b4f1c077b3d5315562185 100644 (file)
@@ -15,7 +15,7 @@
         chrome:author="Robert Kaiser - KaiRo.at"
         chrome:description="For all Trekkies: A theme based on LCARS computer design. Get more info at http://www.kairo.at/download/"
         chrome:name="LCARStrek/0.7"
-        chrome:image="preview.png">
+        chrome:image="global/preview.png">
     <chrome:packages>
       <RDF:Seq about="urn:mozilla:skin:LCARStrek/0.7:packages">
         <RDF:li resource="urn:mozilla:skin:LCARStrek/0.7:global"/>
   </RDF:Description>
 
   <!-- Version Information.  State that we work only with a certain version of this package. -->
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:global"
-    chrome:skinVersion="0.9.4"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:communicator"
-    chrome:skinVersion="0.9.4"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:navigator"
-    chrome:skinVersion="0.9.4"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:messenger"
-    chrome:skinVersion="0.9.4"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:editor"
-    chrome:skinVersion="0.9.4"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:global" chrome:skinVersion="0.9.4"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:communicator" chrome:skinVersion="0.9.4"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:navigator" chrome:skinVersion="0.9.4"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:messenger" chrome:skinVersion="0.9.4"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:editor" chrome:skinVersion="0.9.4"/>
 </RDF:RDF>
index 4a38261a901cdcd9ce4c3442cfdb1aa36e2de918..d9b2433c3c93cc4b9ceb13a5714d3682a5145187 100644 (file)
@@ -89,7 +89,6 @@
   list-style-image: url("chrome://editor/skin/icons/savefile-disabled.gif") !important;
 }
 
-/*
 #publishButton {
   list-style-image: url("chrome://editor/skin/icons/publish.gif");
 }
 #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");
diff --git a/LCARStrek/global/arrow/arrow-down-sharp.gif b/LCARStrek/global/arrow/arrow-down-sharp.gif
new file mode 100644 (file)
index 0000000..206d7c1
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-down-sharp.gif differ
diff --git a/LCARStrek/global/arrow/arrow-left-sharp-end.gif b/LCARStrek/global/arrow/arrow-left-sharp-end.gif
new file mode 100644 (file)
index 0000000..c22294b
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-left-sharp-end.gif differ
diff --git a/LCARStrek/global/arrow/arrow-left-sharp.gif b/LCARStrek/global/arrow/arrow-left-sharp.gif
new file mode 100644 (file)
index 0000000..ae9b1dd
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-left-sharp.gif differ
diff --git a/LCARStrek/global/arrow/arrow-right-sharp-end.gif b/LCARStrek/global/arrow/arrow-right-sharp-end.gif
new file mode 100644 (file)
index 0000000..c1b3750
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-right-sharp-end.gif differ
diff --git a/LCARStrek/global/arrow/arrow-right-sharp.gif b/LCARStrek/global/arrow/arrow-right-sharp.gif
new file mode 100644 (file)
index 0000000..ca628ba
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-right-sharp.gif differ
diff --git a/LCARStrek/global/arrow/arrow-up-sharp.gif b/LCARStrek/global/arrow/arrow-up-sharp.gif
new file mode 100644 (file)
index 0000000..883a4f9
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-up-sharp.gif differ
index 16b3a3ffef7e88ba6a2dcf419fed3d55c3055ab8..86f3ceaa6e05352c92697712f0548452f650b618 100644 (file)
@@ -84,7 +84,7 @@ wizard {
   background-color: #000000;
   color: #FF9F00;
 /*  font: 3mm "Final Frontier",tahoma,arial,helvetica,sans-serif; */
-  font: 3mm helvetica,arial,tahoma,sans-serif;
+  font: 11px helvetica,arial,tahoma,sans-serif;
   padding: 3px;
 }
 
index a97209e6bf70b83ba0d7bba659afd54849bd9f8b..5c16a28b389994d896f1de35b2ab658c82f90b28 100644 (file)
@@ -105,3 +105,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 #FF9F00;
+  padding: 2px;
+  width: 7px;
+}
+
+.listcell-check[checked="true"] {
+  width: 0px;
+  list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
+}
index 659a815697079d92d51d90fd839f31843fbe6cb8..063ef263742761a0632845520e4a9fbac4843b68 100755 (executable)
Binary files a/LCARStrek/global/preview.png and b/LCARStrek/global/preview.png differ
index 79cb000b484b97ce815aa0b52d0be1bb1d40c243..455ccf3dbce3976d98d65b22f71a59e490b3bc51 100644 (file)
@@ -180,6 +180,10 @@ sidebarheader {
   cursor: pointer;
 }
 
+#cvHomeMapIt, #cvWorkMapIt {
+  margin-bottom: 0px;
+}
+
 html|a {
   padding-left: 0px;
   padding-right: 2px;
diff --git a/LCARStrek/messenger/addressingWidget.css b/LCARStrek/messenger/addressingWidget.css
new file mode 100644 (file)
index 0000000..65ceab1
--- /dev/null
@@ -0,0 +1,81 @@
+/* ***** 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;
+  -moz-user-focus: none;
+/*  background-color: #FFFFFF; */
+}  
+  
+#listcol-addressingWidget {
+  width: 9em;
+  border-right: 1px solid #9C9CFF;
+}
+  
+#addressingWidgetTree > treechildren > treeitem > treerow,
+#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
+  border: none;
+  background-color: inherit;
+  color: inherit;
+}
+
+.treecell-addressingWidget {
+  border-bottom: 1px solid #9C9CFF;
+  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 #9C9CFF;
+}
+
+.person-icon {
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
+  margin: 0px 3px 0px 3px;
+}
index 60c751525fdafceaa87bea33b0ac76712ebc7760..85d3a3a7cf92d48c01c2c33aa9190c5c3f81ffbd 100644 (file)
   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
 } 
 
-/* addressing widget */
-  
-#addressingWidgetTree {
-  height: 80px;
-  width: 0px;
-  -moz-user-focus: none;
-/*  background-color: #FFFFFF; */
-}  
-  
-#listcol-addressingWidget {
-  width: 9em;
-  border-right: 1px solid #9C9CFF;
-}
-  
-#addressingWidgetTree > treechildren > treeitem > treerow,
-#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
-  border: none;
-  background-color: inherit;
-  color: inherit;
-}
-
-.treecell-addressingWidget {
-  border-bottom: 1px solid #9C9CFF;
-  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 #9C9CFF;
-}
-
-.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/LCARStrek/messenger/smime/msgReadSecurityInfo.css b/LCARStrek/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/LCARStrek/navigator/icons/win-close.gif b/LCARStrek/navigator/icons/win-close.gif
new file mode 100644 (file)
index 0000000..358055b
Binary files /dev/null and b/LCARStrek/navigator/icons/win-close.gif differ
diff --git a/LCARStrek/navigator/icons/win-minimize.gif b/LCARStrek/navigator/icons/win-minimize.gif
new file mode 100644 (file)
index 0000000..2950037
Binary files /dev/null and b/LCARStrek/navigator/icons/win-minimize.gif differ
diff --git a/LCARStrek/navigator/icons/win-restore.gif b/LCARStrek/navigator/icons/win-restore.gif
new file mode 100644 (file)
index 0000000..cdc66e1
Binary files /dev/null and b/LCARStrek/navigator/icons/win-restore.gif differ
index 5a5ec3f9f970fa2128ce9005993e2affdb2f70a0..edd6991d0d39a075e367beae992f16cb42dd2ce5 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 {