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

index 605d951aa6b31a40e26ca8524f54671fa456c976..adf45615421f146714291d5d8d76ff4145e7e7b6 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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.
  * 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>
  * 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
  *   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
  * 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");
 
 
 @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;
 }
 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");
 }
 
   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");
 }
 
   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");
 }
 
   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;
 }
 
   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;
 }
 
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") !important;
 }
 
@@ -71,20 +76,14 @@ treechildren::-moz-tree-image(Name) {
   height: 16px;
 }
 
   height: 16px;
 }
 
-.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
-  max-width: 16px;
-  max-height: 16px;
-}
-
 toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker {
   display: none;
 }
 
 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;
   list-style-image: inherit;
   height: 16px;
-  max-width: 16px;
-  max-height: 16px;
+  width: 16px;
 }
 
 treechildren::-moz-tree-twisty(group, hidetwisty) {
 }
 
 treechildren::-moz-tree-twisty(group, hidetwisty) {
index 22e8372767a26d8210264cb337aa9ee4073fb33f..68d13c0ca40dd3959da5f7fe9f7d3154c6cdaf44 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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.
  * 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
  *   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
  * 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");
 
 
 @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;
 }
 
 #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 outset #CCD0DD;
 #panel-bar,
 #search-bar {
   border-top: 1px outset #CCD0DD;
diff --git a/EarlyBlue/communicator/icons/smileys/cool_n.gif b/EarlyBlue/communicator/icons/smileys/cool_n.gif
new file mode 100644 (file)
index 0000000..e62ae65
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/cool_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/cry_n.gif b/EarlyBlue/communicator/icons/smileys/cry_n.gif
new file mode 100644 (file)
index 0000000..4ecbcb6
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/cry_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/embarrassed_n.gif b/EarlyBlue/communicator/icons/smileys/embarrassed_n.gif
new file mode 100644 (file)
index 0000000..719ecd7
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/embarrassed_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/foot_n.gif b/EarlyBlue/communicator/icons/smileys/foot_n.gif
new file mode 100644 (file)
index 0000000..8a6b61d
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/foot_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/frown_n.gif b/EarlyBlue/communicator/icons/smileys/frown_n.gif
new file mode 100644 (file)
index 0000000..e9d5b47
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/frown_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/innocent_n.gif b/EarlyBlue/communicator/icons/smileys/innocent_n.gif
new file mode 100644 (file)
index 0000000..e94bf35
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/innocent_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/kiss_n.gif b/EarlyBlue/communicator/icons/smileys/kiss_n.gif
new file mode 100644 (file)
index 0000000..0c7fdad
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/kiss_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/laughing_n.gif b/EarlyBlue/communicator/icons/smileys/laughing_n.gif
new file mode 100644 (file)
index 0000000..e404456
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/laughing_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/money_n.gif b/EarlyBlue/communicator/icons/smileys/money_n.gif
new file mode 100644 (file)
index 0000000..b523abe
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/money_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/sealed_n.gif b/EarlyBlue/communicator/icons/smileys/sealed_n.gif
new file mode 100644 (file)
index 0000000..29931c3
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/sealed_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/smile_n.gif b/EarlyBlue/communicator/icons/smileys/smile_n.gif
new file mode 100644 (file)
index 0000000..6fc4014
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/smile_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/surprise_n.gif b/EarlyBlue/communicator/icons/smileys/surprise_n.gif
new file mode 100644 (file)
index 0000000..5d84326
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/surprise_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/tongue_n.gif b/EarlyBlue/communicator/icons/smileys/tongue_n.gif
new file mode 100644 (file)
index 0000000..d657df0
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/tongue_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/undecided_n.gif b/EarlyBlue/communicator/icons/smileys/undecided_n.gif
new file mode 100644 (file)
index 0000000..6ee7015
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/undecided_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/wink_n.gif b/EarlyBlue/communicator/icons/smileys/wink_n.gif
new file mode 100644 (file)
index 0000000..b1c5132
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/wink_n.gif differ
diff --git a/EarlyBlue/communicator/icons/smileys/yell_n.gif b/EarlyBlue/communicator/icons/smileys/yell_n.gif
new file mode 100644 (file)
index 0000000..de13db1
Binary files /dev/null and b/EarlyBlue/communicator/icons/smileys/yell_n.gif differ
index d5384bf7905dcf88662d9c4820912a834ac77024..4b8640551ab3fd04f11d33db12da8d5461239be7 100644 (file)
@@ -44,7 +44,7 @@
 /* ::::: Themes ::::: */
 #skinsTree {
   height: 80px;
 /* ::::: Themes ::::: */
 #skinsTree {
   height: 80px;
-}  
+}
 
 *|*.themesLink {
   margin-left: 5px;
 
 *|*.themesLink {
   margin-left: 5px;
 
 #previewImageContainer {
   padding: 1px;
 
 #previewImageContainer {
   padding: 1px;
-  height: 92px; 
+  height: 92px;
 /*  background-color: #000000; */
 }
 
 #previewImage {
 /*  background-color: #000000; */
 }
 
 #previewImage {
