update with classic theme development, keep about:plugins compatible for 1.7 release...
authorrobert <robert>
Thu, 8 Jul 2004 22:15:42 +0000 (22:15 +0000)
committerrobert <robert>
Thu, 8 Jul 2004 22:15:42 +0000 (22:15 +0000)
47 files changed:
LCARStrek/communicator/bookmarks/bookmarks.css
LCARStrek/communicator/bookmarks/bookmarksWindow.css
LCARStrek/communicator/icons/smileys/cool_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/cry_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/embarrassed_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/foot_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/frown_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/innocent_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/kiss_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/laughing_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/money_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/sealed_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/smile_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/surprise_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/tongue_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/undecided_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/wink_n.gif [new file with mode: 0644]
LCARStrek/communicator/icons/smileys/yell_n.gif [new file with mode: 0644]
LCARStrek/communicator/prefpanels.css
LCARStrek/communicator/profile/profile.css
LCARStrek/communicator/sidebar/sidebarBindings.xml
LCARStrek/communicator/sidebar/sidebarListView.css
LCARStrek/communicator/smileys.css [new file with mode: 0644]
LCARStrek/contents.rdf
LCARStrek/editor/EdImageMapPage.css
LCARStrek/editor/editorFormatToolbar.css
LCARStrek/global/browser.css
LCARStrek/global/checkbox.css
LCARStrek/global/global.css
LCARStrek/global/globalBindings.xml
LCARStrek/global/menu.css
LCARStrek/global/menulist.css
LCARStrek/global/plugins.css [new file with mode: 0644]
LCARStrek/global/popup.css
LCARStrek/global/progressmeter.css
LCARStrek/global/radio.css
LCARStrek/global/scrollbars.css
LCARStrek/global/tree.css
LCARStrek/global/tree/checkbox-checked.gif [new file with mode: 0644]
LCARStrek/global/tree/checkbox.gif [new file with mode: 0644]
LCARStrek/messenger/addressbook/addressbook.css
LCARStrek/messenger/folderPane.css
LCARStrek/messenger/icons/server-remote-lock-new.gif [new file with mode: 0644]
LCARStrek/messenger/messageBody.css
LCARStrek/messenger/messageHeader.css
LCARStrek/messenger/smime/msgReadSecurityInfo.css
LCARStrek/navigator/navigator.css

index 17516b3b9fea65590dbf43a7c21567a1db825d43..bb35c0050a30b127e2e282454c994b61330b8b65 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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>
  *   Josh Soref  <timeless@mac.com>
+ *   Dan Cannon  <dc2@myrealbox.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 
+ * 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
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/** 
- * Style rules for generic bookmarks items. 
- */    
+/**
+ * Style rules for generic bookmarks items.
+ */
+
 treechildren::-moz-tree-image(Name) {
     padding-right: 2px;
 }
-.bookmark-item, treechildren::-moz-tree-image(Name) {
+
+.bookmark-item,
+treechildren::-moz-tree-image(Name) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 }
 
-.bookmark-item[container="true"], treechildren::-moz-tree-image(Name, container) {
+.bookmark-item[container="true"],
+treechildren::-moz-tree-image(Name, container) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
 }
 
-.bookmark-item[container="true"][open="true"], treechildren::-moz-tree-image(Name, open) {
+.bookmark-item[open="true"],
+treechildren::-moz-tree-image(Name, open) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
 }
 
@@ -63,7 +67,8 @@ treechildren::-moz-tree-image(Name) {
   list-style-image: url("chrome://global/skin/icons/loading.gif") !important;
 }
 
-.bookmark-item[status="new"] {
+.bookmark-item[status="new"],
+treechildren::-moz-tree-image(Name, new) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") !important;
 }
 
@@ -71,20 +76,14 @@ treechildren::-moz-tree-image(Name) {
   height: 16px;
 }
 
-.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
-  max-width: 16px;
-  max-height: 16px;
-}
-
 toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker {
   display: none;
 }
 
-.tree-cell-icon, .tree-cell-primary-icon {
+.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon {
   list-style-image: inherit;
   height: 16px;
-  max-width: 16px;
-  max-height: 16px;
+  width: 16px;
 }
 
 treechildren::-moz-tree-twisty(group, hidetwisty) {
index bc2e8b8289182d1691e80e5844717fdc9eed70e8..68f1dcddc4fc51f76d7e02a588d124863b27cebc 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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.
@@ -24,7 +24,7 @@
  *   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 
+ * 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
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/** 
- * XXX - disable print plus. This needs to go into ns/!!!
- */    
-#navprintplus {
-  display: none !important; 
-}
-
 #status-bar {
   height: 1em;
 }
 
-#notification-icon  {
-  list-style-image: url("chrome://communicator/skin/bookmarks/notification.gif");
-}    
-
-#schedule-icon {
-  list-style-image: url("chrome://communicator/skin/bookmarks/schedule.gif");
-}
-
 #panel-bar,
 #search-bar {
   border-top: 1px solid #9C9CFF;
diff --git a/LCARStrek/communicator/icons/smileys/cool_n.gif b/LCARStrek/communicator/icons/smileys/cool_n.gif
new file mode 100644 (file)
index 0000000..e62ae65
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/cool_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/cry_n.gif b/LCARStrek/communicator/icons/smileys/cry_n.gif
new file mode 100644 (file)
index 0000000..4ecbcb6
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/cry_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/embarrassed_n.gif b/LCARStrek/communicator/icons/smileys/embarrassed_n.gif
new file mode 100644 (file)
index 0000000..719ecd7
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/embarrassed_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/foot_n.gif b/LCARStrek/communicator/icons/smileys/foot_n.gif
new file mode 100644 (file)
index 0000000..8a6b61d
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/foot_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/frown_n.gif b/LCARStrek/communicator/icons/smileys/frown_n.gif
new file mode 100644 (file)
index 0000000..e9d5b47
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/frown_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/innocent_n.gif b/LCARStrek/communicator/icons/smileys/innocent_n.gif
new file mode 100644 (file)
index 0000000..e94bf35
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/innocent_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/kiss_n.gif b/LCARStrek/communicator/icons/smileys/kiss_n.gif
new file mode 100644 (file)
index 0000000..0c7fdad
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/kiss_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/laughing_n.gif b/LCARStrek/communicator/icons/smileys/laughing_n.gif
new file mode 100644 (file)
index 0000000..e404456
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/laughing_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/money_n.gif b/LCARStrek/communicator/icons/smileys/money_n.gif
new file mode 100644 (file)
index 0000000..b523abe
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/money_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/sealed_n.gif b/LCARStrek/communicator/icons/smileys/sealed_n.gif
new file mode 100644 (file)
index 0000000..29931c3
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/sealed_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/smile_n.gif b/LCARStrek/communicator/icons/smileys/smile_n.gif
new file mode 100644 (file)
index 0000000..6fc4014
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/smile_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/surprise_n.gif b/LCARStrek/communicator/icons/smileys/surprise_n.gif
new file mode 100644 (file)
index 0000000..5d84326
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/surprise_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/tongue_n.gif b/LCARStrek/communicator/icons/smileys/tongue_n.gif
new file mode 100644 (file)
index 0000000..d657df0
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/tongue_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/undecided_n.gif b/LCARStrek/communicator/icons/smileys/undecided_n.gif
new file mode 100644 (file)
index 0000000..6ee7015
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/undecided_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/wink_n.gif b/LCARStrek/communicator/icons/smileys/wink_n.gif
new file mode 100644 (file)
index 0000000..b1c5132
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/wink_n.gif differ
diff --git a/LCARStrek/communicator/icons/smileys/yell_n.gif b/LCARStrek/communicator/icons/smileys/yell_n.gif
new file mode 100644 (file)
index 0000000..de13db1
Binary files /dev/null and b/LCARStrek/communicator/icons/smileys/yell_n.gif differ
index 8705a5ece96c9e1d24ede3eb63db175891df3649..1d7b718d09e4d4ea959de354ef1d13596cdd057e 100644 (file)
@@ -44,7 +44,7 @@
 /* ::::: Themes ::::: */
 #skinsTree {
   height: 80px;
