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