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