/* * 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-panels-splitter[state="collapsed"] { margin-bottom: 0px; } #sidebar-splitter { -moz-border-radius: 0px 5px 5px 0px; margin: 0px 3px 3px 0px; } #sidebar-box { margin: 0px 3px 3px 0px; 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; vertical-align: middle; } .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/content/sidebar/sidebarBindings.xml#texttab"); -moz-border-radius : 5px; border-top : 3px solid black; } .box-texttab[selected="true"] { border-bottom : 3px solid black; } /* .box-texttab[top-panel="true"] { background-color : #FF9F00; } .box-texttab[first-panel-after-selected="true"] { background-color : #FF9F00; } */ .box-texttab-right-space { -moz-border-radius : 5px; /* 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"); } */ .box-texttab-text-container > .box-texttab-text { -moz-border-radius : 5px; background-color : #FF9F00; padding : 5px 3px 3px 3px; color : #000000; } .box-texttab:hover > .box-texttab-text-container > .box-texttab-text, .box-texttab > .box-texttab-text-container:hover > .box-texttab-text, .box-texttab > .box-texttab-text-container > .box-texttab-text:hover { background-color : #FFCF00; color : #000000; } .box-texttab[selected="true"] > .box-texttab-text-container > .box-texttab-text { background-color : #008484; color : #FFCF00; font-weight : bold; }