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