update both themes for toolkit winstripe changes up to 2011-02-27
[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 /* ::::: fullscreen window controls ::::: */
182
183 #window-controls {
184   -moz-box-align: center;
185   padding: 0 2px;
186   border-left: 1px solid #9999CC;
187   -moz-margin-start: 2px;
188 }
189
190 #window-controls > toolbarbutton {
191   padding: 3px;
192   -moz-padding-start: 2px;
193   -moz-padding-end: 1px;
194 }
195
196 toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
197   display: -moz-box;
198 }
199
200 #minimize-button {
201   list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
202 }
203
204 #restore-button {
205   list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
206 }
207
208 #close-button {
209   list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
210 }
211
212 /* ::::: nav-bar-inner ::::: */
213
214 .nav-bar-class {
215   -moz-padding-start: 1px;
216   -moz-padding-end: 1px;
217   min-width: 0px;
218   -moz-box-align: center;
219 }
220
221 #urlbar {
222   margin: 0;
223   -moz-margin-start: 3px;
224 }
225
226 #urlbar > .autocomplete-textbox-container {
227   border-radius: 3px 0 0 3px;
228   padding: 2px;
229 }
230
231 #urlbar[level="high"] > .autocomplete-textbox-container,
232 #urlbar[level="low"] > .autocomplete-textbox-container {
233   background-color: #FFFFCC;
234 }
235
236 #wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > .button-toolbar,
237 #wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > #urlbar > .urlbar-icons {
238   display: none;
239 }
240
241 /* ::::: notification popups ::::: */
242
243 .popup-notification-icon {
244   width: 64px;
245   height: 64px;
246   -moz-margin-end: 10px;
247 }
248
249 .popup-notification-icon[popupid="geolocation"] {
250   list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png");
251 }
252
253 .popup-notification-icon[popupid="addon-install-disabled"],
254 .popup-notification-icon[popupid="addon-install-blocked"],
255 .popup-notification-icon[popupid="addon-install-failed"],
256 .popup-notification-icon[popupid="addon-install-complete"] {
257   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
258   width: 32px;
259   height: 32px;
260 }
261
262 .popup-notification-icon[popupid="indexedDB-permissions-prompt"],
263 .popup-notification-icon[popupid="indexedDB-quota-prompt"] {
264   list-style-image: url("chrome://global/skin/icons/question-64.png");
265 }
266
267 .popup-notification-icon[popupid="password-change"],
268 .popup-notification-icon[popupid="password-save"] {
269   list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
270 }
271
272 /* Notification icon box */
273 #notification-popup-box {
274   -moz-margin-end: 3px;
275 }
276
277 .notification-anchor-icon:-moz-focusring {
278   outline: 1px dotted;
279 }
280
281 #default-notification-icon {
282   list-style-image: url("chrome://global/skin/icons/information-16.png");
283   width: 16px;
284   height: 16px;
285 }
286
287 #geo-notification-icon {
288   list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png");
289   width: 16px;
290   height: 16px;
291 }
292
293 #addons-notification-icon {
294   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
295   width: 16px;
296   height: 16px;
297 }
298
299 #indexedDB-notification-icon {
300   list-style-image: url("chrome://global/skin/icons/question-16.png");
301   width: 16px;
302   height: 16px;
303 }
304
305 #password-notification-icon {
306   list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
307   width: 16px;
308   height: 16px;
309 }
310
311 /* ::::: page proxy icon ::::: */
312
313 #page-proxy-deck,
314 #page-proxy-favicon,
315 #page-proxy-button {
316   width: 16px;
317   height: 16px;
318 }
319
320 #page-proxy-deck {
321   cursor: -moz-grab;
322   margin: 0;
323 }
324
325 #page-proxy-button {
326   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
327 }
328
329 #page-proxy-favicon {
330   list-style-image: none;
331 }
332
333 /* ::::: autocomplete ::::: */
334
335 .autocomplete-treebody::-moz-tree-cell-text(value) {
336   -moz-padding-start: 13px;
337 }
338
339 .autocomplete-treebody::-moz-tree-cell-text(comment) {
340   color: #808080;
341 /*  font-style: italic; */
342 }
343
344 .autocomplete-search-box {
345   border-top: 1px solid #9999CC;
346   background-color: #666699;
347   color: #000000;
348 }
349
350 .autocomplete-result-popup[nomatch] > .autocomplete-search-box {
351   border-top: 1px solid #666699;
352 }
353
354 .autocomplete-search-engine {
355   padding: 2px;
356 }
357
358 .autocomplete-search-engine[menuactive="true"] {
359   background-color: #9999CC;
360   color: #000000;
361 }
362
363 .autocomplete-search-engine-img {
364   -moz-margin-end: 4px;
365 }
366
367 /* ::::: go and searchbuttons ::::: */
368
369 #search-button,
370 #go-button {
371   margin: 0;
372   padding: 1px 0;
373   -moz-margin-start: 2px;
374   background-color: #9999CC;
375 }
376
377 /* care that those buttons base on the same min height of 16px that the urlbar
378    autocomplete box gets through site icon and urlbar icons at the right */
379 #search-button > .button-box,
380 #go-button > .button-box {
381   min-height: 16px;
382 }
383
384 #search-button {
385 /*  list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
386   font-weight: bold;
387 }
388
389 /*
390 toolbar[mode="text"] #search-button > .button-box > .button-icon,
391 toolbar[mode="icons"] #search-button > .button-box > .button-text {
392   display: none;
393 }
394 */
395
396 /* ::::: security button ::::: */
397
398 #security-button {
399   -moz-margin-start: 2px;
400 }
401
402 #security-button {
403   list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
404 }
405
406 /* |high| and |low| styles could be different, to better reflect the secure level... */
407 #security-button[level="high"] > .statusbarpanel-contentbox,
408 #security-button[level="low"] > .statusbarpanel-contentbox {
409   list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif");
410   background-color: #FFFFCC;
411 }
412
413 #security-button[level="broken"] > .statusbarpanel-contentbox {
414   list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif");
415   background-color: #FFCCCC;
416 }
417
418 #security-button[label] > .statusbarpanel-contentbox {
419   background-color: #33FF33;
420 }
421
422 #security-button > .statusbarpanel-text {
423   margin: 0px;
424   color: #000000;
425 }
426
427 /* make same background-color translucent on lwthemes */
428 #security-button[level="high"] > .statusbarpanel-contentbox:-moz-lwtheme,
429 #security-button[level="low"] > .statusbarpanel-contentbox:-moz-lwtheme {
430   background-color: rgba(255, 255, 204, .8);
431 }
432
433 #security-button[level="broken"] > .statusbarpanel-contentbox:-moz-lwtheme {
434   background-color: rgba(255, 204, 204, .8);
435 }
436
437 #security-button[label] > .statusbarpanel-contentbox:-moz-lwtheme {
438   background-color: rgba(51, 255, 51, .8);
439 }
440
441 #ev-button {
442   list-style-image: url("chrome://communicator/skin/icons/identity.png");
443 }
444
445 #popupIcon {
446   list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
447 }
448
449 #invalid-form-popup {
450   border : 1px outset #FFFFCC;
451   padding: 2px 3px 0px 3px;
452   max-width: 40em;
453   background-color : #FFFFCC;
454   color: #000000;
455   font-weight: bold;
456 }
457
458 /* ::::: personal toolbar ::::: */
459
460 #bookmarks-button {
461   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
462 }
463
464 #bookmarks-button[open="true"] {
465   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
466 }
467
468 #toolbarbutton.chevron {
469   list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
470 }
471
472 #toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
473   display: none;
474 }
475
476 toolbarbutton.chevron > .toolbarbutton-text {
477   display: none; /* hide chevron label which has a width even if blank */
478 }
479
480 toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
481   display: -moz-box; /* display chevron icon in text mode */
482 }
483
484 /* Prevent [mode="icons"|"text"] from hiding the label and icon */
485 #bookmarks-ptf .bookmark-item > .toolbarbutton-text,
486 #bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
487   display: -moz-box !important;
488 }
489
490 #PersonalToolbar[iconsize="small"] > toolbarpaletteitem > #home-button > .toolbarbutton-icon,
491 #PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
492   /* width: 16px;
493   height: 16px; */
494 }
495
496 #PersonalToolbar > #home-button {
497   cursor: pointer;
498 }
499
500 #PersonalToolbar > #home-button[disabled="true"] {
501   cursor: default !important;
502 }
503
504 /*
505   In customize mode we hide the normal bookmark items and show a placeholder
506   for the drag/drop UI.
507 */
508 .bookmarks-toolbar-customize {
509   list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
510   display: none;
511   max-width: 15em !important;
512 }
513
514 #wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
515   width: 16px;
516   height: 16px;
517   background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
518 }
519
520 /* ::::: star button ::::: */
521
522 #star-button {
523   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
524   -moz-image-region: rect(16px 16px 32px 0px);
525 }
526
527 #star-button:hover {
528   -moz-image-region: rect(16px 32px 32px 16px);
529 }
530
531 #star-button:hover:active {
532   -moz-image-region: rect(16px 48px 32px 32px);
533 }
534
535 #star-button[starred="true"] {
536   -moz-image-region: rect(0px 16px 16px 0px);
537 }
538
539 #star-button[starred="true"]:hover {
540   -moz-image-region: rect(0px 32px 16px 16px);
541 }
542
543 #star-button[starred="true"]:hover:active {
544   -moz-image-region: rect(0px 48px 16px 32px);
545 }
546
547 #editBookmarkPanelStarIcon {
548   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
549   -moz-image-region: rect(0px 16px 16px 0px);
550 }
551
552 /* ::::: feeds ::::: */
553
554 #feedsMenu {
555   list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
556   -moz-image-region: rect(0px 16px 16px 0px);
557 }
558
559 #feedsMenu[disabled="true"] {
560   -moz-image-region: rect(32px 16px 48px 0px);
561 }
562
563 #feedsButton {
564   list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
565   -moz-image-region: rect(0px 32px 16px 16px);
566 }
567
568 #feedsButton:hover {
569   -moz-image-region: rect(16px 32px 32px 16px);
570 }
571
572 #feedsButton:hover:active {
573   -moz-image-region: rect(48px 32px 64px 16px);
574 }