From 170261eebdcbd2e03582763c8a54e71b2a2d7c5b Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Thu, 27 Jul 2006 14:51:00 +0000 Subject: [PATCH] removing redundant skin files --- suite/common/sidebar/sidebarOverlay.css | 183 ------------------------ 1 file changed, 183 deletions(-) delete mode 100644 suite/common/sidebar/sidebarOverlay.css diff --git a/suite/common/sidebar/sidebarOverlay.css b/suite/common/sidebar/sidebarOverlay.css deleted file mode 100644 index 97e5964e67df..000000000000 --- a/suite/common/sidebar/sidebarOverlay.css +++ /dev/null @@ -1,183 +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 - */ - -#sidebar-splitter { - margin-right: 1px; - margin-top: 1px; - padding: 0px; - border: none; - background-color: #003366; -} - -#sidebar-topright-cap { - min-height: 8px; - background-repeat: no-repeat; - background-position: 100% 0%; - background-image: - url("chrome://communicator/skin/sidebar/sidebar-topright-cap.gif"); -} - -#sidebar-bottomright-cap { - min-height: 8px; - background-repeat: no-repeat; - background-position: 100% 100%; - background-image: - url("chrome://communicator/skin/sidebar/sidebar-bottomright-cap.gif"); -} - -#sidebar-splitter > grippy { - margin: 0px; - padding: 0px; - border: 2px solid #003366; - background-color: #6699CC; - background-image: - url("chrome://communicator/skin/sidebar/sbgrippy-left.gif"); - background-repeat: no-repeat; - background-position: 50% 50%; -} - -#sidebar-splitter > grippy:hover, -#sidebar-splitter > grippy:active { - background-color: #99CCFF; - background-image: - url("chrome://communicator/skin/sidebar/sbgrippy-left-hover.gif"); -} - -#sidebar-splitter[collapsed="true"] > grippy { - background-image: - url("chrome://communicator/skin/sidebar/sbgrippy-right.gif"); -} - -#sidebar-splitter[collapsed="true"] > grippy:hover, -#sidebar-splitter[collapsed="true"] > grippy:active { - background-image: - url("chrome://communicator/skin/sidebar/sbgrippy-right-hover.gif"); -} - -#sidebar-status-grippy { - padding: 2px 2px 2px 0px; - background-color: #003366; - background-image: - url("chrome://communicator/skin/sidebar/sidebar-open.gif"); -} -#sidebar-status-grippy:hover { - background-image: - url("chrome://communicator/skin/sidebar/sidebar-open-hover.gif"); -} -#sidebar-status-grippy[open="true"] { - background-image: - url("chrome://communicator/skin/sidebar/sidebar-close.gif"); -} -#sidebar-status-grippy[open="true"]:hover { - background-image: - url("chrome://communicator/skin/sidebar/sidebar-close-hover.gif"); -} - -/**/ - -#sidebar-box { - margin-top: 1px; - width: 162px; - min-height: 1px; - min-width: 30px; - max-width: 400px; - border: none; - border-bottom: 8px solid #003366; -} - -#sidebar-panels { - min-width: 1px; - min-height: 10px; - margin-top: 1px; -} - -.text-panel-loading { - margin: 5px 0px; -} -.image-panel-loading { - margin: 5px; - list-style-image: url("resource:/res/rdf/loading.gif"); -} - -.iframe-panel { - min-width: 1px; - min-height: 1px; -} - -/* - * Sidebar and Panel title buttons - */ -sidebarheader[type="box"] { - behavior: url(chrome://global/content/globalBindings.xml#sidebar-header-box); -} -sidebarheader[type="splitter"] { - behavior: url(chrome://global/content/globalBindings.xml#sidebar-header-splitter); - /* a vertical splitter */ - cursor: n-resize; -} - -.sidebarheader-main { - color: #CCFFFF; - background-color: #003366; - border: 0px !important; - padding-left: 4px; - min-width: 1px; - min-height: 1px; -} -.sidebarheader-main > text { - font-weight: bold; - margin: 2px; -} - -#sidebar-panel-picker:hover { - background-color: #336699; -} -#sidebar-panel-picker > .menu-right { - list-style-image: url("chrome://global/skin/toolbar-menu-arrow.gif"); - padding-right: 2px; -} -#sidebar-panel-picker > .menu-text { - color: #CCFFFF; - padding-left: 4px; -} -#sidebar-panel-picker > .menu-accel { - display: none; -} - -.texttab.texttab-sidebar { - background-color: #CCCCCC; - padding: 0px; - margin: 0px; -} -.texttab.texttab-sidebar[top-panel="true"], -.texttab.texttab-sidebar[first-panel-after-selected="true"] { - background-color: white; -} -.texttab.texttab-sidebar > .remain-space { - width: 30px; - min-width: 1px; -} -.texttab.texttab-sidebar[last-panel="true"] > .remain-space { - border-bottom: none; -} -.texttab.texttab-sidebar[last-panel="true"][selected="true"] > .remain-space { - border-bottom: 1px solid black; -}