adapt both themes for minimal changes between SeaMonkey 2.3 and 2.4
[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#FindToolbar:-moz-lwtheme {
249/* -moz-border-top-colors: transparent;
250 -moz-border-bottom-colors: transparent; */
251}
252
253/* ::::: fullscreen window controls ::::: */
254
255#window-controls {
256 -moz-box-align: center;
257 padding: 0 1px;
258 border-left: 3px solid #000000;
259 -moz-margin-start: 2px;
260}
261
262#window-controls > toolbarbutton {
263 padding: 3px;
264 -moz-padding-start: 2px;
265 -moz-padding-end: 1px;
266}
267
268toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
269 display: -moz-box;
270}
271
272#minimize-button {
273 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
274}
275
276#minimize-button:hover {
277 list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
278}
279
280#restore-button {
281 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
282}
283
284#restore-button:hover {
285 list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
286}
287
288#close-button {
289 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
290}
291
292#close-button:hover {
293 list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
294}
295
296/* ::::: nav-bar-inner ::::: */
297
298.nav-bar-class {
299 -moz-padding-start: 1px;
300 -moz-padding-end: 1px;
301 min-width: 0px;
302 -moz-box-align: center;
303}
304
305#urlbar {
306 border-radius: 5px;
307 margin: 0;
308 -moz-margin-start: 3px;
309}
310
311.urlbar-security-level {
312 border-radius: 3px 0 0 3px;
313 padding: 2px;
314}
315
316.urlbar-security-level[level="high"],
317.urlbar-security-level[level="low"] {
318 background-color: #FFCF00;
319 color: #000000;
320}
321
322#wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > .button-toolbar,
323#wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > #urlbar > .urlbar-icons {
324 display: none;
325}
326
327/* ::::: notification popups ::::: */
328
329.popup-notification-icon {
330 width: 64px;
331 height: 64px;
332 -moz-margin-end: 10px;
333}
334
335.popup-notification-icon[popupid="geolocation"] {
336 list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png");
337}
338
339.popup-notification-icon[popupid="addon-install-disabled"],
340.popup-notification-icon[popupid="addon-install-blocked"],
341.popup-notification-icon[popupid="addon-install-started"],
342.popup-notification-icon[popupid="addon-install-cancelled"],
343.popup-notification-icon[popupid="addon-install-failed"],
344.popup-notification-icon[popupid="addon-install-complete"],
345.popup-notification-icon[popupid="lwtheme-install-request"],
346.popup-notification-icon[popupid="lwtheme-install-notification"] {
347 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
348 width: 32px;
349 height: 32px;
350}
351
352.popup-notification-icon[popupid="indexedDB-permissions-prompt"],
353.popup-notification-icon[popupid="indexedDB-quota-prompt"] {
354 list-style-image: url("chrome://global/skin/icons/question-64.png");
355}
356
357.popup-notification-icon[popupid="password-change"],
358.popup-notification-icon[popupid="password-save"] {
359 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
360}
361
362/* Notification icon box */
363#notification-popup-box {
364 -moz-margin-end: 3px;
365}
366
367.notification-anchor-icon:-moz-focusring {
368 outline: 1px dotted;
369}
370
371#default-notification-icon {
372 list-style-image: url("chrome://global/skin/icons/information-16.png");
373 width: 16px;
374 height: 16px;
375}
376
377#geo-notification-icon {
378 list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png");
379 width: 16px;
380 height: 16px;
381}
382
383#addons-notification-icon {
384 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
385 width: 16px;
386 height: 16px;
387}
388
389#indexedDB-notification-icon {
390 list-style-image: url("chrome://global/skin/icons/question-16.png");
391 width: 16px;
392 height: 16px;
393}
394
395#password-notification-icon {
396 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
397 width: 16px;
398 height: 16px;
399}
400
401/* ::::: page proxy icon ::::: */
402
403#page-proxy-deck,
404#page-proxy-favicon,
405#page-proxy-button {
406 width: 16px;
407 height: 16px;
408}
409
410#page-proxy-deck {
411 cursor: -moz-grab;
412 margin: 0;
413}
414
415#page-proxy-button {
416 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
417}
418
419#page-proxy-favicon {
420 list-style-image: none;
421}
422
423/* ::::: autocomplete ::::: */
424
425.autocomplete-treebody::-moz-tree-cell-text(value) {
426 -moz-padding-start: 13px;
427}
428
429.autocomplete-treebody::-moz-tree-cell-text(comment) {
430 color: #E7ADE7;
431/* font-style: italic; */
432}
433
434.autocomplete-search-box {
435 border-top: 1px solid #FF9F00;
436 background-color: #9C9CFF;
437 color: #000000;
438}
439
440.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
441 border-top: 1px solid #9C9CFF;
442}
443
444.autocomplete-search-engine {
445 padding: 2px;
446}
447
448.autocomplete-search-engine[menuactive="true"] {
449 background-color: #008484;
450 color: #FFCF00;
451}
452
453.autocomplete-search-engine-img {
454 -moz-margin-end: 4px;
455}
456
457.autocomplete-history-dropmarker:hover {
458 background-color: #FFCF00;
459}
460
461.autocomplete-history-dropmarker:hover:active,
462.autocomplete-history-dropmarker[open="true"] {
463 background-color: #FF9F00;
464}
465
466.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
467 color: #E7ADE7;
468}
469
470/* ::::: go and searchbuttons ::::: */
471
472#search-button,
473#go-button {
474 margin: 0;
475 padding: 2px 0;
476 -moz-margin-start: 2px;
477 background-color: #000000;
478}
479
480#search-button:hover,
481#go-button:hover {
482 background-color: #FFCF00;
483}
484
485/* care that those buttons base on the same min height of 16px that the urlbar
486 autocomplete box gets through site icon and urlbar icons at the right */
487#search-button > .button-box,
488#go-button > .button-box {
489 min-height: 16px;
490}
491
492#search-button {
493/* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
494}
495
496#search-button > .button-box > .button-icon {
497 display: -moz-box;
498}
499
500/*
501toolbar[mode="text"] #search-button > .button-box > .button-icon,
502toolbar[mode="icons"] #search-button > .button-box > .button-text {
503 display: none;
504}
505*/
506
507/* ::::: search bar ::::: */
508
509.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
510.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) {
511 color: #E7ADE7;
512 font-size: smaller;
513}
514
515.autocomplete-treebody::-moz-tree-cell(suggesthint) {
516 border-top: 1px solid #E7ADE7;
517}
518
519/* ::::: throbber ::::: */
520
521#throbber-box {
522 -moz-margin-start: 2px;
523}
524
525/* ::::: security button ::::: */
526
527#security-button {
528 list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
529}
530
531#security-button > .statusbarpanel-contentbox > .statusbarpanel-text {
532 margin: 0px;
533}
534
535/* |high| and |low| styles could be different, to better reflect the secure level... */
536#security-button[level="high"] > .statusbarpanel-contentbox,
537#security-button[level="low"] > .statusbarpanel-contentbox {
538 list-style-image: url("chrome://communicator/skin/icons/lock-secure-hover.png");
539 background-color: #FFCF00;
540}
541
542#security-button[level="broken"] > .statusbarpanel-contentbox {
543 list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif");
544 background-color: #FF0000;
545}
546
547#security-button[label][level="high"] > .statusbarpanel-contentbox {
548 list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif");
549 background-color: #008484;
550 color: #FFCF00;
551}
552
553#ev-button {
554 list-style-image: url("chrome://communicator/skin/icons/identity.png");
555}
556
557#popupIcon {
558 list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
559}
560
561#invalid-form-popup {
562 border: 1px solid #FFCF00;
563 border : 1px outset #FFFFCC;
564 padding: 2px 3px 0px 3px;
565 max-width: 40em;
566 background-color: #9C9CFF;
567 color: #000000;
568 font-weight: bold;
569}
570
571/* ::::: personal toolbar ::::: */
572
573#bookmarks-button {
574 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
575}
576
577#bookmarks-button[open="true"] {
578 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
579}
580
581toolbarbutton.chevron {
582 list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
583}
584
585toolbarbutton.chevron:hover,
586toolbarbutton.chevron[open="true"] {
587 list-style-image: url("chrome://navigator/skin/icons/chevron-hover.gif") !important;
588}
589
590toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
591 display: none;
592}
593
594toolbarbutton.chevron > .toolbarbutton-text {
595 display: none; /* hide chevron label which has a width even if blank */
596}
597
598toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
599 display: -moz-box; /* display chevron icon in text mode */
600}
601
602/* Prevent [mode="icons"|"text"] from hiding the label and icon */
603#bookmarks-ptf .bookmark-item > .toolbarbutton-text,
604#bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
605 display: -moz-box !important;
606}
607
608#PersonalToolbar[iconsize="small"] > toolbarpaletteitem > #home-button > .toolbarbutton-icon,
609#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
610 /* width: 16px;
611 height: 16px; */
612}
613
614#PersonalToolbar > #home-button {
615 cursor: pointer;
616}
617
618#PersonalToolbar > #home-button[disabled="true"] {
619 cursor: default !important;
620}
621
622/*
623 In customize mode we hide the normal bookmark items and show a placeholder
624 for the drag/drop UI.
625*/
626.bookmarks-toolbar-customize {
627 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
628 display: none;
629 max-width: 15em !important;
630}
631
632#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
633 width: 16px;
634 height: 16px;
635 background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
636}
637
638/* ::::: star button ::::: */
639
640#star-button {
641 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
642 -moz-image-region: rect(16px 16px 32px 0px);
643}
644
645#star-button:hover {
646 -moz-image-region: rect(16px 32px 32px 16px);
647}
648
649#star-button:hover:active {
650 -moz-image-region: rect(16px 48px 32px 32px);
651}
652
653#star-button[starred="true"] {
654 -moz-image-region: rect(0px 16px 16px 0px);
655}
656
657#star-button[starred="true"]:hover {
658 -moz-image-region: rect(0px 32px 16px 16px);
659}
660
661#star-button[starred="true"]:hover:active {
662 -moz-image-region: rect(0px 48px 16px 32px);
663}
664
665#editBookmarkPanelStarIcon {
666 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
667 -moz-image-region: rect(0px 16px 16px 0px);
668}
669
670/* ::::: feeds ::::: */
671
672.feedsMenu {
673 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
674 -moz-image-region: rect(0px 16px 16px 0px);
675}
676
677.feedsMenu[disabled="true"] {
678 -moz-image-region: rect(32px 16px 48px 0px);
679}
680
681.feedsButton {
682 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
683 -moz-image-region: rect(0px 32px 16px 16px);
684}
685
686.feedsButton:hover {
687 -moz-image-region: rect(16px 32px 32px 16px);
688}
689
690.feedsButton:hover:active {
691 -moz-image-region: rect(48px 32px 64px 16px);
692}