removing old LCARStrek
[themes.git] / LCARStrek / communicator / skin / sidebar / sidebar.css
diff --git a/LCARStrek/communicator/skin/sidebar/sidebar.css b/LCARStrek/communicator/skin/sidebar/sidebar.css
deleted file mode 100755 (executable)
index b2e1dc8..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-/* 
- * 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 Mozilla Communicator.
- * 
- * The Initial Developer of the Original Code is Netscape
- * Communications Corp. Portions created by Netscape Communications
- * Corp. are Copyright (C) 1999 Netscape Communications Corp. All
- * Rights Reserved.
- * 
- * Contributor(s): Stephen Lamm <slamm@netscape.com>
- */
-@import url(chrome://global/skin/splitter.css);
-
-#sidebar-panels-splitter[state="collapsed"] {
-    margin-bottom: 0px;
-}
-
-#sidebar-splitter {
-    border-top: none;
-    border-bottom: none;
-}
-
-#sidebar-splitter[state="collapsed"] {
-    margin-left: 0px;
-}
-
-
-#sidebar-box {
-    margin-bottom: 3px;
-    border: none;
-}
-
-.text-panel-loading {
-    margin: 5px 0px;
-}
-
-.image-panel-loading {
-    margin: 5px;
-    list-style-image: url("chrome://global/skin/loading.gif"); 
-}
-
-/*
- *    Sidebar and Panel title buttons
- */
-
-.sidebarheader-main {
-    color: #FF9F00;
-    background-color: #6000CF;
-    border: none;
-    padding-left: 4px;
-    -moz-box-align: center;
-}
-
-.sidebar-header-text {
-    font-weight: bold;
-    margin: 3px;
-}
-
-#sidebar-panel-picker
-  {
-    margin-right: 5px;
-  }
-
-#sidebar-panel-picker > .menubutton-internal-box
-  {
-    padding-top: 5px;
-    padding-bottom: 3px;
-  }
-
-#sidebar-panel-picker > .menubutton-internal-box > .menubutton-single-icon
-  {
-      list-style-image   : url(chrome://global/skin/mb-single-arrow-right.gif);
-  }
-
-#sidebar-panel-picker:hover > .menubutton-internal-box > .menubutton-single-icon,
-#sidebar-panel-picker[open="true"] > .menubutton-internal-box > .menubutton-single-icon
-  {
-      list-style-image   : url(chrome://global/skin/mb-single-arrow-right-hover.gif);
-  }
-
-/**
- * texttab folder lookalike e.g. for sidebar panel headers
- */
-  .box-texttab
-   {
-      -moz-binding        : url("chrome://communicator/skin/sidebar/sidebarBindings.xml#panelheader");
-      -moz-border-radius  : 5px;
-      border-top          : 3px solid black;
-    }
-
-  .box-texttab[selected="true"]
-    {
-      border-bottom       : 3px solid black;
-    }
-
-  .box-texttab-right-space 
-    {
-      -moz-border-radius  : 5px;
-    }
-
-
-  .panelheader-text
-    {
-      -moz-border-radius  : 5px;
-      background-color    : #FF9F00;
-      padding             : 5px 3px 3px 3px;
-      color               : #000000;
-    }
-
-  .box-texttab:hover > .panelheader-box > .panelheader-text,
-  .box-texttab > .panelheader-box > .panelheader-text:hover
-    {
-      background-color    : #FFCF00;
-      color               : #000000;
-    }
-
-  .box-texttab > .panelheader-box[selected="true"] > .panelheader-text,
-  .box-texttab:hover > .panelheader-box[selected="true"] > .panelheader-text,
-  .box-texttab > .panelheader-box[selected="true"] > .panelheader-text:hover
-    {
-      background-color    : #008484;
-      color               : #FFCF00;
-      font-weight         : bold;
-    }
-
-