update both themes for suite default changes up to 2010-12-30
[themes.git] / LCARStrek / navigator / navigator.css
CommitLineData
351107c9 1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 *
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/
8 *
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
12 * License.
13 *
14 * The Original Code is "Classic" theme of mozilla.org code.
15 *
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.
20 *
21 * Contributor(s):
22 * Robert Kaiser <KaiRo@KaiRo.at>
23 *
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.
35 *
36 * ***** END LICENSE BLOCK ***** */
37
3d6dd546 38/** Contains style definitions for the navigator application
351107c9 39 **/
40
b1eaa419 41@import url("chrome://navigator/content/navigator.css");
42@import url("chrome://communicator/skin/");
b1eaa419 43@import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css");
351107c9 44
45@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
46
47/********** resource bundle binding **********/
48
b1eaa419 49/* ::::: primary toolbar buttons ::::: */
351107c9 50
b1eaa419 51#back-button {
e10e7add
RK
52 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
53 -moz-image-region: rect(42px 25px 63px 0px);
b1eaa419 54}
351107c9 55
c710949d
RK
56#back-button[disabled="true"] {
57 -moz-image-region: rect(42px 50px 63px 25px);
b1eaa419 58}
59
c710949d
RK
60#back-button:not([disabled="true"]):hover,
61#back-button:not([disabled="true"]):hover:active,
62#back-button[open="true"] {
63 -moz-image-region: rect(42px 75px 63px 50px);
b1eaa419 64}
65
66#forward-button {
e10e7add
RK
67 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
68 -moz-image-region: rect(63px 25px 84px 0px);
b1eaa419 69}
351107c9 70
c710949d
RK
71#forward-button[disabled="true"] {
72 -moz-image-region: rect(63px 50px 84px 25px);
b1eaa419 73}
351107c9 74
c710949d
RK
75#forward-button:not([disabled="true"]):hover,
76#forward-button:not([disabled="true"]):hover:active,
77#forward-button[open="true"] {
78 -moz-image-region: rect(63px 75px 84px 50px);
b1eaa419 79}
80
81#reload-button {
c710949d
RK
82 list-style-image: url("chrome://navigator/skin/icons/navigatoricons.png");
83 -moz-image-region: rect(0px 25px 21px 0px);
b1eaa419 84}
351107c9 85
c710949d
RK
86#reload-button[disabled="true"] {
87 -moz-image-region: rect(0px 50px 21px 25px);
b1eaa419 88}
89
c710949d
RK
90#reload-button:not([disabled="true"]):hover,
91#reload-button:not([disabled="true"]):hover:active {
92 -moz-image-region: rect(0px 75px 21px 50px);
b1eaa419 93}
94
95#stop-button {
e10e7add
RK
96 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
97 -moz-image-region: rect(21px 25px 42px 0px);
b1eaa419 98}
351107c9 99
c710949d
RK
100#stop-button[disabled="true"] {
101 -moz-image-region: rect(21px 50px 42px 25px);
3d6dd546 102}
351107c9 103
c710949d
RK
104#stop-button:not([disabled="true"]):hover,
105#stop-button:not([disabled="true"]):hover:active {
106 -moz-image-region: rect(21px 75px 42px 50px);
3d6dd546 107}
b1eaa419 108
109#print-button {
e10e7add
RK
110 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
111 -moz-image-region: rect(0px 25px 21px 0px);
b1eaa419 112}
351107c9 113
c710949d
RK
114#print-button[disabled="true"] {
115 -moz-image-region: rect(0px 50px 21px 25px);
b1eaa419 116}
117
c710949d
RK
118#print-button:not([disabled="true"]):hover,
119#print-button:not([disabled="true"]):hover:active,
120#print-button[open="true"] {
121 -moz-image-region: rect(0px 75px 21px 50px);
b1eaa419 122}
351107c9 123
0ef1663c
RK
124#home-button {
125 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
126 -moz-image-region: rect(84px 25px 105px 0px);
127}
128
129#home-button[disabled="true"] {
130 -moz-image-region: rect(84px 50px 105px 25px);
131}
132
133#home-button:not([disabled="true"]):hover,
134#home-button:not([disabled="true"]):hover:active {
135 -moz-image-region: rect(84px 75px 105px 50px);
136}
137
b1e5c9b1 138#clear-button {
139 list-style-image: url("chrome://global/skin/icons/close-button.gif");
140}
141
61290d60 142#clear-button:hover {
143 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
144}
145
80916bc4 146/* ::::: small primary toolbar buttons ::::: */
147
0ef1663c
RK
148toolbar[iconsize="small"] > #back-button {
149 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
150 -moz-image-region: rect(32px 16px 48px 0);
151}
152
153toolbar[iconsize="small"] > #back-button[disabled="true"] {
154 -moz-image-region: rect(32px 32px 48px 16px) !important;
155}
156
157toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover,
158toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover:active {
159 -moz-image-region: rect(32px 48px 48px 32px);
160}
161
162toolbar[iconsize="small"] > #forward-button {
163 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
164 -moz-image-region: rect(48px 16px 64px 0);
165}
166
167toolbar[iconsize="small"] > #forward-button[disabled="true"] {
168 -moz-image-region: rect(48px 32px 64px 16px) !important;
169}
170
171toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover,
172toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover:active {
173 -moz-image-region: rect(48px 48px 64px 32px);
174}
175
176toolbar[iconsize="small"] > #reload-button {
177 list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
178 -moz-image-region: rect(0 16px 16px 0);
179}
180
181toolbar[iconsize="small"] > #reload-button[disabled="true"] {
182 -moz-image-region: rect(0 32px 16px 16px) !important;
183}
184
185toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover,
186toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover:active {
187 -moz-image-region: rect(0 48px 16px 32px);
188}
189
190toolbar[iconsize="small"] > #stop-button {
191 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
192 -moz-image-region: rect(16px 16px 32px 0);
193}
194
195toolbar[iconsize="small"] > #stop-button[disabled="true"] {
196 -moz-image-region: rect(16px 32px 32px 16px) !important;
197}
198
199toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover,
200toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover:active {
201 -moz-image-region: rect(16px 48px 32px 32px);
202}
203
204toolbar[iconsize="small"] > #print-button {
205 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
206 -moz-image-region: rect(0 16px 16px 0);
207}
208
209toolbar[iconsize="small"] > #print-button[disabled="true"] {
210 -moz-image-region: rect(0 32px 16px 16px) !important;
211}
212
213toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover,
214toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
215 -moz-image-region: rect(0 48px 16px 32px);
216}
217
218toolbar[iconsize="small"] > #home-button {
219 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
220 -moz-image-region: rect(64px 16px 80px 0);
221}
222
223toolbar[iconsize="small"] > #home-button[disabled="true"] {
224 -moz-image-region: rect(64px 32px 80px 16px) !important;
225}
226
227toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover,
228toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover:active {
229 -moz-image-region: rect(64px 48px 80px 32px);
230}
231
80916bc4 232/* ::::: fullscreen window controls ::::: */
233
234#window-controls {
235 -moz-box-align: center;
862a6f44 236 padding: 0 1px;
e20d243c 237 border-left: 3px solid #000000;
862a6f44 238 -moz-margin-start: 2px;
e20d243c 239}
240
241#window-controls > toolbarbutton {
862a6f44
RK
242 padding: 3px;
243 -moz-padding-start: 2px;
244 -moz-padding-end: 1px;
80916bc4 245}
246
7a7b11b3
RK
247toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
248 display: -moz-box;
249}
250
80916bc4 251#minimize-button {
252 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
253}
254
e20d243c 255#minimize-button:hover {
256 list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
257}
258
80916bc4 259#restore-button {
260 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
261}
262
e20d243c 263#restore-button:hover {
264 list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
265}
266
80916bc4 267#close-button {
268 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
269}
270
e20d243c 271#close-button:hover {
272 list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
273}
274
b1eaa419 275/* ::::: nav-bar-inner ::::: */
276
d1476608 277.nav-bar-class {
c710949d
RK
278 -moz-padding-start: 1px;
279 -moz-padding-end: 1px;
b1eaa419 280 min-width: 0px;
c710949d 281 -moz-box-align: center;
b1eaa419 282}
283
284#urlbar {
569543b3 285 border-radius: 5px;
c710949d
RK
286 margin: 0;
287 -moz-margin-start: 3px;
2c8f3260
RK
288}
289
290#urlbar > .autocomplete-textbox-container {
569543b3 291 border-radius: 3px 0 0 3px;
2c8f3260 292 padding: 2px;
b1eaa419 293}
294
d84b9613 295#urlbar[level="high"] > .autocomplete-textbox-container,
296#urlbar[level="low"] > .autocomplete-textbox-container {
297 background-color: #FFCF00;
298 color: #000000;
299}
300
e8fc8e8e
RK
301#wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > .button-toolbar,
302#wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > #urlbar > .urlbar-icons {
303 display: none;
304}
305
fb2b5761
RK
306/* ::::: notification popups ::::: */
307
308#notification-popup {
309 padding: 10px;
310 margin-top: 3px;
311}
312
313.popup-notification-icon {
314 width: 64px;
315 height: 64px;
316 -moz-margin-end: 10px;
317}
318
319.popup-notification-icon[popupid="geolocation"] {
320 list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png");
321}
322
a3b6328b
RK
323.popup-notification-icon[popupid="addon-install-disabled"],
324.popup-notification-icon[popupid="addon-install-blocked"],
325.popup-notification-icon[popupid="addon-install-failed"],
326.popup-notification-icon[popupid="addon-install-complete"] {
327 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
328 width: 32px;
329 height: 32px;
330}
331
fb2b5761
RK
332.popup-notification-icon[popupid="password-save"] {
333 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
334}
335
336/* Notification icon box */
337#notification-popup-box {
338 -moz-margin-end: 3px;
339}
340
341.notification-anchor-icon:-moz-focusring {
342 outline: 1px dotted;
343}
344
345#geo-notification-icon {
346 list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png");
347 width: 16px;
348 height: 16px;
349}
350
a3b6328b
RK
351#addons-notification-icon {
352 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
353 width: 16px;
354 height: 16px;
355}
356
fb2b5761
RK
357#password-notification-icon {
358 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
359 width: 16px;
360 height: 16px;
361}
362
b1eaa419 363/* ::::: page proxy icon ::::: */
3d6dd546 364
b1eaa419 365#page-proxy-deck,
366#page-proxy-favicon,
367#page-proxy-button {
368 width: 16px;
369 height: 16px;
370}
351107c9 371
372#page-proxy-deck {
d2f0d128 373 cursor: -moz-grab;
2c8f3260 374 margin: 0;
3d6dd546 375}
351107c9 376
b1eaa419 377#page-proxy-button {
3d6dd546 378 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
3d6dd546 379}
380
b1eaa419 381#page-proxy-favicon {
382 list-style-image: none;
3d6dd546 383}
351107c9 384
b1eaa419 385/* ::::: autocomplete ::::: */
386
01fc5c11 387.autocomplete-treebody::-moz-tree-cell-text(value) {
e8fc8e8e 388 -moz-padding-start: 13px;
b1eaa419 389}
390
01fc5c11 391.autocomplete-treebody::-moz-tree-cell-text(comment) {
b1eaa419 392 color: #E7ADE7;
393/* font-style: italic; */
351107c9 394}
395
b1eaa419 396.autocomplete-search-box {
397 border-top: 1px solid #FF9F00;
398 background-color: #9C9CFF;
399 color: #000000;
3d6dd546 400}
351107c9 401
b1eaa419 402.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
403 border-top: 1px solid #9C9CFF;
351107c9 404}
351107c9 405
b1eaa419 406.autocomplete-search-engine {
407 padding: 2px;
3d6dd546 408}
351107c9 409
b1eaa419 410.autocomplete-search-engine[menuactive="true"] {
411 background-color: #008484;
412 color: #FFCF00;
3d6dd546 413}
351107c9 414
b1eaa419 415.autocomplete-search-engine-img {
8caa872d 416 -moz-margin-end: 4px;
b1eaa419 417}
418
f8bb6584
RK
419.autocomplete-history-dropmarker:hover {
420 background-color: #FFCF00;
421}
422
423.autocomplete-history-dropmarker:hover:active,
424.autocomplete-history-dropmarker[open="true"] {
425 background-color: #FF9F00;
426}
427
b1eaa419 428/* ::::: go and searchbuttons ::::: */
429
3d6dd546 430#search-button,
351107c9 431#go-button {
c710949d 432 margin: 0;
6d73bd65 433 padding: 2px 0;
c710949d 434 -moz-margin-start: 2px;
b1eaa419 435 background-color: #000000;
351107c9 436}
437
3d6dd546 438#search-button:hover,
351107c9 439#go-button:hover {
b1eaa419 440 background-color: #FFCF00;
351107c9 441}
442
2c8f3260
RK
443/* care that those buttons base on the same min height of 16px that the urlbar
444 autocomplete box gets through site icon and urlbar icons at the right */
d1476608 445#search-button > .button-box,
2c8f3260
RK
446#go-button > .button-box {
447 min-height: 16px;
448}
449
b1eaa419 450#search-button {
451/* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
b1eaa419 452}
351107c9 453
7a7b11b3
RK
454/*
455toolbar[mode="text"] #search-button > .button-box > .button-icon,
456toolbar[mode="icons"] #search-button > .button-box > .button-text {
457 display: none;
458}
459*/
460
31e46317
RK
461/* ::::: throbber ::::: */
462
463#throbber-box {
464 -moz-margin-start: 2px;
465}
466
dc8e1207 467/* ::::: security button ::::: */
351107c9 468
aeb317b8
RK
469#security-button {
470 list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
471}
472
81012713 473#security-button > .statusbarpanel-contentbox > .statusbarpanel-text {
aeb317b8 474 margin: 0px;
b1eaa419 475}
351107c9 476
57d23eae 477/* |high| and |low| styles could be different, to better reflect the secure level... */
ff5bd775
RK
478#security-button[level="high"] > .statusbarpanel-contentbox,
479#security-button[level="low"] > .statusbarpanel-contentbox {
aeb317b8
RK
480 list-style-image: url("chrome://communicator/skin/icons/lock-secure-hover.png");
481 background-color: #FFCF00;
dc8e1207 482}
483
ff5bd775 484#security-button[level="broken"] > .statusbarpanel-contentbox {
aeb317b8
RK
485 list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif");
486 background-color: #FF0000;
487}
488
ff5bd775 489#security-button[label][level="high"] > .statusbarpanel-contentbox {
aeb317b8
RK
490 list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif");
491 background-color: #008484;
492 color: #FFCF00;
b1eaa419 493}
351107c9 494
d9954aaf
RK
495#ev-button {
496 list-style-image: url("chrome://communicator/skin/icons/identity.png");
497}
498
a3b3d4d6 499#popupIcon {
500 list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
501}
502
fb2b5761
RK
503#invalid-form-popup {
504 border: 1px solid #FFCF00;
505 border : 1px outset #FFFFCC;
506 padding: 2px 3px 0px 3px;
507 max-width: 40em;
508 background-color: #9C9CFF;
509 color: #000000;
510 font-weight: bold;
511}
512
dc8e1207 513/* ::::: personal toolbar ::::: */
351107c9 514
dc8e1207 515#bookmarks-button {
516 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
b1eaa419 517}
351107c9 518
dc8e1207 519#bookmarks-button[open="true"] {
520 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
b1eaa419 521}
351107c9 522
c710949d 523toolbarbutton.chevron {
e10e7add 524 list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
ac1cdf20 525}
526
c710949d
RK
527toolbarbutton.chevron:hover,
528toolbarbutton.chevron[open="true"] {
e10e7add 529 list-style-image: url("chrome://navigator/skin/icons/chevron-hover.gif") !important;
ac1cdf20 530}
531
7a7b11b3 532toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
ac1cdf20 533 display: none;
534}
e10e7add 535
7a7b11b3
RK
536toolbarbutton.chevron > .toolbarbutton-text {
537 display: none; /* hide chevron label which has a width even if blank */
538}
539
540toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
541 display: -moz-box; /* display chevron icon in text mode */
542}
543
544/* Prevent [mode="icons"|"text"] from hiding the label and icon */
545#bookmarks-ptf .bookmark-item > .toolbarbutton-text,
546#bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
547 display: -moz-box !important;
548}
549
e8fc8e8e 550#PersonalToolbar[iconsize="small"] > toolbarpaletteitem > #home-button > .toolbarbutton-icon,
0ef1663c
RK
551#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
552 /* width: 16px;
553 height: 16px; */
554}
555
556#PersonalToolbar > #home-button {
557 cursor: pointer;
558}
559
560#PersonalToolbar > #home-button[disabled="true"] {
561 cursor: default !important;
562}
563
e8fc8e8e
RK
564/*
565 In customize mode we hide the normal bookmark items and show a placeholder
566 for the drag/drop UI.
567*/
568.bookmarks-toolbar-customize {
d3d79c39 569 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
e8fc8e8e
RK
570 display: none;
571 max-width: 15em !important;
572}
573
d3d79c39
RK
574#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
575 width: 16px;
576 height: 16px;
577 background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
e8fc8e8e
RK
578}
579
1b3c8528
RK
580/* ::::: star button ::::: */
581
582#star-button {
583 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
584 -moz-image-region: rect(16px 16px 32px 0px);
585}
586
587#star-button:hover {
588 -moz-image-region: rect(16px 32px 32px 16px);
589}
590
591#star-button:hover:active {
592 -moz-image-region: rect(16px 48px 32px 32px);
593}
594
595#star-button[starred="true"] {
596 -moz-image-region: rect(0px 16px 16px 0px);
597}
598
599#star-button[starred="true"]:hover {
600 -moz-image-region: rect(0px 32px 16px 16px);
601}
602
603#star-button[starred="true"]:hover:active {
604 -moz-image-region: rect(0px 48px 16px 32px);
605}
606
a3b6328b
RK
607#editBookmarkPanelStarIcon {
608 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
609 -moz-image-region: rect(0px 16px 16px 0px);
610}
611
e10e7add
RK
612/* ::::: feeds ::::: */
613
614#feedsMenu {
615 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
616 -moz-image-region: rect(0px 16px 16px 0px);
617}
618
619#feedsMenu[disabled="true"] {
620 -moz-image-region: rect(32px 16px 48px 0px);
621}
622
623#feedsButton {
624 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
625 -moz-image-region: rect(0px 32px 16px 16px);
626}
627
628#feedsButton:hover {
629 -moz-image-region: rect(16px 32px 32px 16px);
630}
631
632#feedsButton:hover:active {
633 -moz-image-region: rect(48px 32px 64px 16px);
634}