-}  
+}
 
 *|*.themesLink {
   margin-left: 5px;
 
 #themesLink:active {
   color: #FFCF00;
-}  
+}
 
 #previewImageContainer {
   padding: 1px;
-  height: 92px; 
+  height: 92px;
 /*  background-color: #000000; */
 }
 
 #previewImage {
-  max-width: 355px; 
+  max-width: 355px;
   min-width: 355px;
   max-height: 85px;
   min-height: 85px;
@@ -91,9 +91,3 @@
 #mouseWheelMode {
   width: 9em;
 }
-
-/* ::::: Smart Browsing ::::: */
-
-#disabledDomains {
-  max-height: 13em;
-}
index df5a4df3dcd3d775cad695ad1e93866efdd3db72..b5999ec298ca6926bd00845e0a72d70bcbba18f0 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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.
@@ -24,7 +24,7 @@
  *   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 
+ * 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
@@ -45,11 +45,12 @@ window.dialog {
   padding: 0;
 }
 
-#profiles > listitem {
+treechildren::-moz-tree-image {
+  margin-right: 2px;
   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
 }
 
-#profiles > listitem[rowMigrate="no"] {
+treechildren::-moz-tree-image(rowMigrate-no) {
   list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
 }
 
index 80ab04b8df214c8bfa7a49a5c2e2b72446642888..0d1ddae61b57caddeab23e9bb1d62a7ce2671912 100644 (file)
@@ -9,7 +9,7 @@
     <content>
       <xul:hbox flex="1">
         <xul:image class="sbtab-twisty" xbl:inherits="selected"/>
-        <xul:label class="sbtab-label" xbl:inherits="value=label" crop="right"/>
+        <xul:label class="sbtab-label" xbl:inherits="value=label,accesskey" crop="right"/>
         <xul:spacer flex="1"/>
         <xul:image class="sbtab-texture"/>
       </xul:hbox>
index 058ffbd8803ab6630b37b11acbd71adc426d2c70..5d8193c42bb6a73dcae20a9eaa47318ab9e1a2a4 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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.
@@ -23,7 +23,7 @@
  *   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 
+ * 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
@@ -38,6 +38,7 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-treechildren {
-  cursor: pointer;  
+treechildren::-moz-tree-image,
+treechildren::-moz-tree-cell-text {
+  cursor: pointer;
 }
diff --git a/LCARStrek/communicator/smileys.css b/LCARStrek/communicator/smileys.css
new file mode 100644 (file)
index 0000000..9b96042
--- /dev/null
@@ -0,0 +1,168 @@
+/* ***** 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 smiley style rules.
+ *
+ * The Initial Developer of the Original Code is
+ * Mozilla.
+ * Portions created by the Initial Developer are Copyright (C) 2004
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *
+ * 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 ***** */
+
+/* ==== smileys.css ====================================================
+   == Style rules to bind smiley image types generated by editor and the mozTxtToHTMLConv
+   == into skinnable images.
+   ========================================================================== */
+
+/* ::::: we also represent smilies inside of spans ::::: */
+
+span.moz-smiley-s1,
+span.moz-smiley-s2,
+span.moz-smiley-s3,
+span.moz-smiley-s4,
+span.moz-smiley-s5,
+span.moz-smiley-s6,
+span.moz-smiley-s7, 
+span.moz-smiley-s8, 
+span.moz-smiley-s9, 
+span.moz-smiley-s10, 
+span.moz-smiley-s11, 
+span.moz-smiley-s12, 
+span.moz-smiley-s13, 
+span.moz-smiley-s14, 
+span.moz-smiley-s15, 
+span.moz-smiley-s16 
+{
+  font-size: 17px;
+  padding-left: 20px; 
+  margin-left: 2px; 
+  margin-top: 2px;
+  background-repeat: no-repeat; 
+  -moz-user-select: all;
+  background-position: center center;
+}
+
+span.moz-smiley-s1 > span,
+span.moz-smiley-s2 > span,
+span.moz-smiley-s3 > span,
+span.moz-smiley-s4 > span,
+span.moz-smiley-s5 > span,
+span.moz-smiley-s6 > span,
+span.moz-smiley-s7 > span,
+span.moz-smiley-s8 > span, 
+span.moz-smiley-s9 > span, 
+span.moz-smiley-s10 > span, 
+span.moz-smiley-s11 > span, 
+span.moz-smiley-s12 > span, 
+span.moz-smiley-s13 > span, 
+span.moz-smiley-s14 > span, 
+span.moz-smiley-s15 > span, 
+span.moz-smiley-s16 > span 
+{
+    display: none;
+}
+
+/* smile */
+span.moz-smiley-s1{
+  background-image: url("chrome://communicator/skin/icons/smileys/smile_n.gif");
+}
+
+/* frown */
+span.moz-smiley-s2 {
+  background-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif");
+}
+
+/* wink */
+span.moz-smiley-s3 {
+  background-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif");
+}
+
+/* tongue */
+span.moz-smiley-s4 { 
+  background-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif");
+}
+
+/* laughing */
+span.moz-smiley-s5 {
+  background-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif");
+}
+
+/* embarassed */
+span.moz-smiley-s6 {
+  background-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif");
+}
+
+/* undecided */
+span.moz-smiley-s7 {
+  background-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
+}
+
+/* suprise */
+span.moz-smiley-s8 {
+  background-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif");
+}
+
+/* kiss */
+span.moz-smiley-s9 {
+  background-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif");
+}
+
+/* yell */
+span.moz-smiley-s10 {
+  background-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif");
+}
+
+/* cool */
+span.moz-smiley-s11 {
+  background-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif");
+}
+
+/* money */
+span.moz-smiley-s12 {
+  background-image: url("chrome://communicator/skin/icons/smileys/money_n.gif");
+}
+
+/* foot */
+span.moz-smiley-s13 {
+  background-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif");
+}
+
+/* innocent */
+span.moz-smiley-s14 {
+  background-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif");
+}
+
+/* cry */
+span.moz-smiley-s15 {
+  background-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif");
+}
+
+/* sealed */
+span.moz-smiley-s16 {
+  background-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif");
+}
index 4e3c61caa5afd75ed3e52ee22162c5f0c0f916ea..9b01bc03433e37eea07f6394589f057be5b5f16f 100644 (file)
@@ -5,42 +5,42 @@
 
   <!-- List all the skins being supplied by this theme -->
   <RDF:Seq about="urn:mozilla:skin:root">
-    <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6" />
+    <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7" />
   </RDF:Seq>
 
   <!-- classic Information -->
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6"
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7"
         chrome:displayName="LCARStrek"
         chrome:accessKey="L"
         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/1.6"
+        chrome:name="LCARStrek/1.7"
         chrome:image="global/preview.png">
     <chrome:packages>
-      <RDF:Seq about="urn:mozilla:skin:LCARStrek/1.6:packages">
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:global"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:communicator"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:navigator"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:messenger"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:editor"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:chatzilla"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:inspector"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:browser"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:mozapps"/>
+      <RDF:Seq about="urn:mozilla:skin:LCARStrek/1.7:packages">
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:global"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:communicator"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:navigator"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:messenger"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:editor"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:chatzilla"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:inspector"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:browser"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:mozapps"/>
       </RDF:Seq>
     </chrome:packages>
   </RDF:Description>
 
   <!-- Version Information.  State that we work only with a certain version of this package. -->
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:global" chrome:skinVersion="1.5"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:communicator" chrome:skinVersion="1.5"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:navigator" chrome:skinVersion="1.5"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:messenger" chrome:skinVersion="1.5"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:editor" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:global" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:communicator" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:navigator" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:messenger" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:editor" chrome:skinVersion="1.5"/>
 <!-- chatzilla hasn't set skinVersion currently
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:chatzilla" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:chatzilla" chrome:skinVersion="1.5"/>
 -->
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:inspector" chrome:skinVersion="1.5"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:browser" chrome:skinVersion="1.5"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:mozapps" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:inspector" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:browser" chrome:skinVersion="1.5"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:mozapps" chrome:skinVersion="1.5"/>
 </RDF:RDF>
index e123ead27355f2638f31535cd465c89667159c96..449dd3f4e518eebb45441e3f271822884fcc5320 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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.
@@ -22,7 +22,7 @@
  *   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 
+ * 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
@@ -37,8 +37,8 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #0000ff;}
-.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #00ff00; -moz-border-radius: 50%;}
+.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #0000ff;}
+.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #00ff00; -moz-border-radius: 50%;}
 .poly {position:absolute; top:0px; left:0px; height:100%; width:100%;}
 .point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;}
 .pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;}
