removing additional directory structure, moving contents.rdf and preview.png to top...
[themes.git] / LCARStrek / skin / LCARStrek / navigator / navigator.css
diff --git a/LCARStrek/skin/LCARStrek/navigator/navigator.css b/LCARStrek/skin/LCARStrek/navigator/navigator.css
deleted file mode 100644 (file)
index 6496f98..0000000
+++ /dev/null
@@ -1,360 +0,0 @@
-/* ***** 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 
- **/
-
-@import url(chrome://navigator/content/navigator.css);
-@import url(chrome://communicator/skin/);
-@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
-  {
-    -moz-binding            : url('chrome://navigator/skin/resources.xml#resource_bundle_navigator')      
-  } 
-
-/*
-#content
-  {
-    border-left           : 1px solid ThreeDDarkShadow;
-    border-top            : 1px solid ThreeDDarkShadow;
-    border-bottom         : 1px solid ThreeDFace;
-  }
-
-#browser
-  {
-    border-left           : 1px solid ThreeDShadow;
-  }  
-*/
-
-#bookmarks-button
-  {
-    list-style-image    : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
-  }
-  
-#bookmarks-button[open="true"]
-  {
-    list-style-image    : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
-  }
-  
-/*
- * Images for the main buttons
- */
-#back-button 
-  {
-    list-style-image      : url("chrome://navigator/skin/back.gif");
-  }
-
-#back-button[disabled="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/back-disabled.gif") !important;
-  }
-
-#back-button:hover,
-#back-button[buttonover="true"],
-#back-button[buttondown="true"],
-#back-button[open="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/back-hover.gif");
-  }
-#forward-button 
-  {
-    list-style-image      : url("chrome://navigator/skin/forward.gif");
-  }
-
-#forward-button[disabled="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/forward-disabled.gif") !important;
-  }
-
-#forward-button:hover,
-#forward-button[buttonover="true"],
-#forward-button[buttondown="true"],
-#forward-button[open="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/forward-hover.gif");
-  }
-
-#reload-button 
-  {
-  list-style-image        : url("chrome://navigator/skin/reload.gif");
-  }
-
-#reload-button:hover,
-#reload-button:hover:active
-  {
-  list-style-image        : url("chrome://navigator/skin/reload-hover.gif");
-  }
-
-  {
-  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;
-  }
-
-#stop-button 
-  {
-         list-style-image      : url("chrome://navigator/skin/stop.gif");
-  } 
-
-#stop-button[disabled="true"]
-  {
-    list-style-image      : url("chrome://navigator/skin/stop-disabled.gif") !important;
-  } 
-
-#stop-button:hover,
-#stop-button:hover:active
-  {
-    list-style-image      : url("chrome://navigator/skin/stop-hover.gif");
-  } 
-  
-#print-button 
-  {
-    list-style-image      : url("chrome://global/skin/print.gif");
-  }
-
-#print-button[disabled="true"] {
-    list-style-image      : url("chrome://global/skin/print-disabled.gif") !important;
-  }
-
-#print-button:hover,
-#print-button[buttonover="true"],
-#print-button[buttondown="true"],
-#print-button[open="true"]
-  {
-    list-style-image      : url("chrome://global/skin/print-hover.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 1px 1px 1px;
-    width                 : 16px;
-    height                : 16px;
-}                                                                               
-
-#page-proxy-button
-  {
-    list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); 
-    padding-top           : 2px;
-    padding-bottom        : 2px;
-    width                 : 16px;
-    height                : 16px;
-  } 
-
-/*
-#page-proxy-button[pageproxystate="valid"]:hover
-  {
-    list-style-image      : url("chrome://communicator/skin/bookmarks/location-hover.gif");
-  }
-  
-#page-proxy-button[pageproxystate="valid"]:hover:active
-  {
-    list-style-image      : url("chrome://communicator/skin/bookmarks/location-clicked.gif");
-  }
-
-#page-proxy-button[pageproxystate="invalid"] 
-  {
-    cursor                  : default;
-    list-style-image        : url("chrome://communicator/skin/bookmarks/location-disabled.gif");
-  }
-*/
-
-#page-proxy-favicon
-{
-    list-style-image      : none;
-    padding               : 0px;
-    width                 : 16px;
-    height                : 16px;
-}
-
-#content-frame 
-  {
-    min-width             : 0px;
-    min-height            : 0px;
-  }
-  
-#nav-bar-inner {
-  padding-left            : 0px;
-  min-width               : 0px;
-  margin                  : 9px 4px; 
-}
-
-/*  
-#urlbar  .autocomplete-icon-box {
-  border                  : 1px inset #CCD0DD;
-  border-right            : none;
-}  
-
-#urlbar .autocomplete-textbox-container {
-  border                  : 1px inset #CCD0DD;
-  border-left             : none;
-}
-*/
-
-#urlbar-group {
-  border                  : none;
-  margin                  : 0px 5px 0px 0px;
-}  
-
-#urlbar-container {
-  -moz-border-radius      : 5px;
-  border                  : 1px solid #9C9CFF;
-  background-color        : #000000;
-  padding                 : 0px;
-}  
-
-#search-button, 
-#go-button {
-  font-weight             : bold;
-  margin                  : 0px 3px 0px 0px;
-  background-color        : #000000;
-}
-
-#search-button:hover, 
-#go-button:hover {
-  font-weight             : bold;
-  margin                  : 0px 3px 0px 0px;
-  background-color        : #FFCF00;
-}
-
-#search-button
-  {
-/*    list-style-image      : url("chrome://communicator/skin/search.gif"); */
-  }
-
-/*
-#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;
-  }
-
-/* ::::: urlbar autocomplete widget ::::: */
-
-.autocomplete-outlinerbody:-moz-outliner-cell-text(value) 
-  {
-    padding-left        : 13px;
-  }
-
-.autocomplete-outlinerbody:-moz-outliner-cell-text(comment) 
-  {
-/*    font-style          : italic; */
-  }
-
-.autocomplete-history-button:hover
-  {
-      background-color    : #FFCF00;
-  }
-
-.autocomplete-history-button-internal-box:hover
-  {
-      background-color    : #FFCF00;
-  }
-
-/*
-.autocomplete-history-button 
-  {
-    border              : 1px outset -moz-Dialog;
-  }
-
-.autocomplete-history-button[open="true"] 
-  {
-    border              : 1px solid ThreeDShadow;
-  }
-
-.autocomplete-history-button-internal-box,
-.autocomplete-history-button[open="true"] > .autocomplete-history-button-internal-box 
-  {
-    border              : none;
-  }
-*/
-
-.autocomplete-search-box 
-  {
-    border-top            : 1px solid #FF9F00;
-    background-color      : #9C9CFF;
-    color                 : #000000;
-  }
-
-.autocomplete-result-popup[nomatch="true"] > .autocomplete-search-box 
-  {
-    border-top            : 1px solid #9C9CFF;
-  }
-
-.autocomplete-search-engine 
-  {
-    padding               : 2px;
-  }
-
-.autocomplete-search-engine[menuactive="true"] 
-  {
-    background-color      : #008484;
-    color                 : #FFCF00;
-  }
-
-.autocomplete-search-engine-img 
-  {
-    margin-right          : 4px;
-  }
-
-