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