-  max-width: 355px; 
+  max-width: 355px;
   min-width: 355px;
   max-height: 85px;
   min-height: 85px;
   min-width: 355px;
   max-height: 85px;
   min-height: 85px;
@@ -86,9 +86,3 @@
 #mouseWheelMode {
   width: 9em;
 }
 #mouseWheelMode {
   width: 9em;
 }
-
-/* ::::: Smart Browsing ::::: */
-
-#disabledDomains {
-  max-height: 13em;
-}
\ No newline at end of file
index 288d2ddfdc913656b2395074b761b6a7cdfe6c36..b9e28309c4dfec6bb6a9392ae08429b4f946cb3e 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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.
  * 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
  *   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
  * 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;
 }
 
   padding: 0;
 }
 
-#profiles > listitem {
+treechildren::-moz-tree-image {
+  margin-right: 2px;
   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
 }
 
   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");
 }
 
   list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
 }
 
index 04500f010e5d15dd2213a55395eeec958bc1c0b8..920cab85116a4890b60a16704f4825c9fbb8a8f2 100644 (file)
@@ -8,7 +8,7 @@
   <binding id="sbtab" extends="xul:button">
     <content>
       <xul:image class="sbtab-twisty" xbl:inherits="selected"/>
   <binding id="sbtab" extends="xul:button">
     <content>
       <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"/>
     </content>
       <xul:spacer flex="1"/>
       <xul:image class="sbtab-texture"/>
     </content>
index f7b7e8b0f39329bf7f30d9fc00a5c2b36780c46b..5d8193c42bb6a73dcae20a9eaa47318ab9e1a2a4 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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.
  * 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
  *   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
  * 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");
 
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-treehildren {
-  cursor: pointer;  
+treechildren::-moz-tree-image,
+treechildren::-moz-tree-cell-text {
+  cursor: pointer;
 }
 }
diff --git a/EarlyBlue/communicator/smileys.css b/EarlyBlue/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 7b466ac60d771e7fdb38c8e1ddb62c856702d918..0c207993403561fd2f0587251ff3a0613317daf7 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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.
  * 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
  *   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
  * 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
@@ -39,8 +39,8 @@
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @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;}
 .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 9261cd9868744263533b84a2ad5cdd5143681cc3..4ab2ca9498c85927dd72d057370790bc18b9abf5 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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.
  * 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
  *   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
  * 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 {
   min-width: 18px;
 }
+
 #FormatToolbar > toolbarbutton > .toolbarbutton-text {
   display: none;
 }
 
 #DecreaseFontSizeButton {
   list-style-image: url("chrome://editor/skin/icons/dec-font-size.gif");
 #FormatToolbar > toolbarbutton > .toolbarbutton-text {
   display: none;
 }
 
 #DecreaseFontSizeButton {
   list-style-image: url("chrome://editor/skin/icons/dec-font-size.gif");
-} 
+}
 
 #DecreaseFontSizeButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/dec-font-size-disabled.gif") !important;
 
 #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 {
   list-style-image: url("chrome://editor/skin/icons/inc-font-size.gif");
-} 
+}
 
 #IncreaseFontSizeButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/inc-font-size-disabled.gif") !important;
 
 #IncreaseFontSizeButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/inc-font-size-disabled.gif") !important;
-} 
+}
 
 #boldButton {
 
 #boldButton {
-  list-style-image: url(chrome://editor/skin/icons/bold.gif); 
+  list-style-image: url(chrome://editor/skin/icons/bold.gif);
 }
 
 #boldButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/bold-disabled.gif") !important;
 }
 
 #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 {
   list-style-image: url("chrome://editor/skin/icons/italic.gif");
-} 
+}
 
 #italicButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/italic-disabled.gif") !important;
 
 #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 {
   list-style-image: url("chrome://editor/skin/icons/underline.gif");
-} 
+}
 
 #underlineButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/underline-disabled.gif") !important;
 
 #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 {
   list-style-image:url("chrome://editor/skin/icons/bullets.gif");
@@ -93,7 +93,7 @@
 
 #ulButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/bullets-disabled.gif") !important;
 
 #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 {
   list-style-image: url("chrome://editor/skin/icons/numbers.gif");
 
 #olButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/numbers-disabled.gif") !important;
 
 #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 {
   list-style-image: url("chrome://editor/skin/icons/outdent.gif");
-} 
+}
 
 #outdentButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/outdent-disabled.gif") !important;
 
 #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 {
   list-style-image: url("chrome://editor/skin/icons/indent.gif");
-} 
+}
 
 #indentButton[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/indent-disabled.gif") !important;
 
 #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 {
   list-style-image: url("chrome://editor/skin/icons/left.gif");
-} 
+}
 
 #align-left-button[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/left-disabled.gif") !important;
 
 #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 {
   list-style-image: url("chrome://editor/skin/icons/center.gif");
-} 
+}
 
 #align-center-button[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/center-disabled.gif") !important;
 
 #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 {
   list-style-image: url("chrome://editor/skin/icons/right.gif");
