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