add missing file
[themes.git] / EarlyBlue / skin / EarlyBlue / editor / editorPrimaryToolbar.css
index 547f05b93eb287665b3a9cdb2e8290c5fd3f72ca..6d236ba7887b216d553a258c31fbb5573033d81d 100644 (file)
@@ -1,24 +1,41 @@
-/* 
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *  
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *  
- * The Original Code is Mozilla Communicator client code, released
- * March 31, 1998.
- * 
- * 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.
- * 
- * Contributor(s): 
- */
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 1998
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   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");
 
 #newButton
   {
     list-style-image      : url("chrome://editor/skin/images/newfile-disabled.gif");
   } 
 
-/*
-#newButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/newfile-hover.gif");
-  } 
-
-#newButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/newfile-hover-active.gif");
-  } 
-*/
-
 #openButton 
   {
          list-style-image      : url("chrome://editor/skin/images/openfile.gif");
     list-style-image      : url("chrome://editor/skin/images/openfile-disabled.gif");
   } 
 
-/*
-#openButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/openfile-hover.gif");
-  } 
-
-#openButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/openfile-hover-active.gif");
-  } 
-*/
-
 #saveButton 
   {
          list-style-image      : url("chrome://editor/skin/images/savefile.gif");
     list-style-image      : url("chrome://editor/skin/images/savefile-disabled.gif");
   } 
 
-/*
-#saveButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/savefile-hover.gif");
-  } 
-
-#saveButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/savefile-hover-active.gif");
-  } 
-*/
-
 #saveButton[dirty="true"] 
   {
          list-style-image      : url("chrome://editor/skin/images/savefile-dirty.gif");
     list-style-image      : url("chrome://editor/skin/images/savefile-disabled.gif");
   } 
 
-/*
-#saveButton[dirty="true"]:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/savefile-hover.gif");
-  } 
-
-#saveButton[dirty="true"]:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/savefile-hover-active.gif");
-  } 
-*/
-
 #publishButton 
   {
          list-style-image      : url("chrome://editor/skin/images/publish.gif");
     list-style-image      : url("chrome://editor/skin/images/publish-disabled.gif");
   } 
 
-/*
-#publishButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/publish-hover.gif");
-  } 
-
-#publishButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/publish-hover-active.gif");
-  }
-*/
-
 #previewButton 
   {
          list-style-image      : url("chrome://editor/skin/images/preview.gif");
     list-style-image      : url("chrome://editor/skin/images/preview-disabled.gif");
   } 
 
-/*
-#previewButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/preview-hover.gif");
-  } 
-
-#previewButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/preview-hover-active.gif");
-  }
-*/
-
 #printButton 
   {
          list-style-image      : url("chrome://global/skin/print.gif");
     list-style-image      : url("chrome://global/skin/print-disabled.gif");
   } 
 
-/*
-#printButton[buttonover="true"]
-  {
-    list-style-image      : url("chrome://global/skin/print-hover.gif");
-  } 
-
-#printButton[buttondown="true"]
-  {
-    list-style-image      : url("chrome://global/skin/print-hover-active.gif");
-  }
-*/
-
 #findButton 
   {
          list-style-image      : url("chrome://editor/skin/images/find.gif");
     list-style-image      : url("chrome://editor/skin/images/find-disabled.gif");
   } 
 
-/*
-#findButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/find-hover.gif");
-  } 
-
-#findButton:hover:active
-  {
-    list-style-image     : url("chrome://editor/skin/images/find-hover-active.gif"); 
-  }
-*/
-
 #linkButton 
   {
          list-style-image      : url("chrome://editor/skin/images/link.gif");
     list-style-image      : url("chrome://editor/skin/images/link-disabled.gif");
   } 
 
-/*
-#linkButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/link-hover.gif");
-  } 
-
-#linkButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/link-hover-active.gif"); 
-  }
-*/
-
 #imageButton 
   {
          list-style-image      : url("chrome://editor/skin/images/image.gif");
     list-style-image      : url("chrome://editor/skin/images/image-disabled.gif");
   } 
 
-/*
-#imageButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/image-hover.gif");
-  } 
-
-#imageButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/image-hover-active.gif"); 
-  }
-*/
-
 #namedAnchorButton 
   {
          list-style-image      : url("chrome://editor/skin/images/anchor.gif");
     list-style-image      : url("chrome://editor/skin/images/anchor-disabled.gif");
   } 
 
-/*
-#namedAnchorButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/anchor-hover.gif");
-  } 
-
-#namedAnchorButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/anchor-hover-active.gif"); 
-  }
-*/
-
 #hlineButton 
   {
          list-style-image      : url("chrome://editor/skin/images/hline.gif");
     list-style-image      : url("chrome://editor/skin/images/hline-disabled.gif");
   } 
 
-/*
-#hlineButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/hline-hover.gif");
-  } 
-
-#hlineButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/hline-hover-active.gif"); 
-  }
-*/
-
 #tableButton 
   {
          list-style-image      : url("chrome://editor/skin/images/table.gif");
     list-style-image      : url("chrome://editor/skin/images/table-disabled.gif");
   } 
 
-/*
-#tableButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/table-hover.gif");
-  } 
-
-#tableButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/table-hover-active.gif"); 
-  }
-*/
-
 #spellingButton 
   {
          list-style-image      : url("chrome://editor/skin/images/spell.gif");
     list-style-image      : url("chrome://editor/skin/images/spell-disabled.gif");
   } 
 
-/*
-#spellingButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/spell-hover.gif");
-  } 
-
-#spellingButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/spell-hover-active.gif"); 
-  }
-*/
-