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