-} 
+}
 
 #align-right-button[disabled="true"] {
   list-style-image: url("chrome://editor/skin/icons/right-disabled.gif") !important;
 
 #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 {
   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;
 
 #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");
 
 #AlignPopupButton {
   list-style-image: url("chrome://editor/skin/icons/align.gif");
 }
 
 #smileButtonMenu {
 }
 
 #smileButtonMenu {
-  list-style-image: url("chrome://editor/skin/icons/smile.gif"); 
+  list-style-image: url("chrome://editor/skin/icons/smile.gif");
 }
 
 #smileButtonMenu[disabled="true"] {
 }
 
 #smileButtonMenu[disabled="true"] {
 
 #AlignLeftItem {
   list-style-image: url("chrome://editor/skin/icons/left.gif");
 
 #AlignLeftItem {
   list-style-image: url("chrome://editor/skin/icons/left.gif");
-} 
+}
 
 #AlignCenterItem {
   list-style-image: url("chrome://editor/skin/icons/center.gif");
 
 #AlignCenterItem {
   list-style-image: url("chrome://editor/skin/icons/center.gif");
-} 
+}
 
 #AlignRightItem {
   list-style-image: url("chrome://editor/skin/icons/right.gif");
 
 #AlignRightItem {
   list-style-image: url("chrome://editor/skin/icons/right.gif");
-} 
+}
 
 #AlignJustifyItem {
   list-style-image: url("chrome://editor/skin/icons/justify.gif");
 
 #AlignJustifyItem {
   list-style-image: url("chrome://editor/skin/icons/justify.gif");
 /* ..... smiley menu ..... */
 
 .insert-smile > .menu-iconic-left {
 /* ..... 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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 ::::: */
 }
 
 /* ::::: fg/bg color picker ::::: */
index d417862b9dd84bae87224272c7a308d85c85a8b8..ec2f181c9784b93f4968e7933dbb022690e62c61 100644 (file)
@@ -59,10 +59,13 @@ tabpanels {
   margin-right: 3px;
   width: 16px;
   height: 16px;
   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");
 }
 
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
index b419653813603d0c6caaa1b59ed7356a96645a0c..92f25063d4e6d5913d0c657a9b8177ee7de8e048 100644 (file)
 /* default checkbox for dialogs */
 /* outer frame */
 checkbox {
 /* default checkbox for dialogs */
 /* outer frame */
 checkbox {
-  -moz-box-align: center;
   margin: 1px 2px;
   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;
 }
 
 .checkbox-label-box {
   border: 1px solid transparent;
-  padding: 0px 1px;
   -moz-box-align: center;
 }
 
   -moz-box-align: center;
 }
 
-.checkbox-icon {
+.checkbox-icon[src] {
   margin-right: 2px;
 }
 
   margin-right: 2px;
 }
 
