adopt both themes for changes affecting add-ons manager between Mozilla 6 and 7
[themes.git] / LCARStrek / navigator / navigator.css
... / ...
CommitLineData
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
154toolbar[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
159toolbar[iconsize="small"] > #back-button[disabled="true"] {
160 -moz-image-region: rect(32px 32px 48px 16px) !important;
161}
162
163toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover,
164toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover:active {
165 -moz-image-region: rect(32px 48px 48px 32px);
166}
167
168toolbar[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
173toolbar[iconsize="small"] > #forward-button[disabled="true"] {
174 -moz-image-region: rect(48px 32px 64px 16px) !important;
175}
176
177toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover,
178toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover:active {
179 -moz-image-region: rect(48px 48px 64px 32px);
180}
181
182toolbar[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
187toolbar[iconsize="small"] > #reload-button[disabled="true"] {
188 -moz-image-region: rect(0 32px 16px 16px) !important;
189}
190
191toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover,
192toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover:active {
193 -moz-image-region: rect(0 48px 16px 32px);
194}
195
196toolbar[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
201toolbar[iconsize="small"] > #stop-button[disabled="true"] {
202 -moz-image-region: rect(16px 32px 32px 16px) !important;
203}
204
205toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover,
206toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover:active {
207 -moz-image-region: rect(16px 48px 32px 32px);
208}
209
210toolbar[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
215toolbar[iconsize="small"] > #print-button[disabled="true"] {
216 -moz-image-region: rect(0 32px 16px 16px) !important;
217}
218
219toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover,
220toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
221 -moz-image-region: rect(0 48px 16px 32px);
222}
223
224toolbar[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
229toolbar[iconsize="small"] > #home-button[disabled="true"] {
230 -moz-image-region: rect(64px 32px 80px 16px) !important;
231}
232
233toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover,
234toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover:active {
235 -moz-image-region: rect(64px 48px 80px 32px);
236}
237
238toolbar[iconsize="small"] > toolbarpaletteitem > #sync-button,
239toolbar[iconsize="small"] > #sync-button {
240 list-style-image: url("chrome://communicator/skin/sync/sync-16.png");
241}
242
243toolbar[iconsize="small"] > toolbarpaletteitem > #sync-button[status=active],
244toolbar[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
263toolbar[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-security-level {
307 border-radius: 3px 0 0 3px;
308 padding: 2px;
309}
310
311.urlbar-security-level[level="high"],
312.urlbar-security-level[level="low"] {
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-started"],
337.popup-notification-icon[popupid="addon-install-cancelled"],
338.popup-notification-icon[popupid="addon-install-failed"],
339.popup-notification-icon[popupid="addon-install-complete"],
340.popup-notification-icon[popupid="lwtheme-install-request"],
341.popup-notification-icon[popupid="lwtheme-install-notification"] {
342 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
343 width: 32px;
344 height: 32px;
345}
346
347.popup-notification-icon[popupid="indexedDB-permissions-prompt"],
348.popup-notification-icon[popupid="indexedDB-quota-prompt"] {
349 list-style-image: url("chrome://global/skin/icons/question-64.png");
350}
351
352.popup-notification-icon[popupid="password-change"],
353.popup-notification-icon[popupid="password-save"] {
354 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
355}
356
357/* Notification icon box */
358#notification-popup-box {
359 -moz-margin-end: 3px;
360}
361
362.notification-anchor-icon:-moz-focusring {
363 outline: 1px dotted;
364}
365
366#default-notification-icon {
367 list-style-image: url("chrome://global/skin/icons/information-16.png");
368 width: 16px;
369 height: 16px;
370}
371
372#geo-notification-icon {
373 list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png");
374 width: 16px;
375 height: 16px;
376}
377
378#addons-notification-icon {
379 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
380 width: 16px;
381 height: 16px;
382}
383
384#indexedDB-notification-icon {
385 list-style-image: url("chrome://global/skin/icons/question-16.png");
386 width: 16px;
387 height: 16px;
388}
389
390#password-notification-icon {
391 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
392 width: 16px;
393 height: 16px;
394}
395
396/* ::::: page proxy icon ::::: */
397
398#page-proxy-deck,
399#page-proxy-favicon,
400#page-proxy-button {
401 width: 16px;
402 height: 16px;
403}
404
405#page-proxy-deck {
406 cursor: -moz-grab;
407 margin: 0;
408}
409
410#page-proxy-button {
411 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
412}
413
414#page-proxy-favicon {
415 list-style-image: none;
416}
417
418/* ::::: autocomplete ::::: */
419
420.autocomplete-treebody::-moz-tree-cell-text(value) {
421 -moz-padding-start: 13px;
422}
423
424.autocomplete-treebody::-moz-tree-cell-text(comment) {
425 color: #E7ADE7;
426/* font-style: italic; */
427}
428
429.autocomplete-search-box {
430 border-top: 1px solid #FF9F00;
431 background-color: #9C9CFF;
432 color: #000000;
433}
434
435.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
436 border-top: 1px solid #9C9CFF;
437}
438
439.autocomplete-search-engine {
440 padding: 2px;
441}
442
443.autocomplete-search-engine[menuactive="true"] {
444 background-color: #008484;
445 color: #FFCF00;
446}
447
448.autocomplete-search-engine-img {
449 -moz-margin-end: 4px;
450}
451
452.autocomplete-history-dropmarker:hover {
453 background-color: #FFCF00;
454}
455
456.autocomplete-history-dropmarker:hover:active,
457.autocomplete-history-dropmarker[open="true"] {
458 background-color: #FF9F00;
459}
460
461.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
462 color: #E7ADE7;
463}
464
465/* ::::: go and searchbuttons ::::: */
466
467#search-button,
468#go-button {
469 margin: 0;
470 padding: 2px 0;
471 -moz-margin-start: 2px;
472 background-color: #000000;
473}
474
475#search-button:hover,
476#go-button:hover {
477 background-color: #FFCF00;
478}
479
480/* care that those buttons base on the same min height of 16px that the urlbar
481 autocomplete box gets through site icon and urlbar icons at the right */
482#search-button > .button-box,
483#go-button > .button-box {
484 min-height: 16px;
485}
486
487#search-button {
488/* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
489}
490
491#search-button > .button-box > .button-icon {
492 display: -moz-box;
493}
494
495/*
496toolbar[mode="text"] #search-button > .button-box > .button-icon,
497toolbar[mode="icons"] #search-button > .button-box > .button-text {
498 display: none;
499}
500*/
501
502/* ::::: search bar ::::: */
503
504.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
505.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) {
506 color: #E7ADE7;
507 font-size: smaller;
508}
509
510.autocomplete-treebody::-moz-tree-cell(suggesthint) {
511 border-top: 1px solid #E7ADE7;
512}
513
514/* ::::: throbber ::::: */
515
516#throbber-box {
517 -moz-margin-start: 2px;
518}
519
520/* ::::: security button ::::: */
521
522#security-button {
523 list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
524}
525
526#security-button > .statusbarpanel-contentbox > .statusbarpanel-text {
527 margin: 0px;
528}
529
530/* |high| and |low| styles could be different, to better reflect the secure level... */
531#security-button[level="high"] > .statusbarpanel-contentbox,
532#security-button[level="low"] > .statusbarpanel-contentbox {
533 list-style-image: url("chrome://communicator/skin/icons/lock-secure-hover.png");
534 background-color: #FFCF00;
535}
536
537#security-button[level="broken"] > .statusbarpanel-contentbox {
538 list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif");
539 background-color: #FF0000;
540}
541
542#security-button[label][level="high"] > .statusbarpanel-contentbox {
543 list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif");
544 background-color: #008484;
545 color: #FFCF00;
546}
547
548#ev-button {
549 list-style-image: url("chrome://communicator/skin/icons/identity.png");
550}
551
552#popupIcon {
553 list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
554}
555
556#invalid-form-popup {
557 border: 1px solid #FFCF00;
558 border : 1px outset #FFFFCC;
559 padding: 2px 3px 0px 3px;
560 max-width: 40em;
561 background-color: #9C9CFF;
562 color: #000000;
563 font-weight: bold;
564}
565
566/* ::::: personal toolbar ::::: */
567
568#bookmarks-button {
569 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
570}
571
572#bookmarks-button[open="true"] {
573 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
574}
575
576toolbarbutton.chevron {
577 list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
578}
579
580toolbarbutton.chevron:hover,
581toolbarbutton.chevron[open="true"] {
582 list-style-image: url("chrome://navigator/skin/icons/chevron-hover.gif") !important;
583}
584
585toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
586 display: none;
587}
588
589toolbarbutton.chevron > .toolbarbutton-text {
590 display: none; /* hide chevron label which has a width even if blank */
591}
592
593toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
594 display: -moz-box; /* display chevron icon in text mode */
595}
596
597/* Prevent [mode="icons"|"text"] from hiding the label and icon */
598#bookmarks-ptf .bookmark-item > .toolbarbutton-text,
599#bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
600 display: -moz-box !important;
601}
602
603#PersonalToolbar[iconsize="small"] > toolbarpaletteitem > #home-button > .toolbarbutton-icon,
604#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
605 /* width: 16px;
606 height: 16px; */
607}
608
609#PersonalToolbar > #home-button {
610 cursor: pointer;
611}
612
613#PersonalToolbar > #home-button[disabled="true"] {
614 cursor: default !important;
615}
616
617/*
618 In customize mode we hide the normal bookmark items and show a placeholder
619 for the drag/drop UI.
620*/
621.bookmarks-toolbar-customize {
622 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
623 display: none;
624 max-width: 15em !important;
625}
626
627#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
628 width: 16px;
629 height: 16px;
630 background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
631}
632
633/* ::::: star button ::::: */
634
635#star-button {
636 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
637 -moz-image-region: rect(16px 16px 32px 0px);
638}
639
640#star-button:hover {
641 -moz-image-region: rect(16px 32px 32px 16px);
642}
643
644#star-button:hover:active {
645 -moz-image-region: rect(16px 48px 32px 32px);
646}
647
648#star-button[starred="true"] {
649 -moz-image-region: rect(0px 16px 16px 0px);
650}
651
652#star-button[starred="true"]:hover {
653 -moz-image-region: rect(0px 32px 16px 16px);
654}
655
656#star-button[starred="true"]:hover:active {
657 -moz-image-region: rect(0px 48px 16px 32px);
658}
659
660#editBookmarkPanelStarIcon {
661 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
662 -moz-image-region: rect(0px 16px 16px 0px);
663}
664
665/* ::::: feeds ::::: */
666
667.feedsMenu {
668 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
669 -moz-image-region: rect(0px 16px 16px 0px);
670}
671
672.feedsMenu[disabled="true"] {
673 -moz-image-region: rect(32px 16px 48px 0px);
674}
675
676.feedsButton {
677 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
678 -moz-image-region: rect(0px 32px 16px 16px);
679}
680
681.feedsButton:hover {
682 -moz-image-region: rect(16px 32px 32px 16px);
683}
684
685.feedsButton:hover:active {
686 -moz-image-region: rect(48px 32px 64px 16px);
687}