1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
14 * The Original Code is "Classic" theme of mozilla.org code.
16 * The Initial Developer of the Original Code is
17 * the Mozilla Organization.
18 * Portions created by the Initial Developer are Copyright (C) 1998-2001
19 * the Initial Developer. All Rights Reserved.
22 * Robert Kaiser <KaiRo@KaiRo.at>
24 * Alternatively, the contents of this file may be used under the terms of
25 * either the GNU General Public License Version 2 or later (the "GPL"), or
26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
30 * use your version of this file under the terms of the MPL, indicate your
31 * decision by deleting the provisions above and replace them with the notice
32 * and other provisions required by the GPL or the LGPL. If you do not delete
33 * the provisions above, a recipient may use your version of this file under
34 * the terms of any one of the MPL, the GPL or the LGPL.
36 * ***** END LICENSE BLOCK ***** */
38 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
40 /* ::::: sidebar container ::::: */
45 background-color: #CCD0DD;
48 /* ::::: sidebar header ::::: */
53 background-color: #666699;
54 -moz-padding-start: 4px;
57 #sidebar-panel-picker {
61 .sidebar-header-text {
65 /* ..... close button ..... */
67 #sidebar-close-button {
68 -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
70 -moz-padding-start: 4px;
71 list-style-image: url("chrome://global/skin/icons/close-button.gif");
74 /* ::::: sidebar panel ::::: */
76 .sidebar-iframe-no-panels,
78 background-color: #FFFFFF;
82 .iframe-panel, .browser-sidebar {
85 /* ::::: loading info ::::: */
91 .text-panel-loading[loading="false"] {
92 -moz-margin-start: 11px;
95 .image-panel-loading {
97 list-style-image: url("chrome://global/skin/icons/loading.gif");
100 /* ::::: sidebar tabs ::::: */
103 -moz-binding: url("chrome://communicator/skin/sidebar/sidebarBindings.xml#sbtab");
105 background-color: #CCD0DD;
108 border-top: 1px outset #CCD0DD;
109 border-bottom: 1px outset #CCD0DD;
112 .box-texttab[selected="true"],
113 .box-texttab[selected="true"]:hover,
114 .box-texttab[selected="true"]:hover:active {
115 background-color: #336699;
116 border-top: 1px solid #336699;
118 -moz-padding-start: 0px;
121 .box-texttab[last-panel="true"],
122 .box-texttab[last-panel="true"]:hover,
123 .box-texttab[last-panel="true"]:hover:active,
124 .box-texttab[last-panel="true"][selected="true"],
125 .box-texttab[last-panel="true"][selected="true"]:hover,
126 .box-texttab[last-panel="true"][selected="true"]:hover:active {
131 margin: 0px !important;
136 list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
142 background: url("chrome://global/skin/toolbar/tbgrip-texture.gif") repeat-y;
149 background-color: #DDDDDD;
152 .box-texttab:hover:active {
153 background-color: #6699FF;
156 .box-texttab[selected="true"],
157 .box-texttab[selected="true"]:hover {
162 .box-texttab[last-panel="true"],
163 .box-texttab[selected="true"] {
167 .sbtab-twisty[selected="true"] {
168 list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
171 /* ::::: sidebar navigation buttons ::::: */
173 .sidebar-nav-button {
174 -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
179 list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
183 list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");