2 * The contents of this file are subject to the Mozilla Public
3 * License Version 1.1 (the "License"); you may not use this file
4 * except in compliance with the License. You may obtain a copy of
5 * the License at http://www.mozilla.org/MPL/
7 * Software distributed under the License is distributed on an "AS
8 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9 * implied. See the License for the specific language governing
10 * rights and limitations under the License.
12 * The Original Code is Mozilla JSIRC Library.
14 * The Initial Developer of the Original Code is New Dimensions Consulting,
15 * Inc. Portions created by New Dimensions Consulting, Inc. are
16 * Copyright (C) 1999 New Dimenstions Consulting, Inc. All
20 * Robert Ginda, rginda@ndcico.com, original author
21 * Robert Kaiser, KaiRo@KaiRo.at, skinning
23 * Styles for UI, See output-default.css for output window styles
27 @import url(chrome://communicator/skin/);
38 #tabpanels-contents-box {
43 text-decoration: underline;
62 #input-widget-multiline {
63 border: 1px inset #CCD0DD;
66 .highlight-menu-item:hover {
67 color: #000000 !important;
68 background: #336699 !important;
72 /* do NOT set color, at least not without background. :) */
75 .view-button[state="current"] {
79 .view-button[state="superfluous"] {
83 .view-button[state="activity"] {
87 .view-button[state="attention"] {
91 /* spaces after the 4th and 8th tab, so you can line them up with your Fn
93 .view-button[viewKey="4"],
94 .view-button[viewKey="8"] {
98 .header-box, .usercount-data {
127 #channel-topic[editable="true"] {
132 border: 1px inset #CCD0DD;
139 treechildren::-moz-tree-cell-text {
143 /* The userlist can be in one of two state. In "symbol", the user's
144 * channel mode is shown as a @ or + image, while in "graphic" mode, the
145 * image is one of the LED images.
149 treechildren::-moz-tree-image {
150 list-style-image: url(chrome://chatzilla/skin/images/no-symbol.gif);
154 #user-list[mode="graphic"] treechildren::-moz-tree-image {
155 list-style-image: url(chrome://chatzilla/skin/images/no-graphic.gif);
159 treechildren::-moz-tree-image(voice-true) {
160 list-style-image: url(chrome://chatzilla/skin/images/voice-symbol.gif);
163 #user-list[mode="graphic"] treechildren::-moz-tree-image(voice-true) {
164 list-style-image: url(chrome://chatzilla/skin/images/voice-graphic.gif);
168 treechildren::-moz-tree-image(halfop-true) {
169 list-style-image: url(chrome://chatzilla/skin/images/halfop-symbol.gif);
172 #user-list[mode="graphic"] treechildren::-moz-tree-image(halfop-true) {
173 list-style-image: url(chrome://chatzilla/skin/images/halfop-graphic.gif);
177 treechildren::-moz-tree-image(op-true) {
178 list-style-image: url(chrome://chatzilla/skin/images/op-symbol.gif);
181 #user-list[mode="graphic"] treechildren::-moz-tree-image(op-true) {
182 list-style-image: url(chrome://chatzilla/skin/images/op-graphic.gif);
188 border: 1px solid black;
189 -moz-box-align: center;
190 -moz-box-pack: center;
195 -moz-box-align: center;
196 -moz-box-pack: center;