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