EarlyBlue 2.0a1 -> 2.0a2, navigator part, also remove now unused old gif versions...
[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 #clear-button {
95   list-style-image: url("chrome://global/skin/icons/close-button.gif");
96 }
97
98 /* ::::: small primary toolbar buttons ::::: */
99
100 #nav-bar[inFullscreen="true"] .toolbar-grippy {
101   /* display: none; */
102 }
103
104 /* ::::: fullscreen window controls ::::: */
105
106 #window-controls {
107   -moz-box-align: center;
108   padding: 0 2px;
109   border-left: 1px solid #9999CC;
110   -moz-margin-start: 2px;
111 }
112
113 #window-controls > toolbarbutton {
114   padding: 3px;
115   -moz-padding-start: 2px;
116   -moz-padding-end: 1px;
117 }
118
119 toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
120   display: -moz-box;
121 }
122
123 #minimize-button {
124   list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
125 }
126
127 #restore-button {
128   list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
129 }
130
131 #close-button {
132   list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
133 }
134
135 /* ::::: nav-bar-inner ::::: */
136
137 #nav-bar-inner {
138   -moz-padding-start: 1px;
139   -moz-padding-end: 1px;
140   min-width: 0px;
141   -moz-box-align: center;
142 }
143
144 #urlbar {
145   -moz-border-radius: 5px;
146   margin: 0;
147   -moz-margin-start: 3px;
148 }
149
150 #urlbar > .autocomplete-textbox-container {
151   -moz-border-radius: 3px 0 0 3px;
152   padding: 2px;
153 }
154
155 #urlbar[level="high"] > .autocomplete-textbox-container,
156 #urlbar[level="low"] > .autocomplete-textbox-container {
157   background-color: #FFFFCC;
158 }
159
160 /* ::::: page proxy icon ::::: */
161
162 #page-proxy-deck,
163 #page-proxy-favicon,
164 #page-proxy-button {
165   width: 16px;
166   height: 16px;
167 }
168
169 #page-proxy-deck {
170   cursor: -moz-grab;
171   margin: 0;
172 }
173
174 #page-proxy-button {
175   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
176   padding-top: 2px;
177   padding-bottom: 2px;
178 }
179
180 #page-proxy-favicon {
181   list-style-image: none;
182 }
183
184 /* ::::: autocomplete ::::: */
185
186 .autocomplete-treebody::-moz-tree-cell-text(value) {
187   padding-left: 13px;
188 }
189
190 .autocomplete-treebody::-moz-tree-cell-text(comment) {
191   color: #808080;
192 /*  font-style: italic; */
193 }
194
195 .autocomplete-search-box {
196   border-top: 1px solid #9999CC;
197   background-color: #666699;
198   color: #000000;
199 }
200
201 .autocomplete-result-popup[nomatch] > .autocomplete-search-box {
202   border-top: 1px solid #666699;
203 }
204
205 .autocomplete-search-engine {
206   padding: 2px;
207 }
208
209 .autocomplete-search-engine[menuactive="true"] {
210   background-color: #9999CC;
211   color: #000000;
212 }
213
214 .autocomplete-search-engine-img {
215   margin-right: 4px;
216 }
217
218 /* ::::: go and searchbuttons ::::: */
219
220 #search-button,
221 #go-button {
222   margin: 0;
223   padding: 1px 0;
224   -moz-margin-start: 2px;
225   font-weight: bold;
226   background-color: #9999CC;
227 }
228
229 /* care that those buttons base on the same min height of 16px that the urlbar
230    autocomplete box gets through site icon and urlbar icons at the right */
231 #search-button > .button-box ,
232 #go-button > .button-box {
233   min-height: 16px;
234 }
235
236 #search-button {
237 /*  list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
238   font-weight: bold;
239 }
240
241 /*
242 toolbar[mode="text"] #search-button > .button-box > .button-icon,
243 toolbar[mode="icons"] #search-button > .button-box > .button-text {
244   display: none;
245 }
246 */
247
248 /* ::::: security button ::::: */
249
250 #security-button {
251   list-style-image:url("chrome://communicator/skin/icons/lock-insecure.gif");
252   margin-left: 2px;
253 }
254
255 /* |high| and |low| styles could be different, to better reflect the secure level... */
256 #security-button[level="high"],
257 #security-button[level="low"] {
258   list-style-image:url("chrome://communicator/skin/icons/lock-secure.gif");
259 }
260
261 #security-button[level="broken"] {
262   list-style-image:url("chrome://communicator/skin/icons/lock-broken.gif");
263 }
264
265 #popupIcon {
266   list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
267 }
268
269 /* ::::: personal toolbar ::::: */
270
271 #bookmarks-button {
272   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
273 }
274
275 #bookmarks-button[open="true"] {
276   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
277 }
278
279 #home-button {
280   list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
281   -moz-image-region: rect(84px 25px 105px 0px);
282 }
283
284 #home-button[disabled="true"] {
285   -moz-image-region: rect(84px 50px 105px 25px);
286 }
287
288 #toolbarbutton.chevron {
289   list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
290 }
291
292 #toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
293   display: none;
294 }
295
296 toolbarbutton.chevron > .toolbarbutton-text {
297   display: none; /* hide chevron label which has a width even if blank */
298 }
299
300 toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
301   display: -moz-box; /* display chevron icon in text mode */
302 }
303
304 /* Prevent [mode="icons"|"text"] from hiding the label and icon */
305 #bookmarks-ptf .bookmark-item > .toolbarbutton-text,
306 #bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
307   display: -moz-box !important;
308 }
309
310 /* ::::: feeds ::::: */
311
312 #feedsMenu {
313   list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
314   -moz-image-region: rect(0px 16px 16px 0px);
315 }
316
317 #feedsMenu[disabled="true"] {
318   -moz-image-region: rect(32px 16px 48px 0px);
319 }
320
321 #feedsButton {
322   list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
323   -moz-image-region: rect(0px 32px 16px 16px);
324 }
325
326 #feedsButton:hover {
327   -moz-image-region: rect(16px 32px 32px 16px);
328 }
329
330 #feedsButton:hover:active {
331   -moz-image-region: rect(48px 32px 64px 16px);
332 }
333
334 toolbar[iconsize="small"] > #back-button {
335   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
336   -moz-image-region: rect(32px 16px 48px 0);
337 }
338
339 toolbar[iconsize="small"] > #back-button[disabled="true"] {
340   -moz-image-region: rect(32px 32px 48px 16px) !important;
341 }
342
343 toolbar[iconsize="small"] > #forward-button {
344   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
345   -moz-image-region: rect(48px 16px 64px 0);
346 }
347
348 toolbar[iconsize="small"] > #forward-button[disabled="true"] {
349   -moz-image-region: rect(48px 32px 64px 16px) !important;
350 }
351
352 toolbar[iconsize="small"] > #reload-button {
353   list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
354   -moz-image-region: rect(0 16px 16px 0);
355 }
356
357 toolbar[iconsize="small"] > #reload-button[disabled="true"] {
358   -moz-image-region: rect(0 32px 16px 16px) !important;
359 }
360
361 toolbar[iconsize="small"] > #stop-button {
362   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
363   -moz-image-region: rect(16px 16px 32px 0);
364 }
365
366 toolbar[iconsize="small"] > #stop-button[disabled="true"] {
367   -moz-image-region: rect(16px 32px 32px 16px) !important;
368 }
369
370 toolbar[iconsize="small"] > #print-button {
371   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
372   -moz-image-region: rect(0 16px 16px 0);
373 }
374
375 toolbar[iconsize="small"] > #print-button[disabled="true"] {
376   -moz-image-region: rect(0 32px 16px 16px) !important;
377 }
378
379 toolbar[iconsize="small"] > #home-button {
380   list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
381   -moz-image-region: rect(64px 16px 80px 0);
382 }
383
384 toolbar[iconsize="small"] > #home-button[disabled="true"] {
385   -moz-image-region: rect(64px 32px 80px 16px) !important;
386 }
387
388 /* ::::: home button on the personal toolbar ::::: */
389
390 #PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
391   /* width: 16px;
392   height: 16px; */
393 }
394
395 #PersonalToolbar > #home-button {
396   cursor: pointer;
397 }
398
399 #PersonalToolbar > #home-button[disabled="true"] {
400   cursor: default !important;
401 }