update with classic theme development, keep about:plugins compatible for 1.7 release...
[themes.git] / LCARStrek / messenger / addressbook / addressbook.css
index 79cb000b484b97ce815aa0b52d0be1bb1d40c243..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
@@ -41,9 +41,9 @@
   ======================================================================= */
 
 @import url("chrome://messenger/skin/");
-@import url("chrome://communicator/skin/sidebar/sidebar.css");
 
 @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;
-} 
-
-/* ::::: sidebar header ::::: */
-
-sidebarheader {
-  border: none;
-}
-
-#sidebar-title-box {
-  border: none;
 }
 
 /* CardView styles - used in the Card View Pane */
@@ -149,7 +152,7 @@ sidebarheader {
   min-width: 120px;
   margin: 0px;
 }
+
 .cardViewGroup {
   margin-top: 8px;
   padding-bottom: 5px;
@@ -166,6 +169,11 @@ sidebarheader {
   min-width: 30px;
 }
 
+#cvBuddyIcon {
+  padding-left: 20px;
+  padding-top: 2px;
+}
+
 .CardViewText,
 .CardViewLink {
   padding-left: 20px;
@@ -180,6 +188,10 @@ sidebarheader {
   cursor: pointer;
 }
 
+#cvHomeMapIt, #cvWorkMapIt {
+  margin-bottom: 0px;
+}
+
 html|a {
   padding-left: 0px;
   padding-right: 2px;
@@ -192,18 +204,11 @@ html|p {
 
 /* ::::: border adjustments ::::: */
 
-#sidebar-box {
-/*  border-top: none;
-  border-right: 1px solid ThreeDHighlight;
-  border-bottom: none;
-  border-left: 1px solid ThreeDShadow; */
-}
-
-#results-splitter { 
+#results-splitter {
   border: none;
 }
 
-#dirTree, #resultsTree { 
+#dirTree, #abResultsTree {
   border: none;
   margin: 0px;
 }
@@ -211,3 +216,12 @@ html|p {
 #resultsTree {
 /*  border-left: 1px solid ThreeDShadow; */
 }
+
+/* ::::: Search Bar  ::::: */
+
+#searchBox {
+/*
+  border-top: 1px solid ThreeDHighlight;
+  border-bottom: 1px solid ThreeDShadow;
+*/
+}