update both themes for suite default theme changes between 2009-07-17 and 2009-08-24
[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
e8fc8e8e 107toolbar[iconsize="small"] > toolbarpaletteitem > #back-button,
0ef1663c
RK
108toolbar[iconsize="small"] > #back-button {
109 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
110 -moz-image-region: rect(32px 16px 48px 0);
111}
112
e8fc8e8e 113toolbar[iconsize="small"] > toolbarpaletteitem > #back-button[disabled="true"],
0ef1663c
RK
114toolbar[iconsize="small"] > #back-button[disabled="true"] {
115 -moz-image-region: rect(32px 32px 48px 16px) !important;
116}
117
e8fc8e8e 118toolbar[iconsize="small"] > toolbarpaletteitem > #forward-button,
0ef1663c
RK
119toolbar[iconsize="small"] > #forward-button {
120 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
121 -moz-image-region: rect(48px 16px 64px 0);
122}
123
e8fc8e8e 124toolbar[iconsize="small"] > toolbarpaletteitem > #forward-button[disabled="true"],
0ef1663c
RK
125toolbar[iconsize="small"] > #forward-button[disabled="true"] {
126 -moz-image-region: rect(48px 32px 64px 16px) !important;
127}
128
e8fc8e8e 129toolbar[iconsize="small"] > toolbarpaletteitem > #reload-button,
0ef1663c
RK
130toolbar[iconsize="small"] > #reload-button {
131 list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
132 -moz-image-region: rect(0 16px 16px 0);
133}
134
e8fc8e8e 135toolbar[iconsize="small"] > toolbarpaletteitem > #reload-button[disabled="true"],
0ef1663c
RK
136toolbar[iconsize="small"] > #reload-button[disabled="true"] {
137 -moz-image-region: rect(0 32px 16px 16px) !important;
138}
139
e8fc8e8e 140toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button,
0ef1663c
RK
141toolbar[iconsize="small"] > #stop-button {
142 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
143 -moz-image-region: rect(16px 16px 32px 0);
144}
145
e8fc8e8e 146toolbar[iconsize="small"] > toolbarpaletteitem > #stop-button[disabled="true"],
0ef1663c
RK
147toolbar[iconsize="small"] > #stop-button[disabled="true"] {
148 -moz-image-region: rect(16px 32px 32px 16px) !important;
149}
150
e8fc8e8e 151toolbar[iconsize="small"] > toolbarpaletteitem > #print-button,
0ef1663c
RK
152toolbar[iconsize="small"] > #print-button {
153 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
154 -moz-image-region: rect(0 16px 16px 0);
155}
156
e8fc8e8e 157toolbar[iconsize="small"] > toolbarpaletteitem > #print-button[disabled="true"],
0ef1663c
RK
158toolbar[iconsize="small"] > #print-button[disabled="true"] {
159 -moz-image-region: rect(0 32px 16px 16px) !important;
160}
161
e8fc8e8e 162toolbar[iconsize="small"] > toolbarpaletteitem > #home-button,
0ef1663c
RK
163toolbar[iconsize="small"] > #home-button {
164 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
165 -moz-image-region: rect(64px 16px 80px 0);
166}
167
e8fc8e8e 168toolbar[iconsize="small"] > toolbarpaletteitem > #home-button[disabled="true"],
0ef1663c
RK
169toolbar[iconsize="small"] > #home-button[disabled="true"] {
170 -moz-image-region: rect(64px 32px 80px 16px) !important;
171}
172
c8120ee9 173/* ::::: fullscreen window controls ::::: */
174
175#window-controls {
176 -moz-box-align: center;
749ee109 177 padding: 0 2px;
083cee4a 178 border-left: 1px solid #9999CC;
749ee109 179 -moz-margin-start: 2px;
083cee4a 180}
181
182#window-controls > toolbarbutton {
749ee109
RK
183 padding: 3px;
184 -moz-padding-start: 2px;
185 -moz-padding-end: 1px;
186}
187
188toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
189 display: -moz-box;
c8120ee9 190}
191
192#minimize-button {
193 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
194}
195
196#restore-button {
197 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
198}
199
200#close-button {
201 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
202}
203
74d14f90 204/* ::::: nav-bar-inner ::::: */
205
206#nav-bar-inner {
749ee109
RK
207 -moz-padding-start: 1px;
208 -moz-padding-end: 1px;
74d14f90 209 min-width: 0px;
749ee109 210 -moz-box-align: center;
74d14f90 211}
76983f4c 212
74d14f90 213#urlbar {
749ee109
RK
214 margin: 0;
215 -moz-margin-start: 3px;
216}
217
218#urlbar > .autocomplete-textbox-container {
219 -moz-border-radius: 3px 0 0 3px;
220 padding: 2px;
76983f4c 221}
74d14f90 222
d84b9613 223#urlbar[level="high"] > .autocomplete-textbox-container,
224#urlbar[level="low"] > .autocomplete-textbox-container {
225 background-color: #FFFFCC;
226}
227
e8fc8e8e
RK
228#wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > .button-toolbar,
229#wrapper-nav-bar-inner[place="palette"] > #nav-bar-inner > #urlbar > .urlbar-icons {
230 display: none;
231}
232
74d14f90 233/* ::::: page proxy icon ::::: */
76983f4c 234
74d14f90 235#page-proxy-deck,
236#page-proxy-favicon,
237#page-proxy-button {
238 width: 16px;
239 height: 16px;
240}
2d09e496 241
242#page-proxy-deck {
d2f0d128 243 cursor: -moz-grab;
749ee109 244 margin: 0;
74d14f90 245}
246
247#page-proxy-button {
76983f4c 248 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
74d14f90 249 padding-top: 2px;
250 padding-bottom: 2px;
76983f4c 251}
74d14f90 252
253#page-proxy-favicon {
254 list-style-image: none;
76983f4c 255}
f6e0a33f 256
74d14f90 257/* ::::: autocomplete ::::: */
258
a1f525f0 259.autocomplete-treebody::-moz-tree-cell-text(value) {
e8fc8e8e 260 -moz-padding-start: 13px;
f6e0a33f 261}
f6e0a33f 262
a1f525f0 263.autocomplete-treebody::-moz-tree-cell-text(comment) {
74d14f90 264 color: #808080;
265/* font-style: italic; */
f6e0a33f 266}
267
74d14f90 268.autocomplete-search-box {
269 border-top: 1px solid #9999CC;
270 background-color: #666699;
271 color: #000000;
272}
f6e0a33f 273
74d14f90 274.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
275 border-top: 1px solid #666699;
276}
277
278.autocomplete-search-engine {
279 padding: 2px;
280}
281
282.autocomplete-search-engine[menuactive="true"] {
283 background-color: #9999CC;
284 color: #000000;
285}
286
287.autocomplete-search-engine-img {
8caa872d 288 -moz-margin-end: 4px;
74d14f90 289}
290
291/* ::::: go and searchbuttons ::::: */
f6e0a33f 292
76983f4c 293#search-button,
f6e0a33f 294#go-button {
749ee109
RK
295 margin: 0;
296 padding: 1px 0;
297 -moz-margin-start: 2px;
74d14f90 298 font-weight: bold;
299 background-color: #9999CC;
f6e0a33f 300}
301
749ee109
RK
302/* care that those buttons base on the same min height of 16px that the urlbar
303 autocomplete box gets through site icon and urlbar icons at the right */
304#search-button > .button-box ,
305#go-button > .button-box {
306 min-height: 16px;
307}
308
74d14f90 309#search-button {
310/* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
311 font-weight: bold;
f6e0a33f 312}
313
749ee109
RK
314/*
315toolbar[mode="text"] #search-button > .button-box > .button-icon,
316toolbar[mode="icons"] #search-button > .button-box > .button-text {
317 display: none;
318}
319*/
320
459f2165 321/* ::::: security button ::::: */
74d14f90 322
459f2165 323#security-button {
8caa872d 324 -moz-margin-start: 2px;
f6e0a33f 325}
326
aeb317b8
RK
327#security-button > .statusbarpanel-icon {
328 list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
329}
330
b70a3a73 331/* |high| and |low| styles could be different, to better reflect the secure level... */
aeb317b8
RK
332#security-button[level="high"] > .statusbarpanel-icon,
333#security-button[level="low"] > .statusbarpanel-icon {
334 list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif");
335 background-color: #FFFFCC;
74d14f90 336}
f6e0a33f 337
aeb317b8
RK
338#security-button[level="broken"] > .statusbarpanel-icon {
339 list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif");
340 background-color: #FFCCCC;
341}
342
343#security-button[label] > .statusbarpanel-icon,
344#security-button > .statusbarpanel-text {
345 margin: 0px;
346 background-color: #33FF33;
347 color: #000000;
74d14f90 348}
f6e0a33f 349
d9954aaf
RK
350#ev-button {
351 list-style-image: url("chrome://communicator/skin/icons/identity.png");
352}
353
4c66fa00 354#popupIcon {
c37975cc 355 list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
4c66fa00 356}
357
459f2165 358/* ::::: personal toolbar ::::: */
f6e0a33f 359
459f2165 360#bookmarks-button {
361 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
74d14f90 362}
363
459f2165 364#bookmarks-button[open="true"] {
365 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
74d14f90 366}
459f2165 367
749ee109 368#toolbarbutton.chevron {
56029caf 369 list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
b618d1fd 370}
371
749ee109 372#toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
b618d1fd 373 display: none;
374}
6082be94 375
749ee109
RK
376toolbarbutton.chevron > .toolbarbutton-text {
377 display: none; /* hide chevron label which has a width even if blank */
378}
379
380toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
381 display: -moz-box; /* display chevron icon in text mode */
382}
383
384/* Prevent [mode="icons"|"text"] from hiding the label and icon */
385#bookmarks-ptf .bookmark-item > .toolbarbutton-text,
386#bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
387 display: -moz-box !important;
388}
389
e8fc8e8e 390#PersonalToolbar[iconsize="small"] > toolbarpaletteitem > #home-button > .toolbarbutton-icon,
0ef1663c
RK
391#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
392 /* width: 16px;
393 height: 16px; */
394}
395
396#PersonalToolbar > #home-button {
397 cursor: pointer;
398}
399
400#PersonalToolbar > #home-button[disabled="true"] {
401 cursor: default !important;
402}
403
e8fc8e8e
RK
404/*
405 In customize mode we hide the normal bookmark items and show a placeholder
406 for the drag/drop UI.
407*/
408.bookmarks-toolbar-customize {
409 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
410 display: none;
411 max-width: 15em !important;
412}
413
414toolbarpaletteitem[place] > #personal-bookmarks > .bookmarks-toolbar-customize {
415 display: -moz-box;
416}
417
418toolbarpaletteitem[place="palette"] > #personal-bookmarks > .bookmarks-toolbar-customize {
419 -moz-box-orient: vertical;
420}
421
422toolbarpaletteitem[place="toolbar"] > #personal-bookmarks > .bookmarks-toolbar-overflow-items,
423toolbarpaletteitem[place="toolbar"] > #personal-bookmarks > .bookmarks-toolbar-items {
424 visibility: collapse;
425}
426
427toolbarpaletteitem[place="palette"] > #personal-bookmarks > .bookmarks-toolbar-overflow-items,
428toolbarpaletteitem[place="palette"] > #personal-bookmarks > .bookmarks-toolbar-items {
429 display: none;
430}
431
6082be94
RK
432/* ::::: feeds ::::: */
433
434#feedsMenu {
435 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
436 -moz-image-region: rect(0px 16px 16px 0px);
437}
438
439#feedsMenu[disabled="true"] {
440 -moz-image-region: rect(32px 16px 48px 0px);
441}
442
443#feedsButton {
444 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
445 -moz-image-region: rect(0px 32px 16px 16px);
446}
447
448#feedsButton:hover {
449 -moz-image-region: rect(16px 32px 32px 16px);
450}
451
452#feedsButton:hover:active {
453 -moz-image-region: rect(48px 32px 64px 16px);
454}