small correction of favicon display
[themes.git] / EarlyBlue / skin / EarlyBlue / navigator / navigator.css
index 8a895e3fc82b950197765ee27b2beb91b037dbea..d05c0d59249637b876d38781793252857a2827c6 100644 (file)
@@ -1,3 +1,40 @@
+/* ***** 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 "Classic" theme of mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is
+ * the Mozilla Organization.
+ * Portions created by the Initial Developer are Copyright (C) 1998-2001
+ * 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 ***** */
+
 /** Contains style definitions for the navigator application 
  **/
 
@@ -6,6 +43,8 @@
 @import url(chrome://navigator/skin/personalToolbar.css);
 @import url(chrome://communicator/skin/sidebar/sidebar.css);
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /********** resource bundle binding **********/
 
 #resource_bundle_navigator
   {
     border-left           : 1px solid ThreeDDarkShadow;
     border-top            : 1px solid ThreeDDarkShadow;
-    border-right          : 1px solid ThreeDFace;
     border-bottom         : 1px solid ThreeDFace;
   }
 
 #browser
   {
     border-left           : 1px solid ThreeDShadow;
-    border-right          : 1px solid ThreeDHighlight;
   }  
 */
 
     list-style-image      : url("chrome://navigator/skin/back-disabled.gif") !important;
   }
 
-/*
-#back-button:hover,
-#back-button[buttonover="true"],
-#back-button[open="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/back-hover.gif");
-  }
-
-#back-button[buttondown="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/back-hover-active.gif");
-  }
-*/
-
 #forward-button 
   {
     list-style-image      : url("chrome://navigator/skin/forward.gif");
     list-style-image      : url("chrome://navigator/skin/forward-disabled.gif") !important;
   }
 
-/*
-#forward-button:hover,
-#forward-button[buttonover="true"],
-#forward-button[open="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/forward-hover.gif");
-  }
-
-#forward-button[buttondown="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/forward-hover-active.gif");
-  }
-*/
-
 #reload-button 
   {
   list-style-image        : url("chrome://navigator/skin/reload.gif");
   }
 
-/*
-#reload-button:hover
-  {
-  list-style-image        : url("chrome://navigator/skin/reload-hover.gif");
-  }
-
-#reload-button:hover:active
-  {
-  list-style-image        : url("chrome://navigator/skin/reload-hover-active.gif");
-  }
-*/
-
 #reload-button[disabled="true"]
   {
          list-style-image      : url("chrome://navigator/skin/reload-disabled.gif") !important;
     list-style-image      : url("chrome://navigator/skin/stop-disabled.gif") !important;
   } 
 
-/*
-#stop-button:hover
-  {
-    list-style-image      : url("chrome://navigator/skin/stop-hover.gif");
-  } 
-
-#stop-button:hover:active
-  {
-    list-style-image      : url("chrome://navigator/skin/stop-hover-active.gif");
-  } 
-*/
-  
 #print-button 
   {
     list-style-image      : url("chrome://global/skin/print.gif");
     list-style-image      : url("chrome://global/skin/print-disabled.gif") !important;
   }
 
-/*
-#print-button:hover,
-#print-button[buttonover="true"],
-#print-button[open="true"]
-  {
-    list-style-image      : url("chrome://global/skin/print-hover.gif");
-  }
-
-#print-button[buttondown="true"]
-  {
-    list-style-image      : url("chrome://global/skin/print-hover-active.gif");
-  }
-*/
-
 /* Hides text below the above buttons */
 .toolbarbutton-1 > .toolbarbutton-menubutton-box > .toolbarbutton-menubutton-button > .toolbarbutton-box > .toolbarbutton-text,
 .toolbarbutton-1 > .toolbarbutton-box > .toolbarbutton-text {
   display: none;
 }
 
-
 /*all the urlbar stuff*/
+
+#page-proxy-deck {
+    cursor                : grab;
+    margin                : 1px;
+    width                 : 16px;
+    height                : 16px;
+}                                                                               
+
 #page-proxy-button
   {
     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); 
-    cursor                : grab;
-    margin                : 1px 1px 1px 2px;
+    padding-top           : 2px;
+    padding-bottom        : 2px;
+    width                 : 16px;
+    height                : 16px;
   } 
 
 /*
   }
 */
 
+#page-proxy-favicon
+{
+    list-style-image      : none;
+    padding               : 0px;
+    width                 : 16px;
+    height                : 16px;
+}
+
 #content-frame 
   {
     min-width             : 0px;
     font-weight           : bold;
   }
 
-/*
-#search-button:hover
-  {
-    list-style-image      : url("chrome://communicator/skin/search-hover.gif");
-  }
-  
-#search-button:hover:active
-  {
-    list-style-image      : url("chrome://communicator/skin/search-active.gif");
-  }
-*/
-
 .menuitem-iconic
   {
     padding               : 1px;
 
 .autocomplete-outlinerbody:-moz-outliner-cell-text(comment) 
   {
-    font-style          : italic;
+/*    font-style          : italic; */
   }
 
 /*
   {
     margin-right          : 4px;
   }
-