add images that are referenced somewhere but not actually present
[themes.git] / EarlyBlue / chatzilla / chatzilla.css
CommitLineData
10d7e614
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
9ca9f6bd 4
cc7585ee 5@import url("chrome://communicator/skin/");
9ca9f6bd 6
7window {
8 width: 640px;
9 height: 480px;
10}
11
12#menu-view-none {
13 display: none;
14}
15
9ca9f6bd 16#header-url:hover {
17 text-decoration: underline;
18}
19
20#outer-box {
cc7585ee 21 margin: 5px;
9ca9f6bd 22}
23
cc7585ee
RK
24.toolbarbutton-menu-dropmarker {
25 margin-left: 0.5em;
9ca9f6bd 26}
27
28#input-widget,
29#input-widget-multiline {
30 border: 1px inset #CCD0DD;
31}
32
cc7585ee
RK
33#button-multiline-expand {
34 list-style-image:url("chrome://chatzilla/skin/images/multiline-expand.png");
9ca9f6bd 35}
36
cc7585ee
RK
37#button-multiline-contract {
38 list-style-image:url("chrome://chatzilla/skin/images/multiline-contract.png");
9ca9f6bd 39}
40
cc7585ee
RK
41#button-input {
42 list-style-image:url("chrome://chatzilla/skin/images/input-send.png");
9ca9f6bd 43}
44
cc7585ee
RK
45.highlight-menu-item:hover {
46 color: #000000 !important;
47 background: #336699 !important;
9ca9f6bd 48}
49
dc96f1d6
RK
50#user-list {
51 margin: 0;
2fef2a5d 52 border: 0px none;
dc96f1d6
RK
53}
54
cc7585ee
RK
55#view-tabs {
56 overflow: hidden;
9ca9f6bd 57}
58
cc7585ee
RK
59#views-tbar-spacer {
60 -moz-box-flex: 10000;
9ca9f6bd 61}
62
cc7585ee
RK
63#tabs-drop-indicator-bar {
64 position: relative;
65 margin-top: -3px;
66 -moz-margin-start: -5px;
67 height: 3px;
9ca9f6bd 68}
69
cc7585ee
RK
70#tabs-drop-indicator {
71 position: relative;
72 margin-bottom: -8px;
73 width: 11px;
74 height: 11px;
75 background: url("chrome://chatzilla/skin/images/drop-indicator-bottom.png") 50% 50% no-repeat;
88166091 76}
77
cc7585ee 78.view-button {
dc96f1d6
RK
79 /* Box model is 5px 5px 5px 6px in aggregate. Extra pixel on the left is for the separator. */
80 -moz-appearance: none;
2fef2a5d
RK
81 margin: 5px 0 0;
82/* border: none;
83 border-left: 1px solid ButtonShadow;*/
dc96f1d6
RK
84 padding: 0 5px;
85/*
86 background: Button;
87 color: ButtonText;
88 font: message-box;
89*/
90 text-shadow: none;
cc7585ee
RK
91 text-align: center;
92 max-width: 30ex;
93 -moz-box-flex: 1;
dc96f1d6
RK
94 -moz-box-orient: vertical;
95 -moz-box-align: stretch;
9ca9f6bd 96}
97
dc96f1d6 98.view-button:first-child {
9ca9f6bd 99}
100
dc96f1d6
RK
101.view-button::before {
102 content: " ";
103 display: -moz-box;
2fef2a5d
RK
104 margin: -5px -6px 0 -6px;
105 height: 5px;
106 border-left: 1px outset #CCD0DD;
107 border-right: 1px outset #CCD0DD;
9ca9f6bd 108}
109
dc96f1d6
RK
110.view-button[state="superfluous"]::before {
111 background-color: #666699;
9ca9f6bd 112}
113
dc96f1d6
RK
114.view-button[state="activity"]::before {
115 background-color: #336699;
9ca9f6bd 116}
117
dc96f1d6
RK
118.view-button[state="attention"]::before {
119 background-color: red;
120}
121
122.view-button:hover,
123.view-button[state="current"] {
2fef2a5d
RK
124 margin: 0 0 0;
125/* border-left: none;
126 border-radius: 0 0 6px 6px;*/
127 padding: 5px 5px 0;
dc96f1d6
RK
128/*
129 background: Window;
130 color: WindowText;
131*/
132}
133
134.view-button[state="current"] + .view-button,
135.view-button:hover + .view-button:not([state="current"]) {
dc96f1d6
RK
136}
137
138.view-button[state="current"] {
139 position: relative; /* So it visually appears above the tabs either side. */
140/* border: 2px solid ButtonShadow;*/
141 border-top: none;
2fef2a5d 142 padding: 5px 5px 3px 5px;
9ca9f6bd 143}
144
cc7585ee 145treecol {
88166091 146 border: none;
147}
148
cc7585ee
RK
149/* we need to define both the : and :: versions of the treechildren selector
150 * so that we work on both 1.5 and pre 1.5 builds.
151 *
152 * The userlist can be in one of two state. In "symbol", the user's
88166091 153 * channel mode is shown as a @ or + image, while in "graphic" mode, the
154 * image is one of the LED images.
155 */
156
157/* no mode */
158treechildren::-moz-tree-image {
cc7585ee
RK
159 list-style-image: url("chrome://chatzilla/skin/images/no-symbol.png");
160}
161
88166091 162#user-list[mode="graphic"] treechildren::-moz-tree-image {
cc7585ee 163 list-style-image: url("chrome://chatzilla/skin/images/no-graphic.png");
88166091 164}
165
166/* voice */
167treechildren::-moz-tree-image(voice-true) {
cc7585ee
RK
168 list-style-image: url("chrome://chatzilla/skin/images/voice-symbol.png");
169}
170
88166091 171#user-list[mode="graphic"] treechildren::-moz-tree-image(voice-true) {
cc7585ee 172 list-style-image: url("chrome://chatzilla/skin/images/voice-graphic.png");
88166091 173}
174
175/* half-chanop */
176treechildren::-moz-tree-image(halfop-true) {
cc7585ee
RK
177 list-style-image: url("chrome://chatzilla/skin/images/halfop-symbol.png");
178}
179
88166091 180#user-list[mode="graphic"] treechildren::-moz-tree-image(halfop-true) {
cc7585ee 181 list-style-image: url("chrome://chatzilla/skin/images/halfop-graphic.png");
88166091 182}
183
184/* chanop */
185treechildren::-moz-tree-image(op-true) {
cc7585ee
RK
186 list-style-image: url("chrome://chatzilla/skin/images/op-symbol.png");
187}
188
88166091 189#user-list[mode="graphic"] treechildren::-moz-tree-image(op-true) {
cc7585ee 190 list-style-image: url("chrome://chatzilla/skin/images/op-graphic.png");
9ca9f6bd 191}
192
cc7585ee 193/* admin */
cc7585ee
RK
194treechildren::-moz-tree-image(admin-true) {
195 list-style-image: url("chrome://chatzilla/skin/images/admin-symbol.png");
196}
197
cc7585ee
RK
198#user-list[mode="graphic"] treechildren::-moz-tree-image(admin-true) {
199 list-style-image: url("chrome://chatzilla/skin/images/admin-graphic.png");
200}
201
202/* founder */
cc7585ee
RK
203treechildren::-moz-tree-image(founder-true) {
204 list-style-image: url("chrome://chatzilla/skin/images/founder-symbol.png");
205}
206
cc7585ee
RK
207#user-list[mode="graphic"] treechildren::-moz-tree-image(founder-true) {
208 list-style-image: url("chrome://chatzilla/skin/images/founder-graphic.png");
209}
210
211/* away */
cc7585ee
RK
212treechildren::-moz-tree-cell-text(away-true) {
213 color: #808080;
214 font-style: italic;
215}
216
cc7585ee
RK
217treechildren::-moz-tree-cell-text(away-false) {
218}
219
220menuitem[header="true"] {
221 text-align: center;
222}
223
224.colorGrid
225{
5273e288 226 width: 24px;
227 height: 16px;
cc7585ee 228 border: 1px solid #000000;
5273e288 229 -moz-box-align: center;
230 -moz-box-pack: center;
9ca9f6bd 231}
232
cc7585ee
RK
233#colorTooltip
234{
5273e288 235 padding: 0px;
236 -moz-box-align: center;
237 -moz-box-pack: center;
9ca9f6bd 238}
cc7585ee
RK
239
240/* Feel the hacks. */
241progressmeter[mode="undetermined"] {
242 -moz-appearance: none;
243}
244
245[dir="ltr"] {
246 direction: ltr;
247}
248
249[dir="rtl"] {
250 direction: rtl;
251}
252
dc96f1d6
RK
253#input-splitter {
254 margin: 4px 0 0 0;
255}
256
257#input-widgets {
258 margin: 4px 0;
259}
260
261#server-nick, #button-multiline-expand, #button-input, #button-multiline-contract {
262 margin: 0;
263}
264
265#input, #multiline-input {
266 margin: 0 4px;
267}
268
cc7585ee
RK
269/* Hack; Stop the status-bar from distorting without a security icon */
270#status-text {
271 min-height: 17px;
272}
273
274#status-text[notice="true"] {
275 font-weight: bold;
276}
277
278#security-button {
279 min-width: 20px;
280}
281
cf89ee7b 282#security-button:not([level="high"]):not([level="broken"]) {
cc7585ee
RK
283 display: none;
284}
285
286#security-button[level="high"] > image {
287 list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif");
288}
289
cc7585ee
RK
290#security-button[level="broken"] > image {
291 list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif");
292}
293
294/* prevent margins of a value-less label from shifting the image */
295#security-button > label:not([value]) {
296 display: none;
297}
298
263306f6
RK
299#alert-status[alertstate="off"] {
300 list-style-image: url("chrome://chatzilla/skin/images/spbubble-off.png");
301}
302
303#alert-status[alertstate="on"] {
304 list-style-image: url("chrome://chatzilla/skin/images/spbubble-on.png");
305}
306
307#logging-status[loggingstate="off"] {
308 list-style-image: url("chrome://chatzilla/skin/images/logging-off.png");
309}
310
311#logging-status[loggingstate="on"] {
312 list-style-image: url("chrome://chatzilla/skin/images/logging-on.png");
313}
314
cc7585ee
RK
315#offline-status[offlinestate="offline"] {
316 list-style-image: url("chrome://communicator/skin/icons/offline.gif");
317}
318
319#offline-status[offlinestate="online"] {
320 list-style-image: url("chrome://communicator/skin/icons/online.gif");
321}
322
323/* Focus styling for a11y reasons */
324#user-list-box[focusobvious="true"], #browser-box[focusobvious="true"],
325#multiline-hug-box[focusobvious="true"], #singleline-hug-box[focusobvious="true"] {
dc96f1d6 326 outline: 2px solid #336699;
cc7585ee 327}