update both themes for suite default changes up to 2010-12-30
[themes.git] / EarlyBlue / navigator / navigator.css
CommitLineData
128000f4 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
76983f4c 38/** Contains style definitions for the navigator application
f6e0a33f 39 **/
40
74d14f90 41@import url("chrome://navigator/content/navigator.css");
42@import url("chrome://communicator/skin/");
74d14f90 43@import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css");
f6e0a33f 44
f840e302 45@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
46
74d14f90 47/* ::::: primary toolbar buttons ::::: */
f6e0a33f 48
74d14f90 49#back-button {
ecb2fda9
RK
50 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
51 -moz-image-region: rect(42px 25px 63px 0px);
74d14f90 52}
f6e0a33f 53
74d14f90 54#back-button[disabled="true"] {
749ee109 55 -moz-image-region: rect(42px 50px 63px 25px);
74d14f90 56}
f6e0a33f 57
74d14f90 58#forward-button {
ecb2fda9
RK
59 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
60 -moz-image-region: rect(63px 25px 84px 0px);
74d14f90 61}
62
63#forward-button[disabled="true"] {
749ee109 64 -moz-image-region: rect(63px 50px 84px 25px);
74d14f90 65}
66
67#reload-button {
749ee109
RK
68 list-style-image: url("chrome://navigator/skin/icons/navigatoricons.png");
69 -moz-image-region: rect(0px 25px 21px 0px);
74d14f90 70}
749ee109 71
74d14f90 72#reload-button[disabled="true"] {
749ee109 73 -moz-image-region: rect(0px 50px 21px 25px);
74d14f90 74}
75
76#stop-button {
ecb2fda9
RK
77 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
78 -moz-image-region: rect(21px 25px 42px 0px);
74d14f90 79}
80
81#stop-button[disabled="true"] {
749ee109 82 -moz-image-region: rect(21px 50px 42px 25px);
76983f4c 83}
74d14f90 84
85#print-button {
ecb2fda9
RK
86 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
87 -moz-image-region: rect(0px 25px 21px 0px);
74d14f90 88}
f6e0a33f 89
90#print-button[disabled="true"] {
749ee109 91 -moz-image-region: rect(0px 50px 21px 25px);
74d14f90 92}
f6e0a33f 93
0ef1663c
RK
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
f2450795 103#clear-button {
104 list-style-image: url("chrome://global/skin/icons/close-button.gif");
105}
106
0ef1663c
RK
107toolbar[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
112toolbar[iconsize="small"] > #back-button[disabled="true"] {
113 -moz-image-region: rect(32px 32px 48px 16px) !important;
114}
115
116toolbar[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
121toolbar[iconsize="small"] > #forward-button[disabled="true"] {
122 -moz-image-region: rect(48px 32px 64px 16px) !important;
123}
124
125toolbar[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
130toolbar[iconsize="small"] > #reload-button[disabled="true"] {
131 -moz-image-region: rect(0 32px 16px 16px) !important;
132}
133
134toolbar[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
139toolbar[iconsize="small"] > #stop-button[disabled="true"] {
140 -moz-image-region: rect(16px 32px 32px 16px) !important;
141}
142
143toolbar[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
148toolbar[iconsize="small"] > #print-button[disabled="true"] {
149 -moz-image-region: rect(0 32px 16px 16px) !important;
150}
151
152toolbar[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
157toolbar[iconsize="small"] > #home-button[disabled="true"] {
158 -moz-image-region: rect(64px 32px 80px 16px) !important;
159}
160
c8120ee9 161/* ::::: fullscreen window controls ::::: */
162
163#window-controls {
164 -moz-box-align: center;
749ee109 165 padding: 0 2px;
083cee4a 166 border-left: 1px solid #9999CC;
749ee109 167 -moz-margin-start: 2px;
083cee4a 168}
169
170#window-controls > toolbarbutton {
749ee109
RK
171 padding: 3px;
172 -moz-padding-start: 2px;
173 -moz-padding-end: 1px;
174}
175
176toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
177 display: -moz-box;
c8120ee9 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
74d14f90 192/* ::::: nav-bar-inner ::::: */
193
d1476608 194.nav-bar-class {
749ee109
RK
195 -moz-padding-start: 1px;
196 -moz-padding-end: 1px;
74d14f90 197 min-width: 0px;
749ee109 198 -moz-box-align: center;
74d14f90 199}
76983f4c 200
74d14f90 201#urlbar {
749ee109
RK
202 margin: 0;
203 -moz-margin-start: 3px;
204}
205
206#urlbar > .autocomplete-textbox-container {
569543b3 207 border-radius: 3px 0 0 3px;
749ee109 208 padding: 2px;
76983f4c 209}
74d14f90 210
d84b9613 211#urlbar[level="high"] > .autocomplete-textbox-container,
212#urlbar[level="low"] > .autocomplete-textbox-container {
213 background-color: #FFFFCC;
214}
215
e8fc8e8e
RK
216#wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > .button-toolbar,
217#wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > #urlbar > .urlbar-icons {
218 display: none;
219}
220
fb2b5761
RK
221/* ::::: notification popups ::::: */
222
223#notification-popup {
224 padding: 10px;
225 margin-top: 3px;
226}
227
228.popup-notification-icon {
229 width: 64px;
230 height: 64px;
231 -moz-margin-end: 10px;
232}
233
234.popup-notification-icon[popupid="geolocation"] {
235 list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png");
236}
237
a3b6328b
RK
238.popup-notification-icon[popupid="addon-install-disabled"],
239.popup-notification-icon[popupid="addon-install-blocked"],
240.popup-notification-icon[popupid="addon-install-failed"],
241.popup-notification-icon[popupid="addon-install-complete"] {
242 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
243 width: 32px;
244 height: 32px;
245}
246
fb2b5761
RK
247.popup-notification-icon[popupid="password-save"] {
248 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
249}
250
251/* Notification icon box */
252#notification-popup-box {
253 -moz-margin-end: 3px;
254}
255
256.notification-anchor-icon:-moz-focusring {
257 outline: 1px dotted;
258}
259
260#geo-notification-icon {
261 list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png");
262 width: 16px;
263 height: 16px;
264}
265
a3b6328b
RK
266#addons-notification-icon {
267 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
268 width: 16px;
269 height: 16px;
270}
271
fb2b5761
RK
272#password-notification-icon {
273 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
274 width: 16px;
275 height: 16px;
276}
277
74d14f90 278/* ::::: page proxy icon ::::: */
76983f4c 279
74d14f90 280#page-proxy-deck,
281#page-proxy-favicon,
282#page-proxy-button {
283 width: 16px;
284 height: 16px;
285}
2d09e496 286
287#page-proxy-deck {
d2f0d128 288 cursor: -moz-grab;
749ee109 289 margin: 0;
74d14f90 290}
291
292#page-proxy-button {
76983f4c 293 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
76983f4c 294}
74d14f90 295
296#page-proxy-favicon {
297 list-style-image: none;
76983f4c 298}
f6e0a33f 299
74d14f90 300/* ::::: autocomplete ::::: */
301
a1f525f0 302.autocomplete-treebody::-moz-tree-cell-text(value) {
e8fc8e8e 303 -moz-padding-start: 13px;
f6e0a33f 304}
f6e0a33f 305
a1f525f0 306.autocomplete-treebody::-moz-tree-cell-text(comment) {
74d14f90 307 color: #808080;
308/* font-style: italic; */
f6e0a33f 309}
310
74d14f90 311.autocomplete-search-box {
312 border-top: 1px solid #9999CC;
313 background-color: #666699;
314 color: #000000;
315}
f6e0a33f 316
74d14f90 317.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
318 border-top: 1px solid #666699;
319}
320
321.autocomplete-search-engine {
322 padding: 2px;
323}
324
325.autocomplete-search-engine[menuactive="true"] {
326 background-color: #9999CC;
327 color: #000000;
328}
329
330.autocomplete-search-engine-img {
8caa872d 331 -moz-margin-end: 4px;
74d14f90 332}
333
334/* ::::: go and searchbuttons ::::: */
f6e0a33f 335
76983f4c 336#search-button,
f6e0a33f 337#go-button {
749ee109
RK
338 margin: 0;
339 padding: 1px 0;
340 -moz-margin-start: 2px;
74d14f90 341 background-color: #9999CC;
f6e0a33f 342}
343
749ee109
RK
344/* care that those buttons base on the same min height of 16px that the urlbar
345 autocomplete box gets through site icon and urlbar icons at the right */
d1476608 346#search-button > .button-box,
749ee109
RK
347#go-button > .button-box {
348 min-height: 16px;
349}
350
74d14f90 351#search-button {
352/* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
353 font-weight: bold;
f6e0a33f 354}
355
749ee109
RK
356/*
357toolbar[mode="text"] #search-button > .button-box > .button-icon,
358toolbar[mode="icons"] #search-button > .button-box > .button-text {
359 display: none;
360}
361*/
362
459f2165 363/* ::::: security button ::::: */
74d14f90 364
459f2165 365#security-button {
8caa872d 366 -moz-margin-start: 2px;
f6e0a33f 367}
368
ff5bd775 369#security-button {
aeb317b8
RK
370 list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
371}
372
b70a3a73 373/* |high| and |low| styles could be different, to better reflect the secure level... */
ff5bd775
RK
374#security-button[level="high"] > .statusbarpanel-contentbox,
375#security-button[level="low"] > .statusbarpanel-contentbox {
aeb317b8
RK
376 list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif");
377 background-color: #FFFFCC;
74d14f90 378}
f6e0a33f 379
ff5bd775 380#security-button[level="broken"] > .statusbarpanel-contentbox {
aeb317b8
RK
381 list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif");
382 background-color: #FFCCCC;
383}
384
ff5bd775
RK
385#security-button[label] > .statusbarpanel-contentbox {
386 background-color: #33FF33;
387}
388
aeb317b8
RK
389#security-button > .statusbarpanel-text {
390 margin: 0px;
aeb317b8 391 color: #000000;
74d14f90 392}
f6e0a33f 393
ff5bd775
RK
394/* make same background-color translucent on lwthemes */
395#security-button[level="high"] > .statusbarpanel-contentbox:-moz-lwtheme,
396#security-button[level="low"] > .statusbarpanel-contentbox:-moz-lwtheme {
397 background-color: rgba(255, 255, 204, .8);
398}
399
400#security-button[level="broken"] > .statusbarpanel-contentbox:-moz-lwtheme {
401 background-color: rgba(255, 204, 204, .8);
402}
403
404#security-button[label] > .statusbarpanel-contentbox:-moz-lwtheme {
405 background-color: rgba(51, 255, 51, .8);
406}
407
d9954aaf
RK
408#ev-button {
409 list-style-image: url("chrome://communicator/skin/icons/identity.png");
410}
411
4c66fa00 412#popupIcon {
c37975cc 413 list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
4c66fa00 414}
415
fb2b5761
RK
416#invalid-form-popup {
417 border : 1px outset #FFFFCC;
418 padding: 2px 3px 0px 3px;
419 max-width: 40em;
420 background-color : #FFFFCC;
421 color: #000000;
422 font-weight: bold;
423}
424
459f2165 425/* ::::: personal toolbar ::::: */
f6e0a33f 426
459f2165 427#bookmarks-button {
428 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
74d14f90 429}
430
459f2165 431#bookmarks-button[open="true"] {
432 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
74d14f90 433}
459f2165 434
749ee109 435#toolbarbutton.chevron {
56029caf 436 list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
b618d1fd 437}
438
749ee109 439#toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
b618d1fd 440 display: none;
441}
6082be94 442
749ee109
RK
443toolbarbutton.chevron > .toolbarbutton-text {
444 display: none; /* hide chevron label which has a width even if blank */
445}
446
447toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
448 display: -moz-box; /* display chevron icon in text mode */
449}
450
451/* Prevent [mode="icons"|"text"] from hiding the label and icon */
452#bookmarks-ptf .bookmark-item > .toolbarbutton-text,
453#bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
454 display: -moz-box !important;
455}
456
e8fc8e8e 457#PersonalToolbar[iconsize="small"] > toolbarpaletteitem > #home-button > .toolbarbutton-icon,
0ef1663c
RK
458#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
459 /* width: 16px;
460 height: 16px; */
461}
462
463#PersonalToolbar > #home-button {
464 cursor: pointer;
465}
466
467#PersonalToolbar > #home-button[disabled="true"] {
468 cursor: default !important;
469}
470
e8fc8e8e
RK
471/*
472 In customize mode we hide the normal bookmark items and show a placeholder
473 for the drag/drop UI.
474*/
475.bookmarks-toolbar-customize {
d3d79c39 476 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
e8fc8e8e
RK
477 display: none;
478 max-width: 15em !important;
479}
480
d3d79c39
RK
481#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
482 width: 16px;
483 height: 16px;
484 background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
e8fc8e8e
RK
485}
486
1b3c8528
RK
487/* ::::: star button ::::: */
488
489#star-button {
490 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
491 -moz-image-region: rect(16px 16px 32px 0px);
492}
493
494#star-button:hover {
495 -moz-image-region: rect(16px 32px 32px 16px);
496}
497
498#star-button:hover:active {
499 -moz-image-region: rect(16px 48px 32px 32px);
500}
501
502#star-button[starred="true"] {
503 -moz-image-region: rect(0px 16px 16px 0px);
504}
505
506#star-button[starred="true"]:hover {
507 -moz-image-region: rect(0px 32px 16px 16px);
508}
509
510#star-button[starred="true"]:hover:active {
511 -moz-image-region: rect(0px 48px 16px 32px);
512}
513
a3b6328b
RK
514#editBookmarkPanelStarIcon {
515 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
516 -moz-image-region: rect(0px 16px 16px 0px);
517}
518
6082be94
RK
519/* ::::: feeds ::::: */
520
521#feedsMenu {
522 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
523 -moz-image-region: rect(0px 16px 16px 0px);
524}
525
526#feedsMenu[disabled="true"] {
527 -moz-image-region: rect(32px 16px 48px 0px);
528}
529
530#feedsButton {
531 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
532 -moz-image-region: rect(0px 32px 16px 16px);
533}
534
535#feedsButton:hover {
536 -moz-image-region: rect(16px 32px 32px 16px);
537}
538
539#feedsButton:hover:active {
540 -moz-image-region: rect(48px 32px 64px 16px);
541}