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