X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fskin%2Fsidebar%2Fsidebar.css;fp=EarlyBlue%2Fcommunicator%2Fskin%2Fsidebar%2Fsidebar.css;h=0000000000000000000000000000000000000000;hb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;hp=dd4c319cd5de25f828ba9bdfd61fdda71579971b;hpb=f9d85c46811df759b60bf2baf9d461f79e8b0a17;p=themes.git diff --git a/EarlyBlue/communicator/skin/sidebar/sidebar.css b/EarlyBlue/communicator/skin/sidebar/sidebar.css deleted file mode 100755 index dd4c319c..00000000 --- a/EarlyBlue/communicator/skin/sidebar/sidebar.css +++ /dev/null @@ -1,173 +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 - */ - -@import url(chrome://global/skin/splitter.css); - -/* -#sidebar-splitter { - margin-right: 0px; - margin-top: 0px; - padding: 0px; - border: none; - min-width: 10px; - border-left: 1px solid #9999CC; - border-right: 1px solid #9999CC; - background-color: #CCD0DD; -/* -moz-binding: url("chrome://communicator/skin/sidebar/sidebarSplitterBindings.xml#sidebar-splitter"); */ -} -*/ - -/* -#sidebar-status-grippy { - padding: 2px 2px 2px 0px; - background-color: #CCD0DD; - 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: 0px; - border: none; - border-bottom: 0px solid #CCD0DD; -} - -.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: #CCD0DD; - background-color: #666699; - border: 0px !important; - padding-left: 4px; - -moz-box-align: center; -} -.sidebarheader-main > .sidebar-header-text { - font-weight: bold; - margin: 2px; -} - -#sidebar-panel-picker > .menubutton-internal-box > .menubutton-single-icon - { - list-style-image : url(chrome://global/skin/mb-single-arrow-right.gif); - } - -/** - * texttab folder lookalike e.g. for sidebar panel headers - */ - .box-texttab - { - -moz-binding : url("chrome://communicator/skin/sidebar/sidebarBindings.xml#panelheader"); - background-color : #CCD0DD; -/* padding-top : 2px; */ - } - - .box-texttab[selected="true"] - { - border-bottom : 1px solid #FFFFFF; - } - - .box-texttab[top-panel="true"] - { -/* background-color : #666699; */ - } - - .box-texttab[first-panel-after-selected="true"] - { -/* background-color : #FFFFFF; */ - } - - -/* - .box-texttab-right-space - { - width : 30px; - border-bottom : 1px solid #000000; - } - - .box-texttab[last-panel="true"] > .box-texttab-right-space - { - border-bottom : none; - } - - .box-texttab[last-panel="true"][selected="true"] > .box-texttab-right-space - { - border-bottom : 1px solid #000000; - } - - .box-texttab-left - { - list-style-image : url("chrome://global/skin/tab-leftedge.gif"); - } - - .box-texttab-right - { - list-style-image : url("chrome://global/skin/tab-rightedge.gif"); - } - - .box-texttab[selected="true"] > .box-texttab-left - { - list-style-image : url("chrome://global/skin/seltab-leftedge.gif"); - } - - .box-texttab[selected="true"] > .box-texttab-right - { - list-style-image : url("chrome://global/skin/seltab-rightedge.gif"); - } -*/ - - .panelheader-text - { - border-top : 1px outset #CCD0DD; - border-bottom : 1px outset #CCD0DD; - padding : 5px 3px 3px 3px; - color : #000000; - } - - .box-texttab[selected="true"] > .panelheader-box > .panelheader-text - { - border-top : 1px solid transparent; - border-bottom : 1px solid transparent; - background-color : #FFFFFF; - font-weight : bold; - }