@@ -63,13 +71,13 @@ checkbox {
 
 /* ..... focused state ..... */
 
 
 /* ..... focused state ..... */
 
-checkbox:focus > .checkbox-label-box {
+checkbox:focus > .checkbox-label-center-box > .checkbox-label-box {
   border: 1px dotted #9999CC;
 }
 
 /* ..... disabled state ..... */
 
   border: 1px dotted #9999CC;
 }
 
 /* ..... disabled state ..... */
 
-checkbox[disabled="true"] > .checkbox-check {
+checkbox[disabled="true"] > .checkbox-spacer-box > .checkbox-check {
   background-color: -moz-Dialog;
 }
 
   background-color: -moz-Dialog;
 }
 
@@ -80,23 +88,22 @@ checkbox[disabled="true"] {
 /* ::::: checkmark image ::::: */
 
 .checkbox-check {
 /* ::::: checkmark image ::::: */
 
 .checkbox-check {
-  -moz-box-align: center;
   border: 1px inset #CCD0DD;
   width: 12px;
   height: 12px;
   background: transparent 50% 50% no-repeat;
 }
   border: 1px inset #CCD0DD;
   width: 12px;
   height: 12px;
   background: transparent 50% 50% no-repeat;
 }
-  
-checkbox:hover:active > .checkbox-check {
+
+checkbox:hover:active > .checkbox-spacer-box > .checkbox-check {
   background-color: transparent;
 }
 
 /* ..... checked state ..... */
 
   background-color: transparent;
 }
 
 /* ..... 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");
 }
 
   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
 }
   background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif") !important
 }
index c6eed4f3e6b609e269672d634568e0f062436331..92f613f69ac00110a62fb11d4e4a340d5322cfac 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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-1999
  * the Initial Developer. All Rights Reserved.
  * Netscape Communications Corporation.
  * Portions created by the Initial Developer are Copyright (C) 1998-1999
  * 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
  *   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
  * 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 ::::: */
 
 
 /* ::::: XBL bindings ::::: */
 
+checkbox {
+  -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox-with-spacing");
+}
+
 radio {
 radio {
-  -moz-binding: url("chrome://global/skin/globalBindings.xml#radio");
+  -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing");
 }
 
 menulist > menupopup,
 }
 
 menulist > menupopup,
@@ -66,7 +70,7 @@ menulist > menupopup,
 window,
 page,
 dialog,
 window,
 page,
 dialog,
-wizard { 
+wizard {
   background-color: #CCD0DD;
   color: #000000;
   font: 11px helvetica,arial,tahoma,sans-serif;
   background-color: #CCD0DD;
   color: #000000;
   font: 11px helvetica,arial,tahoma,sans-serif;
@@ -75,14 +79,14 @@ wizard {
 page {
   padding: 3px;
 }
 page {
   padding: 3px;
 }
-  
+
 /* deprecated */
 /* deprecated */
-window.dialog { 
+window.dialog {
   padding: 8px 10px 10px 8px;
 }
 
   padding: 8px 10px 10px 8px;
 }
 
-[wait-cursor] { 
-  cursor: wait !important; 
+[wait-cursor] {
+  cursor: wait !important;
 }
 
 /* ::::: alert icons :::::*/
 }
 
 /* ::::: alert icons :::::*/
@@ -145,7 +149,7 @@ statusbarpanel {
 
 .statusbarpanel-iconic {
   padding: 0px;
 
 .statusbarpanel-iconic {
   padding: 0px;
-}    
+}
 
 resizer[dir="bottomright"] {
   cursor: se-resize;
 
 resizer[dir="bottomright"] {
   cursor: se-resize;
index deccdb6ec2e22cd976995cc94ff4d81120e4b234..7449d8a9f915f854835858ac2e37a3c1924b8230 100644 (file)
     </content>
   </binding>
 
     </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>
+
 </bindings>
\ No newline at end of file
 </bindings>
\ No newline at end of file
index 8de484e2eb3409e3cb0975cd955ddc53d96405f4..1c878a21879d5356c235afcba85b07001d63b504 100644 (file)
@@ -43,7 +43,7 @@
 
 /* ::::: menu/menuitem ::::: */
 
 
 /* ::::: menu/menuitem ::::: */
 
-menu, 
+menu,
 menuitem {
   -moz-box-align: center;
   color: #000000;
 menuitem {
   -moz-box-align: center;
   color: #000000;
@@ -52,7 +52,7 @@ menuitem {
 
 menuitem[default="true"] {
   font-weight: bold;
 
 menuitem[default="true"] {
   font-weight: bold;
-}  
+}
 
 menu[disabled="true"],
 menuitem[disabled="true"],
 
 menu[disabled="true"],
 menuitem[disabled="true"],
@@ -63,7 +63,7 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
 
 /* ..... internal content .... */
 
 
 /* ..... internal content .... */
 
-.menu-text, 
+.menu-text,
 .menu-iconic-left,
 .menu-iconic-text {
   margin: 0px 2px 0px 0px !important;
 .menu-iconic-left,
 .menu-iconic-text {
   margin: 0px 2px 0px 0px !important;
@@ -75,6 +75,12 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
   font-weight: inherit;
 }
 
   font-weight: inherit;
 }
 
+.menu-description {
+  font-style: italic;
+  color: #808080;
+  margin-left: 1ex !important;
+}
+
 .menu-accel,
 .menu-iconic-accel {
   margin: 0px 2px 0px 7px !important;
 .menu-accel,
 .menu-iconic-accel {
   margin: 0px 2px 0px 7px !important;
@@ -210,13 +216,13 @@ menuitem[checked="true"][type="radio"][_moz-menuactive="true"] {
 /* ::::: menuseparator ::::: */
 
 menuseparator {
 /* ::::: menuseparator ::::: */
 
 menuseparator {
-  border: 1px inset #CCD0DD; 
+  border: 1px inset #CCD0DD;
   margin: 2px 0px 2px 0px;
 }
 
 menulist > menupopup > menuseparator,
 .menulist-menupopup > menuseparator {
   margin: 2px 0px 2px 0px;
 }
 
 menulist > menupopup > menuseparator,
 .menulist-menupopup > menuseparator {
-  border: 1px inset #CCD0DD; 
+  border: 1px inset #CCD0DD;
   margin: 2px 0px 2px 0px;
 }
 
   margin: 2px 0px 2px 0px;
 }
 
index e3853a92e511cb9dd4425e3d15109c7884cf5377..14c5aca76b978eabddd4ece719ab5718fa4e1d93 100644 (file)
@@ -68,6 +68,12 @@ menulist[open="true"]:focus > .menulist-label-box {
   margin: 1px 3px !important;
 }
 
   margin: 1px 3px !important;
 }
 
+.menulist-description {
+  font-style: italic;
+  color: #808080;
+  margin-left: 1ex !important;
+}
+
 /* ..... dropmarker ..... */
 
 .menulist-dropmarker {
 /* ..... dropmarker ..... */
 
 .menulist-dropmarker {
@@ -112,7 +118,7 @@ menulist[disabled="true"] {
 
 .menulist-editable-box {
   background-color: #FFFFFF;
 
 .menulist-editable-box {
   background-color: #FFFFFF;
-  padding: 2px; 
+  padding: 2px;
 }
 
 html|*.menulist-editable-input {
 }
 
 html|*.menulist-editable-input {
@@ -138,7 +144,7 @@ html|*.menulist-editable-input {
 .menulist-compact > .menulist-label {
   margin: 0 3px !important;
   text-align: right;
 .menulist-compact > .menulist-label {
   margin: 0 3px !important;
   text-align: right;
-}  
+}
 
 .menulist-compact > .menulist-dropmarker {
   margin-left: 2px;
 
 .menulist-compact > .menulist-dropmarker {
   margin-left: 2px;
diff --git a/EarlyBlue/global/plugins.css b/EarlyBlue/global/plugins.css
new file mode 100644 (file)
index 0000000..f69ba7e
--- /dev/null
@@ -0,0 +1,135 @@
+/* ***** 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: #FFFFFF;
+  color: #000000;
+  font: 12px helvetica,arial,tahoma,sans-serif;
+}
+
+a:link, a:visited, a:active {
+ color: #336699;
+ text-decoration: underline;
+}
+
+hr {
+  display: none;
+}
+
+div#outside {
+ text-align: justify;
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
+div#plugs {
+  text-align: center;
+  font-size: 24px;
+  font-weight: bold;
+}
+
+div#noplugs {
+  font-size: 18px;
+  font-weight: bold;
+}
+
+div#findmore {
+  margin-top: 2em;
+}
+
+div.plugname {
+  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;
+}
+
+table {
+  background-color: #CCD0DD;
+  color: #000000;
+/*  font: message-box; */
+  text-align: left;
+  width: 100%;
+  border: 1px solid #9999CC;
+  border-spacing: 0px;
+}
+
+th {
+  text-align: center;
+  background-color: #666699;
+  color: #CCD0DD;
+}
+
+th + th,
+td + td {
+  border-left: 1px dotted #9999CC; 
+}
+
+td {
+  text-align: left;
+  border-top: 1px dotted #9999CC;
+}
+
+th, td {
+  padding: 3px;
+}
+
+th.type, th.suff {
+  width: 20%;
+}
+
+th.desc {
+  width: 50%;
+}
+
+th.enabled {
+  width: 10%;
+}
\ No newline at end of file
index 22f859b2fe7508723dc6350488a1e8c5e5d5b2f7..f6cd7f2c3d863c2964add837ff19b027e5020925 100644 (file)
@@ -55,7 +55,7 @@ tooltip {
   background-color : #FFFFCC;
   border : 1px outset #FFFFCC;
   color: #000000;
   background-color : #FFFFCC;
   border : 1px outset #FFFFCC;
   color: #000000;
-  font: smaller;
+  font-size: smaller;
   padding: 2px;
   max-width: 40em;
 }
   padding: 2px;
   max-width: 40em;
 }
index 6323a0361158d26b4887488b53eedb983160ef16..c3aa1ad7997eec54ae30cacf4e473c1a8041c39a 100644 (file)
@@ -55,7 +55,7 @@ progressmeter[mode="undetermined"] {
   background-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
   background-color: #CCD0DD;
 }
   background-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
   background-color: #CCD0DD;
 }
+
 .progress-bar {
   min-width: 0px;
   background-color: #6699CC;
 .progress-bar {
   min-width: 0px;
   background-color: #6699CC;
@@ -72,4 +72,5 @@ progressmeter[mode="undetermined"] {
   border: 1px solid #CCD0DD;
   background-color: #666699;
   min-width: 100px;
   border: 1px solid #CCD0DD;
   background-color: #666699;
   min-width: 100px;
+  height: 16px;
 }
 }
index d3552fdf3838ce9e5862bc7a2b00aedefb894f83..83d476b4ac3e99d284a98625832d9c509cccff09 100644 (file)
 /* ::::: radio ::::: */
 
 radio {
 /* ::::: radio ::::: */
 
 radio {
-  -moz-box-align: center;
   margin: 1px 2px;
   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;
 }
 
 .radio-label-box {
   border: 1px solid transparent;
-  padding: 0px 0px 1px 1px;
   -moz-box-align: center;
 }
 
   -moz-box-align: center;
 }
 
-.radio-icon {
+.radio-icon[src] {
   margin-right: 2px;
 }
 
   margin-right: 2px;
 }
 
@@ -65,21 +75,20 @@ radio {
 
 /* ..... focused state ..... */
 
 
 /* ..... focused state ..... */
 
-radio[focused="true"] > .radio-label-box { 
+radio[focused="true"] > .radio-label-center-box > .radio-label-box {
   border: 1px dotted #9999CC;
 }
 
 /* ..... disabled state ..... */
 
 
   border: 1px dotted #9999CC;
 }
 
 /* ..... disabled state ..... */
 
 
-radio[disabled="true"] {
+radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
   color: #999999;
 }
   color: #999999;
 }
-  
+
 /* ::::: checkmark image ::::: */
 
 .radio-check-box1 {
 /* ::::: checkmark image ::::: */
 
 .radio-check-box1 {
-  margin: 1px 0px;
   border: 2px outset #CCD0DD;
   -moz-border-radius: 50%;
   width: 12px;
   border: 2px outset #CCD0DD;
   -moz-border-radius: 50%;
   width: 12px;
@@ -93,22 +102,22 @@ radio[disabled="true"] {
   width: 4px;
   height: 4px;
   list-style-image: none;
   width: 4px;
   height: 4px;
   list-style-image: none;
-}  
+}
 
 radio:hover:active > .radio-check-box1 {
   border: 2px inset #CCD0DD;
 }
 
 
 radio:hover:active > .radio-check-box1 {
   border: 2px inset #CCD0DD;
 }
 
-radio[disabled="true"]:hover:active .radio-check-box1 {
+radio[disabled="true"]:hover:active > .radio-spacer-box > .radio-check-box1 {
   border: 2px outset #CCD0DD;
 }
 
 /* ..... selected state ..... */
 
   border: 2px outset #CCD0DD;
 }
 
 /* ..... 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");
 }
   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
 }
   list-style-image: url("chrome://global/skin/radio/radio-check-disabled.gif") !important
 }
index de2528739f9c96fd5799752423ab962b0175c6e3..742c823b3a019df9dcc2ff928b3ce7182b360a0b 100644 (file)
@@ -101,11 +101,13 @@ scrollbarbutton {
 scrollbarbutton:hover:active {
   border-style: inset;
   padding: 2px 0px 0px 2px;
 scrollbarbutton:hover:active {
   border-style: inset;
   padding: 2px 0px 0px 2px;
-}   
+}
 
 /* ::::: square at the corner of two scrollbars ::::: */
 
 scrollcorner {
 
 /* ::::: square at the corner of two scrollbars ::::: */
 
 scrollcorner {
+  -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base");
+  cursor: default;
   background-color: #999999;
 }
 
   background-color: #999999;
 }
 
@@ -117,7 +119,7 @@ scrollbarbutton[type="increment"] {
 
 
 scrollbarbutton[type="increment"][disabled="true"] {
 
 
 scrollbarbutton[type="increment"][disabled="true"] {
-  background-image: url("chrome://global/skin/scrollbar/button-right-disabled.gif") 
+  background-image: url("chrome://global/skin/scrollbar/button-right-disabled.gif")
 }
 
 scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
 }
 
 scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
@@ -135,7 +137,7 @@ scrollbarbutton[type="decrement"] {
 }
 
 scrollbarbutton[type="decrement"][disabled="true"] {
 }
 
 scrollbarbutton[type="decrement"][disabled="true"] {
-  background-image: url("chrome://global/skin/scrollbar/button-left-disabled.gif") 
+  background-image: url("chrome://global/skin/scrollbar/button-left-disabled.gif")
 }
 
 scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
 }
 
 scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
@@ -159,7 +161,7 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
     background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
   }
 
     background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
   }
 
-  html|div scrollbar[orient="vertical"] 
+  html|div scrollbar[orient="vertical"]
   {
      -moz-appearance: scrollbartrack-vertical;
   }
   {
      -moz-appearance: scrollbartrack-vertical;
   }
index 5fcb4de0ed5f62f33bf4b6da0afe7e57c05526ed..acaac4e28040956b92e2d8d085f36895a4e352a5 100644 (file)
@@ -20,7 +20,7 @@
  *
  * Contributor(s):
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * 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
  *   Dean Tessman (dean_tessman@hotmail.com)
  *
  * Alternatively, the contents of this file may be used under the terms of
 /* ::::: tree ::::: */
 
 tree {
 /* ::::: tree ::::: */
 
 tree {
-  border-spacing: 0px;     
+  border-spacing: 0px;
   border: 1px inset #CCD0DD;
   background-color: #FFFFFF;
   border: 1px inset #CCD0DD;
   background-color: #FFFFFF;
-  color: #000000;   
+  color: #000000;
 }
 
 /* ::::: tree focusring ::::: */
 }
 
 /* ::::: tree focusring ::::: */
@@ -156,7 +156,9 @@ treechildren::-moz-tree-line(selected, focus) {
 /* ::::: tree separator ::::: */
 
 treechildren::-moz-tree-separator {
 /* ::::: tree separator ::::: */
 
 treechildren::-moz-tree-separator {
+  margin-top: 1px;
   border: 1px outset #CCD0DD;
   border: 1px outset #CCD0DD;
+  height: 2px;
 }
 
 /* ::::: drop feedback ::::: */
 }
 
 /* ::::: drop feedback ::::: */
@@ -178,6 +180,16 @@ treechildren::-moz-tree-drop-feedback(selected) {
   background-color: #FFFFFF;
 }
 
   background-color: #FFFFFF;
 }
 
+/* ::::: 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 {
 /* ::::: tree progress meter ::::: */
 
 treechildren::-moz-tree-progressmeter {
@@ -198,7 +210,7 @@ treechildren::-moz-tree-cell-text(progressmeter) {
 
 /* ::::: tree columns ::::: */
 
 
 /* ::::: tree columns ::::: */
 
-treecol { 
+treecol {
   -moz-box-align: center;
   -moz-box-pack: center;
   border: 1px outset #CCD0DD;
   -moz-box-align: center;
   -moz-box-pack: center;
   border: 1px outset #CCD0DD;
@@ -207,7 +219,7 @@ treecol {
   padding: 1px 4px;
 }
 
   padding: 1px 4px;
 }
 
-treecolpicker { 
+treecolpicker {
   -moz-box-align: center;
   -moz-box-pack: center;
   border: 1px solid transparent;
   -moz-box-align: center;
   -moz-box-pack: center;
   border: 1px solid transparent;
@@ -218,7 +230,7 @@ treecolpicker {
 .treecol-image {
   padding: 1px;
 }
 .treecol-image {
   padding: 1px;
 }
-  
+
 .treecol-text {
   margin: 0px !important;
   padding: 0px !important;
 .treecol-text {
   margin: 0px !important;
   padding: 0px !important;
@@ -272,6 +284,7 @@ treechildren::-moz-tree-column(insertafter) {
 
 .treecol-sortdirection {
   list-style-image: none;
 
 .treecol-sortdirection {
   list-style-image: none;
+  width: 8px;  /* The image's width is 7 pixels */
 }
 
 .sortDirectionIndicator[sortDirection="ascending"] .treecol-sortdirection {
 }
 
 .sortDirectionIndicator[sortDirection="ascending"] .treecol-sortdirection {
@@ -296,7 +309,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");
 }
   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");
 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");
@@ -316,3 +329,17 @@ treechildren.gridlines::-moz-tree-cell {
 treechildren.gridlines::-moz-tree-row {
   border: none;
 }
 treechildren.gridlines::-moz-tree-row {
   border: none;
 }
+
+/* ::::: alternating background ::::: */
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
+  background-color: #F5F7FF;
+}
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) {
+  background-color: #A0A0A0;
+}
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) {
+  background-color: #6699CC;
+}
diff --git a/EarlyBlue/global/tree/checkbox-checked.gif b/EarlyBlue/global/tree/checkbox-checked.gif
new file mode 100644 (file)
index 0000000..ce2ec61
Binary files /dev/null and b/EarlyBlue/global/tree/checkbox-checked.gif differ
diff --git a/EarlyBlue/global/tree/checkbox.gif b/EarlyBlue/global/tree/checkbox.gif
new file mode 100644 (file)
index 0000000..711a41c
Binary files /dev/null and b/EarlyBlue/global/tree/checkbox.gif differ
index 1cae727b96c0dc7571381c81e35cd1cb5b0c0de8..42b37b0be6e7954e4262828c3bf6c43160d14531 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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.
  * 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
  *   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
  * 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");
 @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 ::::: */
 
 
 /* ::::: primary toolbar buttons ::::: */
 
@@ -52,7 +53,7 @@
 
 #button-newcard[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-disabled.gif") !important;
 
 #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 {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist.gif");
@@ -60,7 +61,7 @@
 
 #button-newlist[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-disabled.gif") !important;
 
 #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 {
   list-style-image:url("chrome://messenger/skin/addressbook/icons/person.gif");
@@ -68,7 +69,7 @@
 
 #button-editcard[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/person-disabled.gif") !important;
 
 #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 {
   list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
@@ -76,7 +77,7 @@
 
 #button-newmessage[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
 
 #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 {
   list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif");
@@ -84,7 +85,7 @@
 
 #button-newim[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important;
 
 #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/icons/trash.gif");
 
 #button-delete {
   list-style-image:url("chrome://global/skin/icons/icons/trash.gif");
@@ -92,7 +93,7 @@
 
 #button-delete[disabled="true"] {
   list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
 
 #button-delete[disabled="true"] {
   list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
-} 
+}
 
 /* CardView styles - used in the Card View Pane */
 
 
 /* CardView styles - used in the Card View Pane */
 
   min-width: 120px;
   margin: 0px;
 }
   min-width: 120px;
   margin: 0px;
 }
+
 .cardViewGroup {
   margin-top: 8px;
   padding-bottom: 5px;
 .cardViewGroup {
   margin-top: 8px;
   padding-bottom: 5px;
@@ -175,7 +176,7 @@ html|p {
 
 /* ::::: border adjustments ::::: */
 
 
 /* ::::: border adjustments ::::: */
 
-#dirTree, #abResultsTree { 
+#dirTree, #abResultsTree {
   border: none;
   margin: 0px;
 }
   border: none;
   margin: 0px;
 }
index a9e05fc237739dc0734fb4dd99f0ea2ebd77d60b..f0dfc3fe30ca5dcac573a7c58c4cebb439c5ad68 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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.
  * 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
  *   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
  * 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");
 }
 
   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");
 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/EarlyBlue/messenger/icons/server-remote-lock-new.gif b/EarlyBlue/messenger/icons/server-remote-lock-new.gif
new file mode 100644 (file)
index 0000000..58fe120
Binary files /dev/null and b/EarlyBlue/messenger/icons/server-remote-lock-new.gif differ
index cbcc521dbcc89dc490e4f1e07cb47e471d7aae26..0852b3d39819c25108b3751e298ca27b3d3c012c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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.
  * 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
  *   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
  * 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 ***** */
 
  *
  * ***** END LICENSE BLOCK ***** */
 
+@import url("chrome://communicator/skin/smileys.css");
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ===== messageBody.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;
 }
 
   text-decoration: underline;
 }
 
+span.moz-txt-formfeed {
+  display: block;
+  height: 100%;
+}
+
 /* ::::: signature ::::: */
 
 .moz-txt-sig,
 /* ::::: signature ::::: */
 
 .moz-txt-sig,
@@ -138,96 +144,3 @@ span.moz-txt-underscore {
 .moz-signature > a {
   color: #7777FF; /* light blue */
 }
 .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 70144a3fc85b48058b5b887aa7601b50a2fdfc43..10d901f749ff2f04b8ae81c10c70811eeeaaf42c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
  *
  * 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.
  * 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
  *   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
  * 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: #336699;
   cursor: pointer;
   margin: 0px;
   color: #336699;
   cursor: pointer;
   margin: 0px;
-  padding: 0px 1px; 
+  padding: 0px 1px;
 }
 
 .emailDisplayButton:hover {
 }
 
 .emailDisplayButton:hover {
   width: 12em;
 }
 
   width: 12em;
 }
 
-.collapsedHeaderDisplayName { 
-  margin: 0 .5em 0 .8em;
+.collapsedHeaderDisplayName {
+  margin: 0 .5em 0 .55em;
   min-height: 16px;
   font-weight: bold;
 }
   min-height: 16px;
   font-weight: bold;
 }
index 2eb100658db0f3eb4ae9cbf6fa3298fbc76c2d37..fdd23799bb315b83db71adf76dd6932ef6bfd42c 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @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;
 }
 #signatureLabel {
   font-weight: bold;
 }
index 2498945d0fc6a9a97e37fd53e748cd4510dd7ba3..b7052a3a119ca1e61f4cd0625395e36dbeebc9f9 100644 (file)
@@ -35,7 +35,7 @@
  *
  * ***** END LICENSE BLOCK ***** */
 
  *
  * ***** END LICENSE BLOCK ***** */
 
-/** Contains style definitions for the navigator application 
+/** Contains style definitions for the navigator application
  **/
 
 @import url("chrome://navigator/content/navigator.css");
  **/
 
 @import url("chrome://navigator/content/navigator.css");
@@ -77,7 +77,7 @@
 
 #stop-button[disabled="true"] {
   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
 
 #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");
 
 #print-button {
   list-style-image: url("chrome://global/skin/icons/print.gif");
 }
 
 #fullscreen-exit-button > .toolbarbutton-text {
 }
 
 #fullscreen-exit-button > .toolbarbutton-text {
-  display: normal;
+/*   display: normal; */
 }
 
 /* ::::: small primary toolbar buttons ::::: */
 }
 
 /* ::::: small primary toolbar buttons ::::: */
@@ -158,7 +158,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
   min-width: 0px;
   margin: 7px 4px 8px 4px;
 }
   min-width: 0px;
   margin: 7px 4px 8px 4px;
 }
-  
+
 #urlbar {
   border: 1px solid;
   -moz-border-top-colors: #71737A;
 #urlbar {
   border: 1px solid;
   -moz-border-top-colors: #71737A;
@@ -166,10 +166,10 @@ toolbar[toolbarmode="small"] > toolbargrippy {
   -moz-border-bottom-colors: #EFF0F4;
   -moz-border-left-colors: #71737A;
   margin: 0px 7px 0px 0px;
   -moz-border-bottom-colors: #EFF0F4;
   -moz-border-left-colors: #71737A;
   margin: 0px 7px 0px 0px;
-}  
+}
 
 /* ::::: page proxy icon ::::: */
 
 /* ::::: page proxy icon ::::: */
+
 #page-proxy-deck,
 #page-proxy-favicon,
 #page-proxy-button {
 #page-proxy-deck,
 #page-proxy-favicon,
 #page-proxy-button {
@@ -183,14 +183,14 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 }
 
 #page-proxy-button {
 }
 
 #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;
   padding-top: 2px;
   padding-bottom: 2px;
-} 
+}
 
 #page-proxy-favicon {
   list-style-image: none;
 
 #page-proxy-favicon {
   list-style-image: none;
-} 
+}
 
 /* ::::: autocomplete ::::: */
 
 
 /* ::::: autocomplete ::::: */
 
@@ -228,7 +228,7 @@ toolbar[toolbarmode="small"] > toolbargrippy {
 
 /* ::::: go and searchbuttons ::::: */
 
 
 /* ::::: go and searchbuttons ::::: */
 
-#search-button, 
+#search-button,
 #go-button {
   margin: 0px 3px 0px 0px;
 /*  min-height: 25px; */
 #go-button {
   margin: 0px 3px 0px 0px;
 /*  min-height: 25px; */
@@ -260,6 +260,10 @@ toolbar[toolbarmode="small"] > toolbargrippy {
   list-style-image:url("chrome://communicator/skin/icons/lock-broken.gif");
 }
 
   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");
 }
 #popupIcon {
   list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
 }