index db59c107cda5e776ca1fa0f4cc9569ee2e89443a..fa8b4ab7c5d779461d9d52687ecf20a324462461 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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.
@@ -22,7 +22,7 @@
  *   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 
+ * 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
 #FormatToolbar > toolbarbutton {
   min-width: 18px;
 }
+
 #FormatToolbar > toolbarbutton > .toolbarbutton-text {
   display: none;
 }
 
 #DecreaseFontSizeButton {
   list-style-image: url("chrome://editor/skin/icons/dec-font-size.gif");
-} 
+}
 
 #DecreaseFontSizeButton:hover,
 #DecreaseFontSizeButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/dec-font-size-hover.gif");
-} 
+}
 
 #DecreaseFontSizeButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/dec-font-size-disabled.gif") !important;
-} 
+}
 
 #IncreaseFontSizeButton {
   list-style-image: url("chrome://editor/skin/icons/inc-font-size.gif");
-} 
+}
 
 #IncreaseFontSizeButton:hover,
 #IncreaseFontSizeButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/inc-font-size-hover.gif");
-} 
+}
 
 #IncreaseFontSizeButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/inc-font-size-disabled.gif") !important;
-} 
+}
 
 #boldButton {
-  list-style-image: url(chrome://editor/skin/icons/bold.gif); 
+  list-style-image: url(chrome://editor/skin/icons/bold.gif);
 }
 
 #boldButton:hover,
 #boldButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/bold-hover.gif");
-} 
+}
 
 #boldButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/bold-disabled.gif") !important;
-} 
+}
 
 #italicButton {
   list-style-image: url("chrome://editor/skin/icons/italic.gif");
-} 
+}
 
 #italicButton:hover,
 #italicButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/italic-hover.gif");
-} 
+}
 
 #italicButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/italic-disabled.gif") !important;
-} 
+}
 
 #underlineButton {
   list-style-image: url("chrome://editor/skin/icons/underline.gif");
-} 
+}
 
 #underlineButton:hover,
 #underlineButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/underline-hover.gif");
-} 
+}
 
 #underlineButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/underline-disabled.gif") !important;
-} 
+}
 
 #ulButton {
   list-style-image:url("chrome://editor/skin/icons/bullets.gif");
 #ulButton:hover,
 #ulButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/bullets-hover.gif");
-} 
+}
 
 #ulButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/bullets-disabled.gif") !important;
-} 
+}
 
 #olButton {
   list-style-image: url("chrome://editor/skin/icons/numbers.gif");
 #olButton:hover,
 #olButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/numbers-hover.gif");
-} 
+}
 
 #olButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/numbers-disabled.gif") !important;
-} 
+}
 
 #outdentButton {
   list-style-image: url("chrome://editor/skin/icons/outdent.gif");
-} 
+}
 
 #outdentButton:hover,
 #outdentButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/outdent-hover.gif");
-} 
+}
 
 #outdentButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/outdent-disabled.gif") !important;
-} 
+}
 
 #indentButton {
   list-style-image: url("chrome://editor/skin/icons/indent.gif");
-} 
+}
 
 #indentButton:hover,
 #indentButton:hover:active {
   list-style-image: url("chrome://editor/skin/icons/indent-hover.gif");
-} 
+}
 
 #indentButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/indent-disabled.gif") !important;
-} 
+}
 
 #align-left-button {
   list-style-image: url("chrome://editor/skin/icons/left.gif");
-} 
+}
 
 #align-left-button:hover,
 #align-left-button:hover:active {
   list-style-image: url("chrome://editor/skin/icons/left-hover.gif");
-} 
+}
 
 #align-left-button[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/left-disabled.gif") !important;
-} 
+}
 
 #align-center-button {
   list-style-image: url("chrome://editor/skin/icons/center.gif");
