more small adjustments for LCARStrek
[themes.git] / LCARStrek / navigator / navigator.css
... / ...
CommitLineData
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/********** resource bundle binding **********/
48
49/* ::::: primary toolbar buttons ::::: */
50
51#back-button {
52 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
53 -moz-image-region: rect(42px 25px 63px 0px);
54}
55
56#back-button[disabled="true"] {
57 -moz-image-region: rect(42px 50px 63px 25px);
58}
59
60#back-button:not([disabled="true"]):hover,
61#back-button:not([disabled="true"]):hover:active,
62#back-button[open="true"] {
63 -moz-image-region: rect(42px 75px 63px 50px);
64}
65
66#forward-button {
67 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
68 -moz-image-region: rect(63px 25px 84px 0px);
69}
70
71#forward-button[disabled="true"] {
72 -moz-image-region: rect(63px 50px 84px 25px);
73}
74
75#forward-button:not([disabled="true"]):hover,
76#forward-button:not([disabled="true"]):hover:active,
77#forward-button[open="true"] {
78 -moz-image-region: rect(63px 75px 84px 50px);
79}
80
81#reload-button {
82 list-style-image: url("chrome://navigator/skin/icons/navigatoricons.png");
83 -moz-image-region: rect(0px 25px 21px 0px);
84}
85
86#reload-button[disabled="true"] {
87 -moz-image-region: rect(0px 50px 21px 25px);
88}
89
90#reload-button:not([disabled="true"]):hover,
91#reload-button:not([disabled="true"]):hover:active {
92 -moz-image-region: rect(0px 75px 21px 50px);
93}
94
95#stop-button {
96 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
97 -moz-image-region: rect(21px 25px 42px 0px);
98}
99
100#stop-button[disabled="true"] {
101 -moz-image-region: rect(21px 50px 42px 25px);
102}
103
104#stop-button:not([disabled="true"]):hover,
105#stop-button:not([disabled="true"]):hover:active {
106 -moz-image-region: rect(21px 75px 42px 50px);
107}
108
109#print-button {
110 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
111 -moz-image-region: rect(0px 25px 21px 0px);
112}
113
114#print-button[disabled="true"] {
115 -moz-image-region: rect(0px 50px 21px 25px);
116}
117
118#print-button:not([disabled="true"]):hover,
119#print-button:not([disabled="true"]):hover:active,
120#print-button[open="true"] {
121 -moz-image-region: rect(0px 75px 21px 50px);
122}
123
124#clear-button {
125 list-style-image: url("chrome://global/skin/icons/close-button.gif");
126}
127
128#clear-button:hover {
129 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
130}
131
132/* ::::: small primary toolbar buttons ::::: */
133
134#nav-bar[inFullscreen="true"] .toolbar-grippy {
135 /* display: none; */
136}
137
138/* ::::: fullscreen window controls ::::: */
139
140#window-controls {
141 -moz-box-align: center;
142 padding: 0 3px 0 1px;
143 border-left: 3px solid #000000;
144}
145
146#window-controls > toolbarbutton {
147 padding: 2px 0px 2px 2px;
148}
149
150toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
151 display: -moz-box;
152}
153
154#minimize-button {
155 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
156}
157
158#minimize-button:hover {
159 list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
160}
161
162#restore-button {
163 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
164}
165
166#restore-button:hover {
167 list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
168}
169
170#close-button {
171 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
172}
173
174#close-button:hover {
175 list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
176}
177
178/* ::::: nav-bar-inner ::::: */
179
180#nav-bar-inner {
181 -moz-padding-start: 1px;
182 -moz-padding-end: 1px;
183 min-width: 0px;
184 /*margin: 0px 4px; */
185 -moz-box-align: center;
186}
187
188#urlbar {
189 -moz-border-radius: 5px;
190 /*outline: none;
191 border: 1px solid #9C9CFF;
192 background-color: #000000; */
193 margin: 0;
194 -moz-margin-start: 3px;
195 padding: 1px 0;
196}
197
198#urlbar[level="high"] > .autocomplete-textbox-container,
199#urlbar[level="low"] > .autocomplete-textbox-container {
200 background-color: #FFCF00;
201 color: #000000;
202}
203
204/* ::::: page proxy icon ::::: */
205
206#page-proxy-deck,
207#page-proxy-favicon,
208#page-proxy-button {
209 width: 16px;
210 height: 16px;
211}
212
213#page-proxy-deck {
214 cursor: -moz-grab;
215 margin: 1px 1px 1px 2px;
216}
217
218#page-proxy-button {
219 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
220 padding-top: 2px;
221 padding-bottom: 2px;
222}
223
224#page-proxy-favicon {
225 list-style-image: none;
226}
227
228/* ::::: autocomplete ::::: */
229
230.autocomplete-treebody::-moz-tree-cell-text(value) {
231 padding-left: 13px;
232}
233
234.autocomplete-treebody::-moz-tree-cell-text(comment) {
235 color: #E7ADE7;
236/* font-style: italic; */
237}
238
239.autocomplete-search-box {
240 border-top: 1px solid #FF9F00;
241 background-color: #9C9CFF;
242 color: #000000;
243}
244
245.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
246 border-top: 1px solid #9C9CFF;
247}
248
249.autocomplete-search-engine {
250 padding: 2px;
251}
252
253.autocomplete-search-engine[menuactive="true"] {
254 background-color: #008484;
255 color: #FFCF00;
256}
257
258.autocomplete-search-engine-img {
259 margin-right: 4px;
260}
261
262.autocomplete-history-dropmarker:hover {
263 background-color: #FFCF00;
264}
265
266.autocomplete-history-dropmarker:hover:active,
267.autocomplete-history-dropmarker[open="true"] {
268 background-color: #FF9F00;
269}
270
271/* ::::: go and searchbuttons ::::: */
272
273#search-button,
274#go-button {
275 margin: 0;
276 padding: 1px 0;
277 -moz-margin-start: 2px;
278 font-weight: bold;
279 background-color: #000000;
280}
281
282#search-button:hover,
283#go-button:hover {
284 background-color: #FFCF00;
285}
286
287#search-button {
288/* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
289 font-weight: bold;
290}
291
292/*
293toolbar[mode="text"] #search-button > .button-box > .button-icon,
294toolbar[mode="icons"] #search-button > .button-box > .button-text {
295 display: none;
296}
297*/
298
299/* ::::: throbber ::::: */
300
301#throbber-box {
302 -moz-margin-start: 2px;
303}
304
305/* ::::: security button ::::: */
306
307#security-button {
308 list-style-image:url("chrome://communicator/skin/icons/lock-insecure.gif");
309 -moz-margin-start: 2px;
310}
311
312/* |high| and |low| styles could be different, to better reflect the secure level... */
313#security-button[level="high"],
314#security-button[level="low"] {
315 list-style-image:url("chrome://communicator/skin/icons/lock-secure.gif");
316}
317
318#security-button[level="broken"] {
319 list-style-image:url("chrome://communicator/skin/icons/lock-broken.gif");
320}
321
322#popupIcon {
323 list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
324}
325
326/* ::::: personal toolbar ::::: */
327
328#bookmarks-button {
329 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
330}
331
332#bookmarks-button[open="true"] {
333 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
334}
335
336#home-button {
337 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
338 -moz-image-region: rect(84px 25px 105px 0px);
339}
340
341#home-button[disabled="true"] {
342 -moz-image-region: rect(84px 50px 105px 25px);
343}
344
345#home-button:not([disabled="true"]):hover,
346#home-button:not([disabled="true"]):hover:active {
347 -moz-image-region: rect(84px 75px 105px 50px);
348}
349
350toolbarbutton.chevron {
351 list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
352}
353
354toolbarbutton.chevron:hover,
355toolbarbutton.chevron[open="true"] {
356 list-style-image: url("chrome://navigator/skin/icons/chevron-hover.gif") !important;
357}
358
359toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
360 display: none;
361}
362
363toolbarbutton.chevron > .toolbarbutton-text {
364 display: none; /* hide chevron label which has a width even if blank */
365}
366
367toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
368 display: -moz-box; /* display chevron icon in text mode */
369}
370
371/* Prevent [mode="icons"|"text"] from hiding the label and icon */
372#bookmarks-ptf .bookmark-item > .toolbarbutton-text,
373#bookmarks-ptf .bookmark-item > .toolbarbutton-icon {
374 display: -moz-box !important;
375}
376
377/* ::::: feeds ::::: */
378
379#feedsMenu {
380 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
381 -moz-image-region: rect(0px 16px 16px 0px);
382}
383
384#feedsMenu[disabled="true"] {
385 -moz-image-region: rect(32px 16px 48px 0px);
386}
387
388#feedsButton {
389 list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
390 -moz-image-region: rect(0px 32px 16px 16px);
391}
392
393#feedsButton:hover {
394 -moz-image-region: rect(16px 32px 32px 16px);
395}
396
397#feedsButton:hover:active {
398 -moz-image-region: rect(48px 32px 64px 16px);
399}
400
401#urlbar-icons {
402 -moz-margin-end: 2px;
403}
404
405toolbar[iconsize="small"] > #back-button {
406 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
407 -moz-image-region: rect(32px 16px 48px 0);
408}
409
410toolbar[iconsize="small"] > #back-button[disabled="true"] {
411 -moz-image-region: rect(32px 32px 48px 16px) !important;
412}
413
414toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover,
415toolbar[iconsize="small"] > #back-button:not([disabled="true"]):hover:active {
416 -moz-image-region: rect(32px 48px 48px 32px);
417}
418
419toolbar[iconsize="small"] > #forward-button {
420 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
421 -moz-image-region: rect(48px 16px 64px 0);
422}
423
424toolbar[iconsize="small"] > #forward-button[disabled="true"] {
425 -moz-image-region: rect(48px 32px 64px 16px) !important;
426}
427
428toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover,
429toolbar[iconsize="small"] > #forward-button:not([disabled="true"]):hover:active {
430 -moz-image-region: rect(48px 48px 64px 32px);
431}
432
433toolbar[iconsize="small"] > #reload-button {
434 list-style-image: url("chrome://navigator/skin/icons/navigatoricons-small.png");
435 -moz-image-region: rect(0 16px 16px 0);
436}
437
438toolbar[iconsize="small"] > #reload-button[disabled="true"] {
439 -moz-image-region: rect(0 32px 16px 16px) !important;
440}
441
442toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover,
443toolbar[iconsize="small"] > #reload-button:not([disabled="true"]):hover:active {
444 -moz-image-region: rect(0 48px 16px 32px);
445}
446
447toolbar[iconsize="small"] > #stop-button {
448 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
449 -moz-image-region: rect(16px 16px 32px 0);
450}
451
452toolbar[iconsize="small"] > #stop-button[disabled="true"] {
453 -moz-image-region: rect(16px 32px 32px 16px) !important;
454}
455
456toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover,
457toolbar[iconsize="small"] > #stop-button:not([disabled="true"]):hover:active {
458 -moz-image-region: rect(16px 48px 32px 32px);
459}
460
461toolbar[iconsize="small"] > #print-button {
462 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
463 -moz-image-region: rect(0 16px 16px 0);
464}
465
466toolbar[iconsize="small"] > #print-button[disabled="true"] {
467 -moz-image-region: rect(0 32px 16px 16px) !important;
468}
469
470toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover,
471toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
472 -moz-image-region: rect(0 48px 16px 32px);
473}
474
475toolbar[iconsize="small"] > #home-button {
476 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
477 -moz-image-region: rect(64px 16px 80px 0);
478}
479
480toolbar[iconsize="small"] > #home-button[disabled="true"] {
481 -moz-image-region: rect(64px 32px 80px 16px) !important;
482}
483
484toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover,
485toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover:active {
486 -moz-image-region: rect(64px 48px 80px 32px);
487}
488
489/* ::::: home button on the personal toolbar ::::: */
490
491#PersonalToolbar[iconsize="small"] > #home-button > .toolbarbutton-icon {
492 /* width: 16px;
493 height: 16px; */
494}
495
496#PersonalToolbar > #home-button {
497 cursor: pointer;
498}
499
500#PersonalToolbar > #home-button[disabled="true"] {
501 cursor: default !important;
502}