adding namespaces and license headers to all CSS files
[themes.git] / EarlyBlue / skin / EarlyBlue / messenger / primaryToolbar.css
index adeaa8c3411f680feee05fb75e53df8bf10d621c..1f8b5a905faaed805f664d4d6236594ea7ca3aee 100644 (file)
@@ -1,32 +1,46 @@
-/*
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  *
- * 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 contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
  *
- * The Original Code is Mozilla Communicator client code, released
- * March 31, 1998.
+ * 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 Initial Developer of the Original Code is Netscape
- * Communications Corporation. Portions created by Netscape are
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All
- * Rights Reserved.
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 1998
+ * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or 
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
  *
- */
+ * ***** END LICENSE BLOCK ***** */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ===== primaryToolbar.css =============================================
   == Images for the Mail primary toolbar.
   ======================================================================= */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ::::: primary toolbar buttons ::::: */
 
 #button-getmsg 
     list-style-image      : url("chrome://messenger/skin/getmsg-disabled.gif");
   } 
 
-/*
-#button-getmsg[buttonover="true"]
-  {
-    list-style-image      : url("chrome://messenger/skin/getmsg-hover.gif");
-  } 
-
-#button-getmsg[buttondown="true"]
-  {
-    list-style-image      : url("chrome://messenger/skin/getmsg-hover-active.gif");
-  } 
-*/
-
 #button-newmsg 
   {
          list-style-image      : url("chrome://messenger/skin/newmsg.gif");
     list-style-image      : url("chrome://messenger/skin/newmsg-disabled.gif");
   } 
 
-/*
-#button-newmsg:hover
-  {
-    list-style-image      : url("chrome://messenger/skin/newmsg-hover.gif");
-  } 
-
-#button-newmsg:hover:active
-  {
-    list-style-image      : url("chrome://messenger/skin/newmsg-hover-active.gif");
-  } 
-*/
-
 #button-reply 
   {
          list-style-image      : url("chrome://messenger/skin/reply.gif");
     list-style-image      : url("chrome://messenger/skin/reply-disabled.gif");
   } 
 
-/*
-#button-reply:hover
-  {
-    list-style-image      : url("chrome://messenger/skin/reply-hover.gif");
-  } 
-
-#button-reply:hover:active
-  {
-    list-style-image      : url("chrome://messenger/skin/reply-hover-active.gif");
-  } 
-*/
-
 #button-replyall 
   {
          list-style-image      : url("chrome://messenger/skin/replyall.gif");
     list-style-image      : url("chrome://messenger/skin/replyall-disabled.gif");
   } 
 
-/*
-#button-replyall:hover
-  {
-    list-style-image      : url("chrome://messenger/skin/replyall-hover.gif");
-  } 
-
-#button-replyall:hover:active
-  {
-    list-style-image      : url("chrome://messenger/skin/replyall-hover-active.gif");
-  } 
-*/
-
 #button-forward 
   {
          list-style-image      : url("chrome://messenger/skin/forward.gif");
     list-style-image      : url("chrome://messenger/skin/forward-disabled.gif");
   } 
 
-/*
-#button-forward:hover
-  {
-    list-style-image      : url("chrome://messenger/skin/forward-hover.gif");
-  } 
-
-#button-forward:hover:active
-  {
-    list-style-image      : url("chrome://messenger/skin/forward-hover-active.gif");
-  } 
-*/
-
 #button-file 
   {
          list-style-image      : url("chrome://messenger/skin/file.gif");
     list-style-image      : url("chrome://messenger/skin/file-disabled.gif");
   } 
 
-/*
-#button-file:hover
-  {
-    list-style-image      : url("chrome://messenger/skin/file-hover.gif");
-  } 
-
-#button-file[open="true"]
-  {
-    list-style-image      : url("chrome://messenger/skin/file-hover-active.gif");
-  } 
-*/
-
 #button-next 
   {
          list-style-image      : url("chrome://messenger/skin/next.gif");
     list-style-image      : url("chrome://messenger/skin/next-disabled.gif");
   } 
 
-/*
-#button-next:hover
-  {
-    list-style-image      : url("chrome://messenger/skin/next-hover.gif");
-  } 
-
-#button-next:hover:active
-  {
-    list-style-image      : url("chrome://messenger/skin/next-hover-active.gif");
-  } 
-*/
-
 #button-delete 
   {
          list-style-image      : url("chrome://messenger/skin/trash.gif");
     list-style-image      : url("chrome://messenger/skin/trash-disabled.gif");
   } 
 
-/*
-#button-delete:hover
-  {
-    list-style-image      : url("chrome://messenger/skin/trash-hover.gif");
-  } 
-
-#button-delete:hover:active
-  {
-    list-style-image      : url("chrome://messenger/skin/trash-hover-active.gif");
-  } 
-*/
-
 #button-mark {
        list-style-image        : url("chrome://messenger/skin/mark.gif");
 }
     list-style-image      : url("chrome://messenger/skin/mark-disabled.gif");
   } 
 
-/*
-#button-mark[buttonover="true"]
-  {
-    list-style-image      : url("chrome://messenger/skin/mark-hover.gif");
-  } 
-
-#button-mark[buttondown="true"]
-  {
-    list-style-image      : url("chrome://messenger/skin/mark-clicked.gif");
-  } 
-*/
-
 #button-print 
   {
     list-style-image      : url("chrome://global/skin/print.gif");
     list-style-image      : url("chrome://global/skin/print-disabled.gif");
   }
 
-/*
-#button-print[buttonover="true"]
-  {
-    list-style-image      : url("chrome://global/skin/print-hover.gif");
-  }
-
-#button-print[buttondown="true"]
-  {
-    list-style-image      : url("chrome://global/skin/print-hover-active.gif");
-  }
-*/
-
 #button-stop 
   {
          list-style-image      : url("chrome://global/skin/stop.gif");
     list-style-image      : url("chrome://global/skin/stop-disabled.gif");
   } 
 
-/*
-#button-stop:hover
-  {
-    list-style-image      : url("chrome://global/skin/stop-hover.gif");
-  } 
-
-#button-stop:hover:active
-  {
-    list-style-image      : url("chrome://global/skin/stop-hover-active.gif");
-  } 
-*/