-} 
+}
 
 #align-center-button:hover,
 #align-center-button:hover:active {
   list-style-image: url("chrome://editor/skin/icons/center-hover.gif");
-} 
+}
 
 #align-center-button[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/center-disabled.gif") !important;
-} 
+}
 
 #align-right-button {
   list-style-image: url("chrome://editor/skin/icons/right.gif");
-} 
+}
 
 #align-right-button:hover,
 #align-right-button:hover:active {
   list-style-image: url("chrome://editor/skin/icons/right-hover.gif");
-} 
+}
 
 #align-right-button[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/right-disabled.gif") !important;
-} 
+}
 
 #align-justify-button {
   list-style-image: url("chrome://editor/skin/icons/justify.gif");
 
 #align-justify-button[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/justify-disabled.gif") !important;
-} 
+}
 
 #AlignPopupButton {
   list-style-image: url("chrome://editor/skin/icons/align.gif");
 }
 
 #smileButtonMenu {
-  list-style-image: url("chrome://editor/skin/icons/smile.gif"); 
+  list-style-image: url("chrome://editor/skin/icons/smile.gif");
 }
 
 #smileButtonMenu[disabled="true"] {
 
 #AlignLeftItem {
   list-style-image: url("chrome://editor/skin/icons/left.gif");
-} 
+}
 
 #AlignLeftItem:hover,
 #AlignLeftItem:hover:active {
   list-style-image: url("chrome://editor/skin/icons/left-hover.gif");
-} 
+}
 
 #AlignCenterItem {
   list-style-image: url("chrome://editor/skin/icons/center.gif");
-} 
+}
 
 #AlignCenterItem:hover,
 #AlignCenterItem:hover:active {
   list-style-image: url("chrome://editor/skin/icons/center-hover.gif");
-} 
+}
 
 #AlignRightItem {
   list-style-image: url("chrome://editor/skin/icons/right.gif");
-} 
+}
 
 #AlignRightItem:hover,
 #AlignRightItem:hover:active {
   list-style-image: url("chrome://editor/skin/icons/right-hover.gif");
-} 
+}
 
 #AlignJustifyItem {
   list-style-image: url("chrome://editor/skin/icons/justify.gif");
 /* ..... smiley menu ..... */
 
 .insert-smile > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/smile_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/smile_n.gif");
 }
 
 .insert-tongue > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/tongue_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif");
 }
 
 .insert-frown > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/frown_n.gif"); 
+  list-style-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif");
 }
 
 .insert-wink > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/wink_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif");
 }
 
 .insert-laughing > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/laughing_n.gif"); 
+  list-style-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif");
 }
 
 .insert-embarrassed > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/embarrassed_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif");
 }
 
 .insert-undecided > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/undecided_n.gif"); 
+  list-style-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
 }
 
 .insert-surprise > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/surprise_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif");
 }
 
 .insert-kiss > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/kiss_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif");
 }
 
 .insert-yell > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/yell_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif");
 }
 
 .insert-cool > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/cool_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif");
 }
 
 .insert-undecided > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/undecided_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
 }
 
 .insert-money > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/money_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/money_n.gif");
 }
 
 .insert-foot > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/foot_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif");
 }
 
 .insert-innocent > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/innocent_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif");
 }
 
 .insert-cry > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/cry_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif");
 }
 
 .insert-sealed > .menu-iconic-left {
-  list-style-image: url("chrome://editor/content/images/sealed_n.gif");
+  list-style-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif");
 }
 
 /* ::::: fg/bg color picker ::::: */
index 5212e85398308cd8d2e0dd8bf6bc7517a2265e44..450d863da53b4041760f40c4553c9761e6b2b514 100644 (file)
   margin-right: 3px;
   width: 16px;
   height: 16px;
-  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); 
 }
 
