fixing crasher with resource bindings
[themes.git] / EarlyBlue / skin / EarlyBlue / editor / editorFormatToolbar.css
index 6e4ac253607bbc3986ed653f21b30d641b0a76e7..2307cb95ab234d478c291aa32c89accc318c037e 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");
 
 #FormatToolbar > toolbarbutton {
   min-width: 18px;
     list-style-image      : url("chrome://editor/skin/images/bold-disabled.gif");
   } 
 
-/*
-#boldButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/bold-hover.gif");
-  } 
-
-#boldButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/bold-hover-active.gif");
-  } 
-*/
-
 #smileButtonMenu {
   list-style-image:url("chrome://editor/skin/images/smile.gif"); 
 }
     list-style-image      : url("chrome://editor/skin/images/italic-disabled.gif");
   } 
 
-/*
-#italicButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/italic-hover.gif");
-  } 
-
-#italicButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/italic-hover-active.gif");
-  } 
-*/
-
 #underlineButton
   {
          list-style-image      : url("chrome://editor/skin/images/underline.gif");
     list-style-image      : url("chrome://editor/skin/images/underline-disabled.gif");
   } 
 
-/*
-#underlineButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/underline-hover.gif");
-  } 
-
-#underlineButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/underline-hover-active.gif");
-  } 
-*/
-
 #DecreaseFontSizeButton 
   {
          list-style-image      : url("chrome://editor/skin/images/dec-font-size.gif");
     list-style-image      : url("chrome://editor/skin/images/dec-font-size-disabled.gif");
   } 
 
-/*
-#DecreaseFontSizeButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/dec-font-size-hover.gif");
-  } 
-
-#DecreaseFontSizeButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/dec-font-size-hover-active.gif"); 
-  }
-*/
-  
 #IncreaseFontSizeButton 
   {
          list-style-image      : url("chrome://editor/skin/images/inc-font-size.gif");
     list-style-image      : url("chrome://editor/skin/images/inc-font-size-disabled.gif");
   } 
 
-/*
-#IncreaseFontSizeButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/inc-font-size-hover.gif");
-  } 
-
-#IncreaseFontSizeButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/inc-font-size-hover-active.gif"); 
-  }
-*/
-  
 #ulButton 
   {
          list-style-image      :url("chrome://editor/skin/images/bullets.gif");
     list-style-image      : url("chrome://editor/skin/images/bullets-disabled.gif");
   } 
 
-/*
-#ulButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/bullets-hover.gif");
-  } 
-
-#ulButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/bullets-hover-active.gif"); 
-  }
-*/
-
 #olButton 
   {
          list-style-image      : url("chrome://editor/skin/images/numbers.gif");
     list-style-image      : url("chrome://editor/skin/images/numbers-disabled.gif");
   } 
 
-/*
-#olButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/numbers-hover.gif");
-  } 
-
-#olButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/numbers-hover-active.gif"); 
-  }
-*/
-
 #outdentButton 
   {
          list-style-image      : url("chrome://editor/skin/images/outdent.gif");
     list-style-image      : url("chrome://editor/skin/images/outdent-disabled.gif");
   } 
 
-/*
-#outdentButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/outdent-hover.gif");
-  } 
-
-#outdentButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/outdent-hover-active.gif"); 
-  }
-*/
-
 #indentButton 
   {
          list-style-image      : url("chrome://editor/skin/images/indent.gif");
     list-style-image      : url("chrome://editor/skin/images/indent-disabled.gif");
   } 
 
-/*
-#indentButton:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/indent-hover.gif");
-  } 
-
-#indentButton:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/indent-hover-active.gif"); 
-  }
-*/
-
 #AlignPopupButton {
        list-style-image        : url("chrome://editor/skin/images/align.gif");
 }
        list-style-image        : url("chrome://editor/skin/images/align-disabled.gif");
 }
 
-/*
-#AlignPopupButton:hover {
-       list-style-image        : url("chrome://editor/skin/images/align-hover.gif");
-}
-
-#AlignPopupButton:hover:active,
-#AlignPopupButton[open="true"] {
-       list-style-image        : url("chrome://editor/skin/images/align-hover-active.gif");
-}
-*/
-
 #InsertPopupButton {
        list-style-image        : url("chrome://editor/skin/images/insert.gif");
 }
        list-style-image        : url("chrome://editor/skin/images/insert-disabled.gif");
 }
 
-/*
-#InsertPopupButton:hover {
-       list-style-image        : url("chrome://editor/skin/images/insert-hover.gif");
-}
-
-#InsertPopupButton:hover:active,
-#InsertPopupButton[open="true"] {
-       list-style-image        : url("chrome://editor/skin/images/insert-hover-active.gif");
-}
-*/
-
 #text-align-left,
 #align-left-button
   {
     list-style-image      : url("chrome://editor/skin/images/left-disabled.gif");
   } 
 
-/*
-#text-align-left:hover,
-#align-left-button:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/left-hover.gif");
-  } 
-
-#text-align-left:hover:active,
-#align-left-button:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/left-hover-active.gif"); 
-  }
-*/
-
 #text-align-center,
 #align-center-button
   {
     list-style-image      : url("chrome://editor/skin/images/center-disabled.gif");
   } 
 
-/*
-#text-align-center:hover,
-#align-center-button:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/center-hover.gif");
-  } 
-
-#text-align-center:hover:active,
-#align-center-button:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/center-hover-active.gif"); 
-  }
-*/
-
 #text-align-right,
 #align-right-button
   {
     list-style-image      : url("chrome://editor/skin/images/right-disabled.gif");
   } 
 
-/*
-#text-align-right:hover,
-#align-right-button:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/right-hover.gif");
-  } 
-
-#text-align-right:hover:active,
-#align-right-button:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/right-hover-active.gif"); 
-  }
-*/
-
 #text-align-justify, #align-justify-button
   {
          list-style-image      : url("chrome://editor/skin/images/justify.gif");
     list-style-image      : url("chrome://editor/skin/images/justify-disabled.gif");
   } 
 
-/*
-#text-align-justify:hover,
-#align-justify-button:hover
-  {
-    list-style-image      : url("chrome://editor/skin/images/justify-hover.gif");
-  } 
-
-#text-align-justify:hover:active,
-#align-justify-button:hover:active
-  {
-    list-style-image      : url("chrome://editor/skin/images/justify-hover-active.gif"); 
-  }
-*/
-
 .ColorPickerLabel 
   {
     border                : 1px inset white;
   {
     margin                : 9px 2px 2px 9px;
   }
-
-