-tab[busy] > .tab-icon {
+tab {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
+}
+
+tab[busy] {
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
index 6ef631fc2a90589cb2a93353658b1677fc2a229c..d83141be3c421089b2b76b3dd1f4f0fff83d5b29 100644 (file)
 /* stylesheet for XUL <checkbox> element */
 
 checkbox {
-  -moz-box-align: center;
   margin: 1px 2px;
-  padding: 1px;
+  border-left: 1px transparent;
+  border-right: 1px transparent;
+}
+
+.checkbox-spacer-box {
+  -moz-box-align: center;
+  border-right: 4px solid transparent;
+}
+
+.checkbox-label-center-box {
+  -moz-box-align: center;
 }
 
 .checkbox-label-box {
   border: 1px solid transparent;
-  padding: 0px 1px;
   color: #FF9F00;
   -moz-box-align: center;
 }
 
-.checkbox-icon {
+.checkbox-icon[src] {
   margin-right: 2px;
 }
 
@@ -62,13 +70,13 @@ checkbox {
 
 /* ..... focused state ..... */
 
-checkbox:focus > .checkbox-label-box {
+checkbox:focus > .checkbox-label-center-box > .checkbox-label-box {
   border: 1px dotted #008484;
 }
 
 /* ..... disabled state ..... */
 
-checkbox[disabled="true"] > .checkbox-check {
+checkbox[disabled="true"] > .checkbox-spacer-box > .checkbox-check {
   border: 1px solid #8050B0 !important;
 }
 
@@ -80,29 +88,28 @@ checkbox[disabled="true"] {
 
 .checkbox-check {
   -moz-border-radius: 2px;
-  -moz-box-align: center;
   border: 1px solid #FF9F00;
   width: 12px;
   height: 12px;
   background: transparent 50% 50% no-repeat;
 }
 
-checkbox:hover > .checkbox-check,
-checkbox:hover:active > .checkbox-check {
+checkbox:hover > .checkbox-spacer-box > .checkbox-check,
+checkbox:hover:active > .checkbox-spacer-box > .checkbox-check {
   border: 1px solid #FFCF00;
 }
 
-checkbox:hover > .checkbox-label-box,
-checkbox:hover:active > .checkbox-label-box {
+checkbox:hover > .checkbox-label-center-box > .checkbox-label-box,
+checkbox:hover:active > .checkbox-label-center-box > .checkbox-label-box {
   color: #FFCF00;
 }
 
 /* ..... checked state ..... */
 
-checkbox[checked="true"] > .checkbox-check {
+checkbox[checked="true"] > .checkbox-spacer-box > .checkbox-check {
   background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
 }
-checkbox[checked="true"][disabled="true"] > .checkbox-check {
+
+checkbox[checked="true"][disabled="true"] > .checkbox-spacer-box > .checkbox-check {
   background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif") !important
 }
index 2b3491f462642c1ecec274d3f3ec728324de5131..4b3b0d6657436ff0a1e10b8ab49dfe24ddf11aee 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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.
@@ -22,7 +22,7 @@
  *   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 
+ * 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
 
 /* ::::: XBL bindings ::::: */
 
+checkbox {
+  -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox-with-spacing");
+}
+
 radio {
-  -moz-binding: url("chrome://global/skin/globalBindings.xml#radio");
+  -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing");
 }
 
 menulist > menupopup,
@@ -80,7 +84,7 @@ menubar {
 window,
 page,
 dialog,
-wizard { 
+wizard {
   background-color: #000000;
   color: #FF9F00;
 /*  font: 3mm "Final Frontier",tahoma,arial,helvetica,sans-serif; */
@@ -89,13 +93,13 @@ wizard {
 }
 
 /* deprecated */
-window.dialog { 
+window.dialog {
   background-color: #000000;
   padding: 8px 10px 10px 8px;
 }
 
-[wait-cursor] { 
-  cursor: wait !important; 
+[wait-cursor] {
+  cursor: wait !important;
 }
 
 /* ::::: alert icons :::::*/
@@ -167,7 +171,7 @@ statusbarpanel {
   -moz-box-pack: center;
   padding: 0px 1px 0px 1px;
 }
-    
+
 .statusbar-resizerpanel {
   -moz-box-align: end;
   -moz-box-pack: end;
@@ -176,7 +180,7 @@ statusbarpanel {
 
 .statusbarpanel-iconic {
   padding: 0px;
-}    
+}
 
 resizer[dir="bottomright"] {
   cursor: se-resize;
index e8234612f6e2b32ed01da872a169b8145fe957c5..4fdab86f3f32311339574d9b947ad775c322c497 100755 (executable)
     </content>
   </binding>
 
+  <binding id="radio-with-spacing"
+           extends="chrome://global/skin/globalBindings.xml#radio">
+
+    <content>
+      <xul:hbox class="radio-spacer-box">
+        <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled">
+          <xul:hbox class="radio-check-box2" flex="1">
+            <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/>
+          </xul:hbox>
+        </xul:hbox>
+      </xul:hbox>
+      <xul:hbox class="radio-label-center-box" flex="1">
+        <xul:hbox class="radio-label-box" flex="1">
+          <xul:image class="radio-icon" xbl:inherits="src"/>
+          <xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/>
+        </xul:hbox>
+      </xul:hbox>
+    </content>
+  </binding>
+
 
   <binding id="statusbar" extends="xul:statusbar">
     <content>
index 767d78fe9f897463736a86ba03d550e3fd1a9f2a..5e105a3e3337427f3a1c7a1b2896ff6eac8b7b23 100644 (file)
@@ -54,7 +54,7 @@ menuitem {
 
 menuitem[default="true"] {
   font-weight: bold;
-}  
+}
 
 menu[disabled="true"],
 menuitem[disabled="true"],
@@ -65,7 +65,7 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
 
 /* ..... internal content .... */
 
-.menu-text, 
+.menu-text,
 .menu-iconic-left,
 .menu-iconic-text {
   margin: 0px 2px 0px 0px !important;
@@ -77,6 +77,12 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
   font-weight: inherit;
 }
 
+.menu-description {
+  font-style: italic;
+  color: #8050B0;
+  margin-left: 1ex !important;
+}
+
 .menu-accel,
 .menu-iconic-accel {
   margin: 0px 2px 0px 7px !important;
@@ -214,13 +220,13 @@ menuitem[checked="true"][type="radio"][_moz-menuactive="true"] {
 /* ::::: menuseparator ::::: */
 
 menuseparator {
-  border: 1px solid #9C9CFF; 
+  border: 1px solid #9C9CFF;
   margin: 2px 0px 2px 0px;
 }
 
 menulist > menupopup > menuseparator,
 .menulist-menupopup > menuseparator {
-  border: 1px solid #9C9CFF; 
+  border: 1px solid #9C9CFF;
   margin: 2px 0px 2px 0px;
 }
 
index b69677e451d91d8a6cc0fb3d4ec3c2116a088935..0742b2c896c3aedb0a7801796bff1476ce742237 100644 (file)
@@ -83,6 +83,12 @@ menulist[open="true"]:focus > .menulist-label-box {
   margin: 1px 3px !important;
 }
 
+.menulist-description {
+  font-style: italic;
+  color: #8050B0;
+  margin-left: 1ex !important;
+}
+
 /* ..... dropmarker ..... */
 
 .menulist-dropmarker {
@@ -143,7 +149,7 @@ menulist[disabled="true"] {
 
 .menulist-editable-box {
   background-color: #000000;
-  padding: 2px; 
+  padding: 2px;
 }
 
 html|*.menulist-editable-input {
@@ -167,7 +173,7 @@ html|*.menulist-editable-input {
 .menulist-compact > .menulist-label {
   margin: 0 3px !important;
   text-align: right;
-}  
+}
 
 .menulist-compact[open="true"] {
   border: 1px solid #FFCF00;
diff --git a/LCARStrek/global/plugins.css b/LCARStrek/global/plugins.css
new file mode 100644 (file)
index 0000000..99f70f7
--- /dev/null
@@ -0,0 +1,158 @@
+/* ***** 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 mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is
+ * the Mozilla Organization.
+ * Portions created by the Initial Developer are Copyright (C) 1998-2002
+ * 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 ***** */
+
+/* ===== plugins.css =====================================================
+   == Styles used by the about:plugins dialog.
+   ======================================================================= */
+
+body {
+  background-color: #000000;
+  color: #FF9F00;
+  font: 12px helvetica,arial,tahoma,sans-serif;
+}
+
+a:link, a:visited, a:active {
+  -moz-border-radius: 3px;
+  color: #FFCF00;
+  background-color: #000000;
+  text-decoration: none;
+}
+
+a:hover {
+  color: #000000;
+  background-color: #FFCF00;
+}
+
+hr {
+  display: none;
+}
+
+div#outside {
+ text-align: justify;
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
+div#plugs {
+  -moz-border-radius: 15px;
+  background-color: #008484;
+  color: #000000;
+  padding: 3px;
+  text-align: center;
+  font-size: 24px;
+  font-weight: bold;
+}
+
+div#noplugs {
+  color: #FF0000;
+  font-size: 18px;
+  font-weight: bold;
+}
+
+div#findmore {
+  margin-top: 2em;
+}
+
+div.plugname {
+  -moz-border-radius: 10px;
+  background-color: #E7ADE7;
+  color: #000000;
+  padding: 2px;
+  padding-left: 12px;
+  margin-top: 2em;
+  margin-bottom: 1em;
+  font-size: 16px;
+  text-align: left;
+  font-weight: bold;
+}
+
+dl {
+  margin: 0px 0px 3px 0px;
+}
+
+span.label {
+  font-style: italic;
+  color: #8050B0;
+}
+
+table {
+  background-color: #000000;
+  color: #E7ADE7;
+  text-align: left;
+  width: 100%;
+  -moz-border-radius: 10px;
+  border: 1px solid #9C9FFF;
+  border-spacing: 0px;
+}
+
+th {
+  text-align: center;
+  background-color: #008484;
+  color: #FFCF00;
+}
+
+th + th,
+td + td {
+  border-left: 1px dotted #9C9FFF; 
+}
+
+td {
+  text-align: left;
+  border-top: 1px dotted #9C9FFF;
+}
+
+th, td {
+  padding: 3px;
+}
+
+th.type {
+  -moz-border-radius: 9px 0px 0px 0px;
+}
+
+th.type, th.suff {
+  width: 20%;
+}
+
+th.desc {
+  width: 50%;
+}
+
+th.enabled {
+  width: 10%;
+  -moz-border-radius: 0px 9px 0px 0px;
+}
\ No newline at end of file
index 8063cb68c52bd1c9fe5b5ce60f31be0996fa4034..fe402a05f9001c76c04baf38abf43f918e80cd00 100644 (file)
@@ -56,7 +56,7 @@ tooltip {
   background-color: #9C9CFF;
   border: 1px solid #FFCF00;
   color: #000000;
-  font: smaller;
+  font-size: smaller;
   padding: 2px;
   max-width: 40em;
 }
index 7b74d97a8736727fd760209afa1dd49534ee081d..1815f9567b15875177a20d333fce5d83173faa6d 100644 (file)
@@ -67,7 +67,9 @@ progressmeter[mode="undetermined"] {
 }
 
 /* ::::: statusbar progressmeter ::::: */
+
 .progressmeter-statusbar {
   margin: 0px 2px 0px 2px;
   min-width: 100px;
+  height: 16px;
 }
index 395fbcdb43f5388f78fb9f6237428493cebe2def..d030ce24ac86677ae160520e34ae795c9affd823 100644 (file)
 /* ::::: radio ::::: */
 
 radio {
-  -moz-box-align: center;
   margin: 1px 2px;
-  padding: 1px;
+  border-left: 1px transparent;
+  border-right: 1px transparent;
+}
+
+.radio-spacer-box {
+  -moz-box-align: center;
+  border-right: 4px solid transparent;
+  border-top: 1px;
+  border-bottom: 1px;
+}
+
+.radio-label-center-box {
+  -moz-box-align: center;
 }
 
 .radio-label-box {
   border: 1px solid transparent;
-  padding: 0px 0px 1px 1px;
   -moz-box-align: center;
 }
 
-.radio-icon {
+.radio-icon[src] {
   margin-right: 2px;
 }
 
@@ -65,13 +75,13 @@ radio {
 
 /* ..... focused state ..... */
 
-radio[focused="true"] > .radio-label-box {
+radio[focused="true"] > .radio-label-center-box > .radio-label-box {
   border: 1px dotted #008484;
 }
 
 /* ..... disabled state ..... */
 
-radio[disabled="true"] {
+radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
   color: #8050B0;
 }
 
@@ -80,7 +90,6 @@ radio[disabled="true"] {
 .radio-check-box1 {
 /*  -moz-box-align: center;
   -moz-box-pack: center; */
-  margin: 1px 0px;
   border: 1px solid #FF9F00;
   -moz-border-radius: 50%;
   width: 10px;
@@ -94,28 +103,28 @@ radio[disabled="true"] {
   width: 8px;
   height: 8px;
   list-style-image: none;
-}  
+}
 
-radio:hover > .radio-check-box1,
-radio:hover:active > .radio-check-box1 {
+radio:hover > .radio-spacer-box > .radio-check-box1,
+radio:hover:active > .radio-spacer-box > .radio-check-box1 {
   border: 1px solid #FFCF00;
 }
 
-radio:hover > .radio-label-box,
-radio:hover:active > .radio-label-box {
+radio:hover > .radio-label-center-box > .radio-label-box,
+radio:hover:active > .radio-label-center-box > .radio-label-box {
   color: #FFCF00;
 }
 
-radio[disabled="true"] > .radio-check-box1 {
+radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
   border: 1px solid #8050B0 !important;
 }
 
 /* ..... selected state ..... */
 
-radio[selected="true"] > .radio-check-box1 > .radio-check-box2 {
+radio[selected="true"] > .radio-spacer-box > .radio-check-box1 > .radio-check-box2 {
   list-style-image: url("chrome://global/skin/radio/radio-check.gif");
 }
-  
-radio[selected="true"][disabled="true"] > .radio-check-box2 {
+
+radio[selected="true"][disabled="true"] > .radio-spacer-box > .radio-check-box1 > .radio-check-box2 {
   list-style-image: url("chrome://global/skin/radio/radio-check-disabled.gif") !important
 }
index 530f0dfc4b58fd238b1e2df015d24e69c9ebeed0..7df7d7a8b9af369b3f4c21b8dde2d55efbc87278 100644 (file)
@@ -107,11 +107,13 @@ scrollbarbutton {
 
 scrollbarbutton:hover:active {
   padding: 2px 0px 0px 2px;
-}   
+}
 
 /* ::::: square at the corner of two scrollbars ::::: */
 
 scrollcorner {
+  -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base");
+  cursor: default;
   background-color: #000000;
 }
 
@@ -184,7 +186,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
     background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
   }
 
-  html|div scrollbar[orient="vertical"] 
+  html|div scrollbar[orient="vertical"]
   {
      -moz-appearance: scrollbartrack-vertical;
   }
index 6c43d0f8b6c0543b397cbf5fbba92e50b22e3a44..60e094424d5d01b55282d793d52373765596140c 100644 (file)
@@ -20,7 +20,7 @@
  *
  * Contributor(s):
  *   Robert Kaiser <KaiRo@KaiRo.at>
- *   Joe Hewitt (hewitt@netscape.com)                                           
+ *   Joe Hewitt (hewitt@netscape.com)
  *   Dean Tessman (dean_tessman@hotmail.com)
  *
  * Alternatively, the contents of this file may be used under the terms of
@@ -47,7 +47,7 @@
 
 tree {
   -moz-border-radius: 5px;
-  border-spacing: 0px;     
+  border-spacing: 0px;
   border: 1px solid #9C9CFF;
   background-color: #000000;
   color: #FF9F00;
@@ -159,7 +159,9 @@ treechildren::-moz-tree-line(selected) {
 /* ::::: tree separator ::::: */
 
 treechildren::-moz-tree-separator {
+  margin-top: 1px;
   border: 1px solid #9C9CFF;
+  height: 2px;
 }
 
 /* ::::: drop feedback ::::: */
@@ -181,6 +183,16 @@ treechildren::-moz-tree-drop-feedback(selected) {
   background-color: #FFCF00;
 }
 
+/* ::::: tree checkbox ::::: */
+
+treechildren::-moz-tree-checkbox {
+  list-style-image: url("chrome://global/skin/tree/checkbox.gif");
+}
+
+treechildren::-moz-tree-checkbox(checked) {
+  list-style-image: url("chrome://global/skin/tree/checkbox-checked.gif");
+}
+
 /* ::::: tree progress meter ::::: */
 
 treechildren::-moz-tree-progressmeter {
@@ -201,7 +213,7 @@ treechildren::-moz-tree-cell-text(progressmeter) {
 
 /* ::::: tree columns ::::: */
 
-treecol { 
+treecol {
   -moz-box-align: center;
   -moz-box-pack: center;
   border: 1px solid #FF9F00;
@@ -210,13 +222,13 @@ treecol {
   padding: 1px 4px;
 }
 
-treecolpicker { 
+treecolpicker {
   -moz-box-align: center;
   -moz-box-pack: center;
   border: 1px solid transparent;
   background-color: #000000;
   padding: 1px 0px;
-}  
+}
 
 .treecol-image {
   padding: 1px;
@@ -238,7 +250,7 @@ treecol:hover:active {
   border: 1px solid #FFCF00;
   padding: 2px 3px 0px 5px;
 }
-  
+
 treecolpicker:hover {
   background-color: #FFCF00;
 }
@@ -280,6 +292,7 @@ treechildren::-moz-tree-column(insertafter) {
 
 .treecol-sortdirection {
   list-style-image: none;
+  width: 8px;  /* The image's width is 7 pixels */
 }
 
 .sortDirectionIndicator[sortDirection="ascending"] .treecol-sortdirection {
@@ -309,7 +322,7 @@ treechildren::-moz-tree-twisty {
   width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
-  
+
 treechildren::-moz-tree-twisty(open) {
   width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
@@ -329,3 +342,17 @@ treechildren.gridlines::-moz-tree-cell {
 treechildren.gridlines::-moz-tree-row {
   border: none;
 }
+
+/* ::::: alternating background ::::: */
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
+  background-color: #6000CF;
+}
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) {
+  background-color: #E7ADE7;
+}
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) {
+  background-color: #E7ADE7;
+}
diff --git a/LCARStrek/global/tree/checkbox-checked.gif b/LCARStrek/global/tree/checkbox-checked.gif
new file mode 100644 (file)
index 0000000..883235f
Binary files /dev/null and b/LCARStrek/global/tree/checkbox-checked.gif differ
diff --git a/LCARStrek/global/tree/checkbox.gif b/LCARStrek/global/tree/checkbox.gif
new file mode 100644 (file)
index 0000000..1adb95a
Binary files /dev/null and b/LCARStrek/global/tree/checkbox.gif differ
index 04079cbe83cdb00627bcac6dc3965d6386b7dcf3..51850b0dc56e74e4711a41a647b9b4cee411f679 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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.
@@ -23,7 +23,7 @@
  *   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 
+ * 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
@@ -43,6 +43,7 @@
 @import url("chrome://messenger/skin/");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
 
 /* ::::: primary toolbar buttons ::::: */
 
 #button-newcard:hover,
 #button-newcard:hover:active {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-hover.gif");
-} 
+}
 
 #button-newcard[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-disabled.gif") !important;
-} 
+}
 
 #button-newlist {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist.gif");
 #button-newlist:hover,
 #button-newlist:hover:active {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-hover.gif");
-} 
+}
 
 #button-newlist[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-disabled.gif") !important;
-} 
+}
 
 #button-editcard {
   list-style-image:url("chrome://messenger/skin/addressbook/icons/person.gif");
 #button-editcard:hover,
 #button-editcard:hover:active {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/person-hover.gif");
-} 
+}
 
 #button-editcard[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/person-disabled.gif") !important;
-} 
+}
 
 #button-newmessage {
   list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
 #button-newmessage:hover,
 #button-newmessage:hover:active {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif");
-} 
+}
 
 #button-newmessage[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
-} 
+}
 
 #button-newim {
   list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif");
 #button-newim:hover,
 #button-newim:hover:active {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/im-hover.gif");
-} 
+}
 
 #button-newim[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important;
-} 
+}
 
 #button-delete {
   list-style-image:url("chrome://global/skin/icons/trash.gif");
 #button-delete:hover,
 #button-delete:hover:active {
   list-style-image:url("chrome://global/skin/icons/trash-hover.gif");
-} 
+}
 
 #button-delete[disabled="true"] {
   list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
-} 
+}
 
 /* CardView styles - used in the Card View Pane */
 
   min-width: 120px;
   margin: 0px;
 }
+
 .cardViewGroup {
   margin-top: 8px;
   padding-bottom: 5px;
@@ -203,11 +204,11 @@ html|p {
 
 /* ::::: border adjustments ::::: */
 
-#results-splitter { 
+#results-splitter {
   border: none;
 }
 
-#dirTree, #abResultsTree { 
+#dirTree, #abResultsTree {
   border: none;
   margin: 0px;
 }
index 84e3a46c065e3606ba08732db4f89513276515ad..da6a6b8a6e7964c1070cbada2cf7e97321232b28 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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.
@@ -25,7 +25,7 @@
  *   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 
+ * 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
@@ -142,6 +142,10 @@ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isS
   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
 }
 
+treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) {
+  list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif");
+}
+
 treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
   padding-right: 2px;
   list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
diff --git a/LCARStrek/messenger/icons/server-remote-lock-new.gif b/LCARStrek/messenger/icons/server-remote-lock-new.gif
new file mode 100644 (file)
index 0000000..d49b703
Binary files /dev/null and b/LCARStrek/messenger/icons/server-remote-lock-new.gif differ
index 9a5e94bc37f04a0f7693e9b896a5df79bbfca981..6956dfe82743b1fd43a22e982dab070f6e2efa90 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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.
@@ -22,7 +22,7 @@
  *   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 
+ * 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
@@ -35,6 +35,7 @@
  *
  * ***** END LICENSE BLOCK ***** */
 
+@import url("chrome://communicator/skin/smileys.css");
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ===== messageBody.css ================================================
@@ -127,6 +128,11 @@ span.moz-txt-underscore {
   text-decoration: underline;
 }
 
+span.moz-txt-formfeed {
+  display: block;
+  height: 100%;
+}
+
 /* ::::: signature ::::: */
 
 .moz-txt-sig,
@@ -138,96 +144,3 @@ span.moz-txt-underscore {
 .moz-signature > a {
   color: #7777FF; /* light blue */
 }
-
-/* ::::: smilies ::::: */
-
-span.moz-smiley-s1,
-span.moz-smiley-s2,
-span.moz-smiley-s3,
-span.moz-smiley-s4,
-span.moz-smiley-s5,
-span.moz-smiley-s6,
-span.moz-smiley-s7,
-span.moz-smiley-s8,
-span.moz-smiley-s9,
-span.moz-smiley-s10,
-span.moz-smiley-s11,
-span.moz-smiley-s12,
-span.moz-smiley-s13,
-span.moz-smiley-s14,
-span.moz-smiley-s15,
-span.moz-smiley-s16 {
-  min-height: 17px; margin-left: 2px; margin-top: 2px;
-  padding-left: 20px; 
-  background-repeat: no-repeat; 
-  background-position: center center;
-  -moz-user-select: all;
-}
-
-span.moz-smiley-s1 > span,
-span.moz-smiley-s2 > span,
-span.moz-smiley-s3 > span,
-span.moz-smiley-s4 > span,
-span.moz-smiley-s5 > span,
-span.moz-smiley-s6 > span,
-span.moz-smiley-s7 > span,
-span.moz-smiley-s8 > span,
-span.moz-smiley-s9 > span,
-span.moz-smiley-s10 > span,
-span.moz-smiley-s11 > span,
-span.moz-smiley-s12 > span,
-span.moz-smiley-s13 > span,
-span.moz-smiley-s14 > span,
-span.moz-smiley-s15 > span,
-span.moz-smiley-s16 > span {
-    display: none;
-}
-
-span.moz-smiley-s1 {
-  background-image: url(chrome://editor/content/images/smile_n.gif);
-}
-span.moz-smiley-s2 {
-  background-image: url(chrome://editor/content/images/frown_n.gif);
-}
-span.moz-smiley-s3 {
-  background-image: url(chrome://editor/content/images/wink_n.gif);
-}
-span.moz-smiley-s4 {
-  background-image: url(chrome://editor/content/images/tongue_n.gif);
-}
-span.moz-smiley-s5 {
-  background-image: url(chrome://editor/content/images/laughing_n.gif);
-}
-span.moz-smiley-s6 {
-  background-image: url(chrome://editor/content/images/embarrassed_n.gif);
-}
-span.moz-smiley-s7 {
-  background-image: url(chrome://editor/content/images/undecided_n.gif);
-}
-span.moz-smiley-s8 {
-  background-image: url("chrome://editor/content/images/surprise_n.gif");
-}
-span.moz-smiley-s9 {
-  background-image: url("chrome://editor/content/images/kiss_n.gif");
-}
-span.moz-smiley-s10 {
-  background-image: url("chrome://editor/content/images/yell_n.gif");
-}
-span.moz-smiley-s11 {
-  background-image: url("chrome://editor/content/images/cool_n.gif");
-}
-span.moz-smiley-s12 {
-  background-image: url("chrome://editor/content/images/money_n.gif");
-}
-span.moz-smiley-s13 {
-  background-image: url("chrome://editor/content/images/foot_n.gif");
-}
-span.moz-smiley-s14 {
-  background-image: url("chrome://editor/content/images/innocent_n.gif");
-}
-span.moz-smiley-s15 {
-  background-image: url("chrome://editor/content/images/cry_n.gif");
-}
-span.moz-smiley-s16 {
-  background-image: url("chrome://editor/content/images/sealed_n.gif");
-}
index 6d44e5ed3efbbf1c69d98a1192c7a6e6461c9ed0..a319de529ce5f1e29eafd964ffc9793d3d9294de 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * 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.
@@ -24,7 +24,7 @@
  *   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 
+ * 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
   color: #008484;
   cursor: pointer;
   margin: 0px;
-  padding: 0px 1px; 
+  padding: 0px 1px;
 }
 
 .emailDisplayButton:hover {
   width: 12em;
 }
 
-.collapsedHeaderDisplayName { 
-  margin: 2px .5em 2px .8em;
+.collapsedHeaderDisplayName {
+  margin: 2px .5em 2px .55em;
   min-height: 12px;
-  font-weight: bold; 
+  font-weight: bold;
 }
 
 .collapsedHeaderValue,
index 2eb100658db0f3eb4ae9cbf6fa3298fbc76c2d37..fdd23799bb315b83db71adf76dd6932ef6bfd42c 100644 (file)
 
 @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;
 }
index b5f1e59dfa3e40d841661ae9533308950c34a776..e51fcc8c60bfa28ad0d48f1fa605eaddf895c923 100644 (file)
@@ -35,7 +35,7 @@
  *
  * ***** END LICENSE BLOCK ***** */
 
-/** Contains style definitions for the navigator application 
+/** Contains style definitions for the navigator application
  **/
 
 @import url("chrome://navigator/content/navigator.css");
 #stop-button:hover,
 #stop-button:hover:active {
   list-style-image: url("chrome://global/skin/icons/stop-hover.gif");
-} 
+}
 
 #stop-button[disabled="true"] {
   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
-} 
+}
 
 #print-button {
   list-style-image: url("chrome://global/skin/icons/print.gif");
 }
 
 #fullscreen-exit-button > .toolbarbutton-text {
-  display: normal;
+/*   display: normal; */
 }
 
 /* ::::: small primary toolbar buttons ::::: */
@@ -205,7 +205,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 #nav-bar-inner {
   padding-left: 0px;
   min-width: 0px;
-  margin: 6px 4px 7px 4px; 
+  margin: 6px 4px 7px 4px;
 }
 
 #urlbar {
@@ -218,7 +218,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 }
 
 /* ::::: page proxy icon ::::: */
+
 #page-proxy-deck,
 #page-proxy-favicon,
 #page-proxy-button {
@@ -229,17 +229,17 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 #page-proxy-deck {
   cursor: -moz-grab;
   margin: 1px 1px 1px 2px;
-}                                                                               
+}
 
 #page-proxy-button {
-  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); 
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
   padding-top: 2px;
   padding-bottom: 2px;
-} 
+}
+
 #page-proxy-favicon {
   list-style-image: none;
-} 
+}
 
 /* ::::: autocomplete ::::: */
 
@@ -256,7 +256,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
   border-top: 1px solid #FF9F00;
   background-color: #9C9CFF;
   color: #000000;
-}  
+}
 
 .autocomplete-result-popup[nomatch] > .autocomplete-search-box {
   border-top: 1px solid #9C9CFF;
@@ -264,12 +264,12 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 
 .autocomplete-search-engine {
   padding: 2px;
-}  
+}
 
 .autocomplete-search-engine[menuactive="true"] {
   background-color: #008484;
   color: #FFCF00;
-}  
+}
 
 .autocomplete-search-engine-img {
   margin-right: 4px;
@@ -277,7 +277,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 
 /* ::::: go and searchbuttons ::::: */
 
-#search-button, 
+#search-button,
 #go-button {
   margin: 1px 3px 1px 0px;
 /*  min-height: 25px; */
@@ -285,7 +285,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
   background-color: #000000;
 }
 
-#search-button:hover, 
+#search-button:hover,
 #go-button:hover {
   background-color: #FFCF00;
 }
@@ -314,6 +314,10 @@ toolbar[toolbarmode="small"] > toolbargrippy {
   list-style-image:url("chrome://communicator/skin/icons/lock-broken.gif");
 }
 
+#privacy-button {
+  list-style-image: url("chrome://communicator/skin/cookie/taskbar-cookie.gif");
+}
+
 #popupIcon {
   list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
 }