move padding to .urlbar-security-level to still have the whole relevant area colored...
[themes.git] / LCARStrek / browser / browser.css
CommitLineData
acb0e9b8 1/* ***** BEGIN LICENSE BLOCK *****
319c6529 2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
acb0e9b8 3 *
319c6529
RK
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/
acb0e9b8 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 mozilla.org code.
15 *
16 * The Initial Developer of the Original Code is
17 * Netscape Communications Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 1998-1999
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Joe Hewitt (hewitt@netscape.com)
23 * Jason Kersey (kerz@netscape.com)
24 * Pierre Chanial (chanial@noos.fr)
613daf44 25 * Dean Tessman (dean_tessman@hotmail.com)
319c6529
RK
26 * Blake Ross (blake@cs.stanford.edu)
27 * Pamela Greene (pamg.bugs@gmail.com)
28 * Dão Gottwald (dao@mozilla.com)
29 * Jim Mathies (jmathies@mozilla.com)
30 * Drew Willcoxon (adw@mozilla.com)
acb0e9b8 31 *
32 * Alternatively, the contents of this file may be used under the terms of
33 * either the GNU General Public License Version 2 or later (the "GPL"), or
34 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
35 * in which case the provisions of the GPL or the LGPL are applicable instead
36 * of those above. If you wish to allow use of your version of this file only
37 * under the terms of either the GPL or the LGPL, and not to allow others to
319c6529 38 * use your version of this file under the terms of the MPL, indicate your
acb0e9b8 39 * decision by deleting the provisions above and replace them with the notice
40 * and other provisions required by the GPL or the LGPL. If you do not delete
41 * the provisions above, a recipient may use your version of this file under
319c6529 42 * the terms of any one of the MPL, the GPL or the LGPL.
acb0e9b8 43 *
44 * ***** END LICENSE BLOCK ***** */
45
46@import url("chrome://global/skin/");
47
48@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
319c6529
RK
49@namespace html url("http://www.w3.org/1999/xhtml");
50
51toolbar {
52 -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar");
53}
acb0e9b8 54
41279e76
RK
55toolbar[type="menubar"][autohide="true"] {
56 -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-menubar-autohide");
57}
58
acb0e9b8 59menubar {
319c6529 60 -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar");
acb0e9b8 61}
62
319c6529
RK
63#menubar-items {
64 -moz-box-orient: vertical; /* for flex hack */
acb0e9b8 65}
66
319c6529
RK
67#main-menubar {
68 -moz-box-flex: 1; /* make menu items expand to fill toolbar height */
69}
70
63ada306
RK
71/* ::::: primary toolbar ::::: */
72
73.toolbar-primary > .toolbar-box > .toolbar-holder {
74 background-color: #FF9F00;
75}
76
77.toolbar-primary > .toolbar-box > .toolbar-startcap,
78.toolbar-primary > .toolbar-box > .toolbar-endcap {
79 background-color: #9C9CFF;
80}
81
82
319c6529
RK
83#navigator-toolbox {
84}
85
9abeb12c
RK
86#navigator-toolbox::after {
87 content: "";
88 display: -moz-box;
89 -moz-box-ordinal-group: 101; /* tabs toolbar is 100 */
90 height: 1px;
91}
92#navigator-toolbox[tabsontop=false]::after,
93#main-window[disablechrome] #navigator-toolbox::after {
94 visibility: collapse;
95}
96
319c6529
RK
97#navigator-toolbox > toolbar:not(:-moz-lwtheme) {
98}
99
d54f5b23 100#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar:not(:-moz-lwtheme) {
319c6529
RK
101 /* like menubar */
102 background-color: #6000CF;
103 color: #FF9F00;
104}
d54f5b23 105#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive {
319c6529
RK
106 background-color: #8050B0;
107 color: #FF9F00;
108}
109
110#main-window[tabsintitlebar] #titlebar:-moz-lwtheme {
111 visibility: hidden;
112}
113#main-window[tabsintitlebar] #titlebar-content:-moz-lwtheme {
114 -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
115 visibility: visible;
116}
117
319c6529
RK
118#navigator-toolbox[tabsontop="true"] > #nav-bar,
119#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + toolbar,
120#navigator-toolbox[tabsontop="true"]:not([customizing]) > #nav-bar[collapsed="true"] + #customToolbars + #PersonalToolbar {
121 /* background-image: -moz-linear-gradient(@toolbarHighlight@, rgba(255,255,255,0)); */
122}
123
319c6529
RK
124#personal-bookmarks {
125 min-height: 24px;
126}
127
128#print-preview-toolbar:not(:-moz-lwtheme) {
129 /* -moz-appearance: toolbox; */
acb0e9b8 130}
131
319c6529
RK
132/* ::::: app menu button ::::: */
133
134#appmenu-button {
acb0e9b8 135 background-color: #FF9F00;
319c6529
RK
136 background-clip: padding-box;
137 border-radius: 0;
138 border: none;
139 border-left: 3px solid #000000;
140 border-right: 3px solid #000000;
141 color: #000000;
142 font-weight: bold;
143 padding: 0 1.5em .05em;
144 margin: 0 0 2px;
acb0e9b8 145}
146
319c6529
RK
147#main-window[privatebrowsingmode=temporary] #appmenu-button {
148 background-color: #6000CF;
149 color: #FFCF00;
150}
151
b36fc72e
RK
152#appmenu-button:hover:not(:active):not([open]) {
153}
154
155#main-window[privatebrowsingmode=temporary] #appmenu-button:hover:not(:active):not([open]) {
156}
157
319c6529
RK
158#appmenu-button:hover,
159#appmenu-button:hover:active,
160#appmenu-button[open] {
161 background-color: #FFCF00;
162 color: #000000;
163}
164
165#appmenu-button > .button-box > .button-menu-dropmarker {
166 list-style-image: url("appmenu-dropmarker.png");
167 width: auto;
168 height: auto;
169 padding: 0;
170 margin: 0;
171 -moz-margin-start: .5em;
172}
173
d54f5b23
RK
174.splitmenu-menuitem {
175 -moz-margin-end: 1px;
176}
177
ab799a7a 178.splitmenu-menu {
319c6529
RK
179 -moz-box-pack: end;
180}
181
182.appmenu-edit-button {
183}
184
185.appmenu-edit-button[disabled="true"] {
186}
187
188#appmenuPrimaryPane {
189 -moz-border-end: 1px solid #9C9CFF;
190}
191/*
192 #appmenu-popup {
193 }
194 #appmenuPrimaryPane {
195 }
196 #appmenuSecondaryPane {
197 }
198 #appmenuSecondaryPane:-moz-locale-dir(rtl) {
199 }
200
201 #appmenuSecondaryPane menupopup {
202 }
203
204 .appmenu-menuseparator {
205 }
206
207 .appmenu-edit-button:not([disabled]):hover {
208 }
209*/
210#appmenuSecondaryPane-spacer {
211 min-height: 1em;
212}
213
9abeb12c
RK
214#appmenu-editmenu {
215 -moz-box-pack: end;
216}
217
319c6529
RK
218#appmenu_print,
219#appmenu_print_popup,
220.appmenu-edit-button,
9abeb12c
RK
221#appmenu-editmenu-cut,
222#appmenu-editmenu-copy,
223#appmenu-editmenu-paste,
319c6529
RK
224#appmenu-quit {
225 list-style-image: url("appmenu-icons.png");
226}
227
9abeb12c
RK
228#appmenu-cut,
229#appmenu-editmenu-cut {
319c6529 230 -moz-image-region: rect(0 16px 16px 0);
acb0e9b8 231}
232
9abeb12c
RK
233#appmenu-copy,
234#appmenu-editmenu-copy {
319c6529
RK
235 -moz-image-region: rect(0 32px 16px 16px);
236}
237
9abeb12c
RK
238#appmenu-paste,
239#appmenu-editmenu-paste {
319c6529
RK
240 -moz-image-region: rect(0 48px 16px 32px);
241}
242
243#appmenu_print,
244#appmenu_print_popup {
245 -moz-image-region: rect(0 64px 16px 48px);
246}
247
248#appmenu-quit {
249 -moz-image-region: rect(0 80px 16px 64px);
250}
251
252#appmenu-edit-label {
253 -moz-appearance: none;
254 background: transparent;
255 font-style: italic;
256}
257
258#appmenu_bookmarks {
259 list-style-image: url("chrome://browser/skin/places/bookmark.png");
260 -moz-image-region: rect(0px 48px 16px 32px);
261}
262
263#appmenu_privateBrowsing {
264 list-style-image: url("chrome://browser/skin/Privacy-16.png");
265}
266
267#appmenu_addons {
268 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
269}
270
271#BMB_bookmarkThisPage,
272#appmenu_bookmarkThisPage {
273 list-style-image: url("chrome://browser/skin/places/bookmark.png");
274 -moz-image-region: rect(0 16px 16px 0);
275}
276
277/* ::::: titlebar ::::: */
278
279#main-window[sizemode="normal"] > #titlebar {
280}
281
282#main-window[sizemode="maximized"] > #titlebar {
283}
284
285#titlebar-buttonbox {
286}
287
288#main-window[sizemode="maximized"] #titlebar-buttonbox {
289}
290
291.titlebar-placeholder[type="appmenu-button"] {
292 margin-left: 4px;
293}
294
295.titlebar-placeholder[type="caption-buttons"] {
296 margin-left: 10px;
297}
298
299/* titlebar command buttons */
300
301#titlebar-min {
302}
303
304#titlebar-max {
305}
306
307#main-window[sizemode="maximized"] #titlebar-max {
308}
309
310#titlebar-close {
acb0e9b8 311}
312
313/* ::::: bookmark buttons ::::: */
314
315toolbarbutton.bookmark-item {
316 margin: 0;
319c6529 317 padding: 2px 3px;
acb0e9b8 318}
319
319c6529 320toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
acb0e9b8 321toolbarbutton.bookmark-item[open="true"] {
319c6529
RK
322 padding-top: 3px;
323 padding-bottom: 1px;
324 -moz-padding-start: 4px;
325 -moz-padding-end: 2px;
acb0e9b8 326}
327
328.bookmark-item > .toolbarbutton-icon {
329 width: 16px;
330 height: 16px;
331}
332
333/* Prevent [mode="icons"] from hiding the label */
334.bookmark-item > .toolbarbutton-text {
335 display: -moz-box !important;
336}
337
319c6529
RK
338.bookmark-item > .toolbarbutton-menu-dropmarker {
339 display: none;
340}
341
342#wrapper-personal-bookmarks[place="palette"] > .toolbarpaletteitem-box {
343 width: 16px;
344 height: 16px;
345 background: url("chrome://browser/skin/places/bookmarksToolbar.png") no-repeat;
346}
347
348.bookmarks-toolbar-customize {
349 max-width: 15em !important;
350 list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
351}
352
353/* ::::: bookmark menus ::::: */
354
355menu.bookmark-item,
356menuitem.bookmark-item {
357 min-width: 0;
ab799a7a 358 max-width: 32em;
319c6529
RK
359}
360
361.bookmark-item > .menu-iconic-left {
362 margin-top: 0;
363 margin-bottom: 0;
364}
365
366.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
367 -moz-padding-start: 0px;
368}
369
370/* ::::: bookmark items ::::: */
371
372.bookmark-item {
373 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
374}
375
376.bookmark-item[container] {
377 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
378}
379
380.bookmark-item[container][open] {
381 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
382}
383
384.bookmark-item[container][livemark] {
385 list-style-image: url("chrome://browser/skin/livemark-folder.png");
386 -moz-image-region: auto;
387}
388
389.bookmark-item[container][livemark] .bookmark-item {
390 list-style-image: url("chrome://browser/skin/livemark-item.png");
391 -moz-image-region: auto;
392}
393
394.bookmark-item[container][query] {
395 list-style-image: url("chrome://browser/skin/places/query.png");
396 -moz-image-region: auto;
397}
398
399.bookmark-item[query][tagContainer] {
400 list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
401 -moz-image-region: auto;
402}
403
404.bookmark-item[query][dayContainer] {
405 list-style-image: url("chrome://browser/skin/places/calendar.png");
406 -moz-image-region: auto;
407}
408
409.bookmark-item[query][hostContainer] {
410 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
411}
412
413.bookmark-item[query][hostContainer][open] {
414 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
415}
416
417/* ::::: primary toolbar buttons ::::: */
418
63ada306
RK
419.toolbarbutton-1 {
420 list-style-image: url("chrome://browser/skin/Toolbar.png");
421}
422
423.toolbarbutton-1:not([type="menu-button"]) {
424 -moz-box-orient: vertical;
425}
426
319c6529
RK
427.toolbarbutton-1,
428.toolbarbutton-1 > .toolbarbutton-menubutton-button {
429 min-width: 36px;
430 min-height: 36px;
319c6529
RK
431}
432
ab799a7a
RK
433.toolbarbutton-1:not([type="menu-button"]) {
434 -moz-box-orient: vertical;
319c6529
RK
435}
436
437.toolbarbutton-1,
438.toolbarbutton-1 > .toolbarbutton-menubutton-button,
439.toolbarbutton-1[disabled="true"]:hover:active,
440.toolbarbutton-1[disabled="true"]:hover:active > .toolbarbutton-menubutton-button {
441 padding: 1px 2px;
442}
443
444.toolbarbutton-1:hover:active,
445.toolbarbutton-1[open="true"],
446.toolbarbutton-1:hover:active > .toolbarbutton-menubutton-button {
447 padding-top: 2px;
448 padding-bottom: 0px;
449 -moz-padding-start: 3px;
450 -moz-padding-end: 1px;
451}
452
319c6529
RK
453/* ::::: small primary toolbar buttons ::::: */
454
9abeb12c
RK
455#nav-bar {
456 /* force iconsize="small" on this toolbar */
457 counter-reset: smallicons;
458}
459
319c6529
RK
460toolbar[mode="text"] .toolbarbutton-1,
461toolbar[mode="icons"] .toolbarbutton-1,
462toolbar[iconsize="small"] .toolbarbutton-1,
463:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1,
464toolbar[mode="text"] .toolbarbutton-menubutton-button,
465toolbar[mode="icons"] .toolbarbutton-menubutton-button,
466toolbar[iconsize="small"] .toolbarbutton-menubutton-button,
467:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-button {
468 min-width: 0px;
469 min-height: 0px;
470}
471
472toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker {
473 padding-top: 4px;
474 padding-bottom: 8px;
475 -moz-padding-start: 1px;
476 -moz-padding-end: 1px;
477}
478
479toolbar[mode="icons"] .toolbarbutton-menubutton-dropmarker,
480toolbar[iconsize="small"] .toolbarbutton-menubutton-dropmarker,
481:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
482 padding-top: 0px;
483 padding-bottom: 13px;
484 -moz-padding-start: 1px;
485 -moz-padding-end: 1px;
486}
487
488toolbar[mode="text"] .toolbarbutton-1[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
489toolbar[mode="text"] .toolbarbutton-1[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
490 padding-top: 5px;
491 padding-bottom: 7px;
492 -moz-padding-start: 0px;
493 -moz-padding-end: 2px;
494}
495
496toolbar[mode="icons"] .toolbarbutton-1[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
497toolbar[mode="icons"] .toolbarbutton-1[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker,
498toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
499toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker,
500:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker,
501:-moz-any(#TabsToolbar, #addon-bar) .toolbarbutton-1[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker {
502 padding-top: 1px;
503 padding-bottom: 12px;
504 -moz-padding-start: 0px;
505 -moz-padding-end: 2px;
506}
507
508toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker[disabled="true"] {
509 padding-top: 4px !important;
510 padding-bottom: 8px !important;
511 -moz-padding-start: 1px !important;
512 -moz-padding-end: 1px !important;
513}
514
515toolbar[mode="icons"] .toolbarbutton-menubutton-dropmarker[disabled="true"],
516toolbar[iconsize="small"] > .toolbarbutton-menubutton-dropmarker[disabled="true"] {
517 padding-top: 0px !important;
518 padding-bottom: 13px !important;
519 -moz-padding-start: 1px !important;
520 -moz-padding-end: 1px !important;
521}
522
523toolbar[mode="icons"] .toolbarbutton-text,
524toolbar[mode="text"] .toolbarbutton-icon {
525 display: none;
526}
527
528toolbar[mode="text"] .toolbarbutton-text {
529 padding: 4px 0;
530}
531
532toolbar[mode="text"] .toolbarbutton-1,
533toolbar[mode="text"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
534 -moz-box-orient: horizontal;
535}
536
537toolbar[mode="full"] .toolbarbutton-1,
538toolbar[mode="full"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
539 min-width: 30px;
540}
541
d54f5b23 542#navigator-toolbox[iconsize=small] > #nav-bar {
d54f5b23
RK
543}
544
545#navigator-toolbox[iconsize=large][mode=icons] > #nav-bar {
d54f5b23
RK
546}
547
548
319c6529
RK
549/* unified back/forward button */
550
551#back-button {
552 -moz-image-region: rect(0, 18px, 18px, 0);
553 -moz-margin-end: 0;
554}
555
556#forward-button {
557 -moz-image-region: rect(0, 36px, 18px, 18px);
558 border-left: none;
559 -moz-margin-start: 0;
560}
561
b36fc72e
RK
562#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button {
563 -moz-image-region: rect(18px, 20px, 38px, 0);
564}
565
319c6529
RK
566#back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon,
567#forward-button:-moz-locale-dir(rtl),
568#forward-button:-moz-locale-dir(rtl) > .toolbarbutton-text {
569 -moz-transform: scaleX(-1);
570}
571
b36fc72e
RK
572#nav-bar #back-button {
573 -moz-margin-end: 0 !important;
574}
575
576#nav-bar #forward-button {
577 border-left-style: none;
578 -moz-margin-start: 0 !important;
579}
580
581#nav-bar #back-button:-moz-locale-dir(ltr) {
319c6529
RK
582 border-top-right-radius: 0;
583 border-bottom-right-radius: 0;
584}
585
b36fc72e
RK
586#nav-bar #back-button:-moz-locale-dir(rtl),
587#nav-bar #forward-button {
319c6529
RK
588 border-top-left-radius: 0;
589 border-bottom-left-radius: 0;
590}
591
9abeb12c 592#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button {
319c6529
RK
593 border-radius: 10000px;
594 width: 30px;
595 height: 30px;
596 position: relative;
597 z-index: 1;
598 margin-top: -2px;
599 margin-bottom: -2px;
600 border: none;
601 -moz-image-region: rect(18px, 20px, 38px, 0);
602}
603
9abeb12c 604#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button:not([disabled="true"]):not([open="true"]):not(:active):hover {
319c6529
RK
605}
606
9abeb12c
RK
607#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button:not([disabled="true"]):hover:active,
608#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #back-button[open="true"] {
319c6529
RK
609}
610
9abeb12c
RK
611#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar[currentset*="unified-back-forward-button"],
612#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar:not([currentset]) {
319c6529
RK
613/* padding-top: 3px;
614 padding-bottom: 5px; */
615}
616
9abeb12c
RK
617#navigator-toolbox[iconsize="large"][mode="icons"][tabsontop="true"] > #nav-bar[currentset*="unified-back-forward-button"],
618#navigator-toolbox[iconsize="large"][mode="icons"][tabsontop="true"] > #nav-bar:not([currentset]) {
319c6529
RK
619/* padding-top: 5px; */
620}
621
9abeb12c 622#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #forward-button {
319c6529
RK
623 /*mask: url(keyhole-forward-mask.svg#mask); XXX: this regresses twinopen */
624 mask: url("chrome://browser/content/browser.xul#winstripe-keyhole-forward-mask");
9abeb12c 625 -moz-margin-start: -6px !important;
319c6529
RK
626 padding-left: 7px;
627 padding-right: 3px;
628}
629
9abeb12c 630#navigator-toolbox[iconsize="large"][mode="icons"] > #nav-bar #forward-button:not([disabled="true"]):not(:active):hover {
319c6529
RK
631 /*mask: url(keyhole-forward-mask.svg#mask-hover);*/
632 mask: url("chrome://browser/content/browser.xul#winstripe-keyhole-forward-mask-hover");
633}
634
635.unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr),
636.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) {
637 list-style-image: url("chrome://browser/skin/menu-back.png") !important;
638}
639
640.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr),
641.unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) {
642 list-style-image: url("chrome://browser/skin/menu-forward.png") !important;
643}
644
645/* stop button */
646
647#stop-button {
648 -moz-image-region: rect(0, 54px, 18px, 36px);
649}
650
651/* reload button */
652
653#reload-button {
654 -moz-image-region: rect(0, 72px, 18px, 54px);
655}
656
657/* home button */
658
659#home-button.bookmark-item {
660 list-style-image: url("chrome://browser/skin/Toolbar.png");
661}
662#home-button {
663 -moz-image-region: rect(0, 90px, 18px, 72px);
664}
665
666/* tabview button */
667
d54f5b23
RK
668#tabview-button,
669#menu_tabview {
319c6529 670 list-style-image: url("chrome://browser/skin/tabview/tabview.png");
d54f5b23
RK
671}
672
673#tabview-button {
319c6529
RK
674 -moz-image-region: rect(0, 90px, 18px, 72px);
675}
676
677#tabview-button[groups="0"] {
678 -moz-image-region: rect(0, 18px, 18px, 0);
679}
680
681#tabview-button[groups="1"] {
682 -moz-image-region: rect(0, 36px, 18px, 18px);
683}
684
685#tabview-button[groups="2"] {
686 -moz-image-region: rect(0, 54px, 18px, 36px);
687}
688
689#tabview-button[groups="3"] {
690 -moz-image-region: rect(0, 72px, 18px, 54px);
691}
692
d54f5b23
RK
693#menu_tabview {
694 -moz-image-region: rect(1px, 89px, 17px, 73px);
695}
696
697#menu_tabview[groups="0"] {
698 -moz-image-region: rect(1px, 17px, 17px, 1px);
699}
700
701#menu_tabview[groups="1"] {
702 -moz-image-region: rect(1px, 35px, 17px, 19px);
703}
704
705#menu_tabview[groups="2"] {
706 -moz-image-region: rect(1px, 53px, 17px, 37px);
707}
708
709#menu_tabview[groups="3"] {
710 -moz-image-region: rect(1px, 71px, 17px, 55px);
711}
712
319c6529
RK
713/* download manager button */
714
715#downloads-button {
716 -moz-image-region: rect(0, 108px, 18px, 90px);
717}
718
719/* history sidebar button */
720
721#history-button {
722 -moz-image-region: rect(0, 126px, 18px, 108px);
723}
724
725/* bookmark sidebar & menu buttons */
726
727#bookmarks-button,
728#bookmarks-menu-button {
729 -moz-image-region: rect(0, 144px, 18px, 126px);
730}
731
732#bookmarks-menu-button.bookmark-item {
733 list-style-image: url("chrome://browser/skin/Toolbar.png");
734}
735
736#bookmarks-menu-button.toolbarbutton-1 {
737 -moz-box-orient: horizontal;
738}
739
740/* print button */
741
742#print-button {
743 -moz-image-region: rect(0, 162px, 18px, 144px);
744}
745
746/* toolbar new tab button */
747
748#new-tab-button {
749 -moz-image-region: rect(0, 180px, 18px, 162px);
750}
751
752/* new window button */
753
754#new-window-button {
755 -moz-image-region: rect(0, 198px, 18px, 180px);
756}
757
758/* cut button */
759
760#cut-button {
761 -moz-image-region: rect(0, 216px, 18px, 198px);
762}
763
764/* copy button */
765
766#copy-button {
767 -moz-image-region: rect(0, 234px, 18px, 216px);
768}
769
770/* paste button */
771
772#paste-button {
773 -moz-image-region: rect(0, 252px, 18px, 234px);
774}
775
776/* fullscreen button */
777
778#fullscreen-button {
779 -moz-image-region: rect(0, 270px, 18px, 252px);
780}
781
782/* zoom controls */
783
784#zoom-out-button {
785 -moz-image-region: rect(0, 288px, 18px, 270px);
786 -moz-margin-end: 0;
787}
788
789#zoom-in-button {
790 -moz-image-region: rect(0, 306px, 18px, 288px);
b36fc72e
RK
791}
792
793#nav-bar #zoom-out-button {
794 -moz-margin-end: 0;
795}
796
797#nav-bar #zoom-in-button {
319c6529
RK
798 -moz-border-start: none;
799 -moz-margin-start: 0;
800}
801
b36fc72e
RK
802#nav-bar #zoom-out-button:-moz-locale-dir(ltr),
803#nav-bar #zoom-in-button:-moz-locale-dir(rtl) {
319c6529
RK
804 border-top-right-radius: 0;
805 border-bottom-right-radius: 0;
806}
807
b36fc72e
RK
808#nav-bar #zoom-out-button:-moz-locale-dir(rtl),
809#nav-bar #zoom-in-button:-moz-locale-dir(ltr) {
319c6529
RK
810 border-top-left-radius: 0;
811 border-bottom-left-radius: 0;
812}
813
814/* sync button */
815
816#sync-button {
817 -moz-image-region: rect(0, 324px, 18px, 306px);
818}
819
820#sync-button[status="active"] {
821 list-style-image: url("chrome://browser/skin/sync-throbber.png");
822 -moz-image-region: rect(0, 18px, 18px, 0);
823}
824
825/* feed button */
826
827#feed-button {
828 -moz-image-region: rect(0, 342px, 18px, 324px);
829}
830
831/* ::::: fullscreen window controls ::::: */
832
ab799a7a
RK
833#TabsToolbar > #window-controls {
834 -moz-margin-start: 4px;
835}
836
319c6529
RK
837#minimize-button,
838#restore-button,
839#close-button {
840/* padding: 0; */
841}
842
843#minimize-button {
844 list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
845}
846
847#minimize-button:hover {
848 list-style-image: url("chrome://navigator/skin/icons/win-minimize-hover.gif");
849}
850
851#restore-button {
852 list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
853}
854
855#restore-button:hover {
856 list-style-image: url("chrome://navigator/skin/icons/win-restore-hover.gif");
857}
858
859#close-button {
860 list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
861}
862
863#close-button:hover {
864 list-style-image: url("chrome://navigator/skin/icons/win-close-hover.gif");
865}
866
867/* ::::: Location Bar ::::: */
868
869#urlbar {
870 width: 7em;
871 min-width: 7em;
872}
873
874#urlbar,
875.searchbar-textbox {
876 border-radius: 5px;
877 margin: 0;
878 -moz-margin-start: 3px;
879}
880
319c6529
RK
881#urlbar:-moz-lwtheme,
882.searchbar-textbox:-moz-lwtheme {
883 /* background-color: rgba(255,255,255,.8);
884 @navbarTextboxCustomBorder@
885 color: black; */
886}
887
888html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
889.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input:-moz-placeholder {
890 color: #E7ADE7;
891}
892
893#urlbar:-moz-lwtheme[focused="true"],
894.searchbar-textbox:-moz-lwtheme[focused="true"] {
895/* background-color: white; */
896}
897
898#urlbar-container {
899 -moz-box-orient: horizontal;
900 -moz-box-align: stretch;
901}
902
9abeb12c
RK
903.urlbar-textbox-container {
904 -moz-box-align: stretch;
905}
906
319c6529
RK
907#urlbar-icons {
908 height: 18px;
909 -moz-box-align: center;
910}
911
912.urlbar-icon {
913 padding: 0 2px !important;
914}
915
916.urlbar-icon:-moz-system-metric(touch-enabled) {
917 -moz-margin-end: 1px !important;
918 padding: 0 3px !important;
919}
920
921#urlbar-search-splitter {
922 min-width: 6px;
923 -moz-margin-start: -3px;
924 border: none;
925 background: transparent;
926}
927
928#urlbar-search-splitter + #urlbar-container > #urlbar ,
929#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
930 -moz-margin-start: 0;
931}
932
319c6529
RK
933#urlbar-display {
934 margin-top: -2px;
935 margin-bottom: -2px;
319c6529
RK
936 -moz-border-end: 1px solid #9C9CFF;
937 -moz-margin-end: 3px;
938}
939
ab799a7a
RK
940#urlbar-display {
941 margin-top: 0;
942 margin-bottom: 0;
943 color: #8050B0;
944}
945
319c6529
RK
946/* identity box */
947
948#identity-box {
949 background-color: #000000;
950 color: #FF9F00;
951 border-radius: 2px;
952}
953
954#identity-box:hover {
955 background-color: #9C9CFF;
956 color: #000000;
957}
958
959#identity-box[open="true"],
960#identity-box:hover:active {
961 background-color: #FF9F00;
962 color: #000000;
963}
964
965#identity-box.verifiedDomain {
966 background-color: #FFCF00;
967 color: #000000;
968}
969
970#identity-box.verifiedIdentity {
971 background-color: #008484;
972 color: #000000;
973}
974
975#identity-box:-moz-focusring {
976 outline: 1px dotted #008484;
977 outline-offset: -3px;
978}
979
980#identity-box.verifiedDomain:-moz-focusring,
981#identity-box.verifiedIdentity:-moz-focusring {
982 outline-color: #000000;
983}
984
985#identity-icon-labels {
986 -moz-margin-start: 1px;
987 -moz-margin-end: 3px;
988 -moz-transform: translate(0, -1px);
989}
990
991/* Location bar dropmarker */
992
993.urlbar-history-dropmarker {
994 -moz-appearance: none;
995 padding: 0 1px;
996 background-color: transparent;
997 border: none;
998 width: auto;
999 list-style-image: url("mainwindow-dropdown-arrow.png");
1000 -moz-image-region: rect(0, 13px, 11px, 0);
1001}
1002
1003.urlbar-history-dropmarker:-moz-system-metric(touch-enabled) {
1004 min-width: 6.4mozmm;
1005}
1006
1007.urlbar-history-dropmarker:hover:active,
1008.urlbar-history-dropmarker[open="true"] {
1009 -moz-image-region: rect(0, 26px, 11px, 13px);
1010}
1011
1012/* page proxy icon */
1013
1014#page-proxy-favicon,
1015#urlbar-throbber {
1016 width: 16px;
1017 height: 16px;
1018}
1019
1020#page-proxy-stack {
1021 width: 24px;
1022 height: 18px;
1023 padding: 1px 4px;
1024 background: url("urlbar-favicon-glow.png") center center no-repeat;
1025}
1026
1027#page-proxy-favicon:not([src]) {
1028 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
acb0e9b8 1029}
1030
319c6529
RK
1031#page-proxy-favicon[pageproxystate="invalid"] {
1032 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
acb0e9b8 1033}
1034
319c6529
RK
1035#urlbar-throbber {
1036 list-style-image: url("chrome://global/skin/icons/loading.gif");
acb0e9b8 1037}
1038
319c6529
RK
1039/* autocomplete */
1040
319c6529
RK
1041#treecolAutoCompleteImage {
1042 max-width: 36px;
1043}
acb0e9b8 1044
319c6529
RK
1045.ac-result-type-bookmark,
1046.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
1047 list-style-image: url("chrome://browser/skin/places/editBookmark.png");
1048 -moz-image-region: rect(0px 16px 16px 0px);
1049 width: 16px;
1050 height: 16px;
acb0e9b8 1051}
1052
319c6529
RK
1053.ac-result-type-keyword,
1054.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) {
1055 list-style-image: url("chrome://global/skin/icons/Search-glass.png");
1056 -moz-image-region: rect(0px 32px 16px 16px);
acb0e9b8 1057 width: 16px;
1058 height: 16px;
1059}
1060
319c6529
RK
1061.ac-result-type-tag,
1062.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
1063 list-style-image: url("chrome://browser/skin/places/tag.png");
1064 width: 16px;
1065 height: 16px;
1066}
acb0e9b8 1067
319c6529
RK
1068.ac-comment {
1069 font-size: 1.15em;
acb0e9b8 1070}
319c6529
RK
1071
1072.ac-extra > .ac-comment {
1073 font-size: inherit;
acb0e9b8 1074}
319c6529
RK
1075
1076.ac-url-text,
1077.ac-action-text {
1078 color: #9C9CFF;
acb0e9b8 1079}
319c6529
RK
1080
1081richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-icon {
1082 list-style-image: url("chrome://browser/skin/actionicon-tab.png");
acb0e9b8 1083}
1084
319c6529
RK
1085.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
1086 color: #8050B0;
1087}
acb0e9b8 1088
319c6529
RK
1089.ac-comment[selected="true"],
1090.ac-url-text[selected="true"],
1091.ac-action-text[selected="true"] {
1092 color: inherit !important;
acb0e9b8 1093}
1094
319c6529
RK
1095.autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment),
1096.autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment)
1097{
1098 color: #8050B0;
1099 font-size: smaller;
acb0e9b8 1100}
319c6529
RK
1101
1102.autocomplete-treebody::-moz-tree-cell(suggesthint) {
1103 border-top: 1px solid #9C9CFF;
acb0e9b8 1104}
1105
319c6529 1106/* go button */
acb0e9b8 1107
319c6529
RK
1108#go-button {
1109 list-style-image: url("chrome://browser/skin/Go-arrow.png");
1110 -moz-image-region: rect(0px, 16px, 16px, 0px);
acb0e9b8 1111}
1112
9abeb12c
RK
1113#go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
1114 -moz-transform: scaleX(-1);
1115}
1116
319c6529
RK
1117#go-button:hover {
1118 -moz-image-region: rect(16px, 16px, 32px, 0px);
acb0e9b8 1119}
1120
319c6529
RK
1121/* combined go/reload/stop button in location bar */
1122
1123#urlbar > toolbarbutton {
1124 list-style-image: url("chrome://browser/skin/reload-stop-go.png");
9abeb12c
RK
1125 margin: -2px;
1126 -moz-margin-start: 0;
319c6529
RK
1127 padding: 0 3px;
1128 background-origin: border-box;
1129 border: none;
9abeb12c
RK
1130 -moz-border-start: 1px solid #9C9CFF;
1131}
1132
1133#urlbar:-moz-locale-dir(ltr) > toolbarbutton {
319c6529
RK
1134 border-top-right-radius: 2px;
1135 border-bottom-right-radius: 2px;
acb0e9b8 1136}
acb0e9b8 1137
9abeb12c
RK
1138#urlbar:-moz-locale-dir(rtl) > toolbarbutton {
1139 border-top-left-radius: 2px;
1140 border-bottom-left-radius: 2px;
1141}
1142
319c6529 1143#urlbar > toolbarbutton:not([disabled]):active:hover {
9abeb12c
RK
1144 -moz-padding-start: 4px;
1145 -moz-border-start: none;
acb0e9b8 1146}
1147
319c6529
RK
1148#urlbar-go-button {
1149 -moz-image-region: rect(0px, 56px, 14px, 42px);
acb0e9b8 1150}
1151
9abeb12c
RK
1152#urlbar-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
1153 -moz-transform: scaleX(-1);
1154}
1155
319c6529 1156#urlbar-go-button:hover {
acb0e9b8 1157}
1158
319c6529
RK
1159#urlbar-reload-button {
1160 -moz-image-region: rect(0px, 14px, 14px, 0px);
acb0e9b8 1161}
1162
319c6529
RK
1163#urlbar-reload-button:not([disabled]):hover {
1164 -moz-image-region: rect(0px, 28px, 14px, 14px);
acb0e9b8 1165}
319c6529
RK
1166
1167#urlbar-stop-button {
1168 -moz-image-region: rect(0px, 42px, 14px, 28px);
acb0e9b8 1169}
319c6529
RK
1170
1171#urlbar-stop-button:hover {
acb0e9b8 1172}
1173
319c6529
RK
1174/* popup blocker button */
1175
1176#page-report-button {
1177 list-style-image: url("chrome://browser/skin/urlbar-popup-blocked.png");
1178 -moz-image-region: rect(0, 16px, 16px, 0);
acb0e9b8 1179}
319c6529
RK
1180
1181#page-report-button:hover {
1182 -moz-image-region: rect(0, 32px, 16px, 16px);
acb0e9b8 1183}
319c6529
RK
1184
1185#page-report-button:hover:active,
1186#page-report-button[open="true"] {
1187 -moz-image-region: rect(0, 48px, 16px, 32px);
acb0e9b8 1188}
1189
319c6529
RK
1190/* star button */
1191
1192#star-button {
1193 list-style-image: url("chrome://browser/skin/places/bookmark.png");
1194 -moz-image-region: rect(0px 16px 16px 0px);
acb0e9b8 1195}
319c6529
RK
1196
1197#star-button:hover {
1198 -moz-image-region: rect(0px 32px 16px 16px);
acb0e9b8 1199}
319c6529
RK
1200
1201#star-button:hover:active {
1202 -moz-image-region: rect(0px 48px 16px 32px);
acb0e9b8 1203}
1204
319c6529
RK
1205#star-button[starred="true"] {
1206 list-style-image: url("chrome://browser/skin/places/editBookmark.png");
acb0e9b8 1207}
319c6529
RK
1208
1209/* bookmarking panel */
1210#editBookmarkPanelStarIcon {
1211 list-style-image: url("chrome://browser/skin/places/starred48.png");
1212 width: 48px;
1213 height: 48px;
acb0e9b8 1214}
319c6529
RK
1215
1216#editBookmarkPanelStarIcon[unstarred] {
1217 list-style-image: url("chrome://browser/skin/places/unstarred48.png");
acb0e9b8 1218}
1219
319c6529
RK
1220#editBookmarkPanelTitle {
1221 font-size: 130%;
acb0e9b8 1222}
319c6529
RK
1223
1224#editBookmarkPanelHeader,
1225#editBookmarkPanelContent {
1226 margin-bottom: .5em;
acb0e9b8 1227}
319c6529
RK
1228
1229/* Implements editBookmarkPanel resizing on folderTree un-collapse. */
1230#editBMPanel_folderTree {
1231 min-width: 27em;
acb0e9b8 1232}
1233
319c6529
RK
1234/* ::::: content area ::::: */
1235
1236#sidebar {
1237 background-color: Window;
acb0e9b8 1238}
319c6529
RK
1239
1240#sidebar-title {
1241 -moz-padding-start: 0px;
acb0e9b8 1242}
319c6529
RK
1243
1244/* ::::: throbber ::::: */
1245
1246#navigator-throbber {
1247 width: 16px;
1248 min-height: 16px;
1249 margin: 0 3px;
acb0e9b8 1250}
1251
319c6529
RK
1252#navigator-throbber[busy="true"] {
1253 list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
acb0e9b8 1254}
319c6529
RK
1255
1256#navigator-throbber,
1257#wrapper-navigator-throbber > #navigator-throbber {
1258 list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
acb0e9b8 1259}
319c6529
RK
1260
1261/* Tabstrip */
b36fc72e 1262
319c6529
RK
1263#TabsToolbar {
1264 min-height: 0;
1265 padding: 0;
b36fc72e
RK
1266 -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
1267}
1268
1269#TabsToolbar .toolbar-holder {
1270 background-color: #000000; /* correct effect of being an actal toolbar */
acb0e9b8 1271}
1272
b36fc72e 1273#main-window[disablechrome] #TabsToolbar,
319c6529
RK
1274#TabsToolbar[tabsontop="false"] {
1275 border-bottom: 1px solid #FF9F00;
acb0e9b8 1276}
319c6529 1277
319c6529
RK
1278.tabbrowser-tab,
1279.tabs-newtab-button {
1280 margin-top: 0px;
acb0e9b8 1281}
319c6529
RK
1282
1283.tabbrowser-tab:hover,
1284.tabs-newtab-button:hover {
acb0e9b8 1285}
319c6529
RK
1286
1287.tabbrowser-tab[selected="true"] {
acb0e9b8 1288}
1289
9abeb12c
RK
1290#main-window[tabsontop=false]:not([disablechrome]) .tabbrowser-tab[selected=true]:not(:-moz-lwtheme) {
1291}
1292
319c6529 1293.tabbrowser-tab:-moz-lwtheme {
acb0e9b8 1294}
319c6529
RK
1295
1296.tabbrowser-tab[selected="true"]:-moz-lwtheme {
acb0e9b8 1297}
319c6529
RK
1298
1299.tabbrowser-tab:-moz-lwtheme-brighttext:not([selected="true"]),
1300.tabs-newtab-button:-moz-lwtheme-brighttext {
acb0e9b8 1301}
1302
319c6529
RK
1303.tabbrowser-tab:-moz-lwtheme-brighttext:not([selected="true"]):hover,
1304.tabs-newtab-button:-moz-lwtheme-brighttext:hover {
acb0e9b8 1305}
319c6529
RK
1306
1307.tabbrowser-tab:-moz-lwtheme-darktext:not([selected="true"]),
1308.tabs-newtab-button:-moz-lwtheme-darktext {
acb0e9b8 1309}
319c6529
RK
1310
1311.tabbrowser-tab:-moz-lwtheme-darktext:not([selected="true"]):hover,
1312.tabs-newtab-button:-moz-lwtheme-darktext:hover {
acb0e9b8 1313}
1314
319c6529
RK
1315.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
1316 background-color: #E7ADE7;
613daf44 1317}
319c6529
RK
1318.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
1319 background-color: #0000FF;
1320 color: #000000;
613daf44 1321}
319c6529
RK
1322
1323.tab-throbber,
1324.tab-icon-image {
1325 width: 16px;
1326 height: 16px;
1327 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
1328 -moz-image-region: rect(0px, 16px, 16px, 0px);
1329 -moz-margin-end: 3px;
613daf44 1330}
1331
319c6529
RK
1332.tab-throbber {
1333 list-style-image: url("chrome://browser/skin/tabbrowser/connecting.png");
613daf44 1334}
319c6529
RK
1335
1336.tab-throbber[progress] {
1337 list-style-image: url("chrome://browser/skin/tabbrowser/loading.png");
613daf44 1338}
319c6529 1339
d54f5b23 1340#tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
319c6529 1341 min-height: 16px; /* corresponds to the max. height of non-textual tab contents, i.e. the favicon */
613daf44 1342}
1343
319c6529
RK
1344.tab-throbber[pinned],
1345.tab-icon-image[pinned] {
1346 -moz-margin-start: 2px;
1347 -moz-margin-end: 2px;
613daf44 1348}
319c6529
RK
1349
1350/* tabbrowser-tab focus ring */
1351.tabbrowser-tab:focus > .tab-stack {
1352 outline: 1px dotted;
613daf44 1353}
319c6529
RK
1354
1355/* Tab DnD indicator */
1356.tab-drop-indicator {
1357 list-style-image: url("chrome://browser/skin/tabbrowser/tabDragIndicator.png");
9abeb12c 1358 margin-bottom: -11px;
613daf44 1359}
1360
319c6529
RK
1361/* Tab close button */
1362.tab-close-button {
1363 border: none;
1364 padding: 0px;
1365 list-style-image: url("chrome://global/skin/icons/close-button.gif");
1366}
acb0e9b8 1367
319c6529
RK
1368.tab-close-button:-moz-system-metric(touch-enabled) {
1369 -moz-transform: scale(1.2);
1370}
acb0e9b8 1371
319c6529
RK
1372.tab-close-button:hover,
1373.tab-close-button:hover[selected="true"] {
1374 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
acb0e9b8 1375}
319c6529
RK
1376
1377.tab-close-button:hover:active,
1378.tab-close-button:hover:active[selected="true"] {
1379 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
acb0e9b8 1380}
319c6529
RK
1381
1382.tab-close-button:focus {
1383 outline: none !important;
acb0e9b8 1384}
1385
319c6529
RK
1386/* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */
1387
1388@media all and (-moz-touch-enabled) {
1389 .tabbrowser-arrowscrollbox > .scrollbutton-up,
1390 .tabbrowser-arrowscrollbox > .scrollbutton-down,
1391 #TabsToolbar .toolbarbutton-1 {
1392 min-width: 8.1mozmm;
1393 }
1394
1395 .tabs-newtab-button {
1396 min-width: 10mozmm;
1397 }
1398
1399 .tab-content {
1400 min-height: -moz-calc(6.8mozmm - 7px); /* subtract borders from the desired height */
1401 }
acb0e9b8 1402}
319c6529
RK
1403
1404.tabbrowser-arrowscrollbox > .scrollbutton-up,
1405.tabbrowser-arrowscrollbox > .scrollbutton-down {
1406 list-style-image: url("chrome://browser/skin/tabbrowser/tab-arrow-left.png");
1407 -moz-image-region: rect(0, 15px, 17px, 0);
1408 margin: 0;
1409 padding-top: 0;
1410 padding-bottom: 0;
acb0e9b8 1411}
319c6529 1412
9abeb12c
RK
1413.tabbrowser-arrowscrollbox > .scrollbutton-up[disabled],
1414.tabbrowser-arrowscrollbox > .scrollbutton-down[disabled] {
319c6529 1415 opacity: .4;
acb0e9b8 1416}
1417
9abeb12c
RK
1418.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]):hover:active,
1419.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]):hover:active {
319c6529 1420 -moz-image-region: rect(0, 30px, 17px, 15px);
acb0e9b8 1421}
319c6529 1422
d54f5b23
RK
1423.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl),
1424.tabbrowser-arrowscrollbox > .scrollbutton-down:-moz-locale-dir(ltr) {
319c6529 1425 -moz-transform: scaleX(-1);
acb0e9b8 1426}
319c6529
RK
1427
1428.tabbrowser-arrowscrollbox > .scrollbutton-down {
acb0e9b8 1429}
1430
319c6529
RK
1431.tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] {
1432 background-color: #008484;
acb0e9b8 1433}
319c6529 1434
d54f5b23
RK
1435.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled]),
1436.tabbrowser-arrowscrollbox > .scrollbutton-down:not([disabled]) {
9abeb12c 1437 -moz-border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 / 0 2px 0 0;
9abeb12c
RK
1438}
1439
319c6529
RK
1440.tabs-newtab-button > .toolbarbutton-icon {
1441 margin-top: -1px;
1442 margin-bottom: -1px;
acb0e9b8 1443}
319c6529
RK
1444
1445.tabs-newtab-button,
1446#TabsToolbar > #new-tab-button,
1447#TabsToolbar > toolbarpaletteitem > #new-tab-button {
1448 list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png);
1449 -moz-image-region: rect(0, 16px, 18px, 0);
acb0e9b8 1450}
1451
319c6529
RK
1452.tabs-newtab-button {
1453 width: 31px;
acb0e9b8 1454}
319c6529
RK
1455
1456.tabs-newtab-button:hover:active,
1457#TabsToolbar > #new-tab-button:hover:active {
1458 -moz-image-region: rect(0, 32px, 18px, 16px);
acb0e9b8 1459}
319c6529
RK
1460
1461#alltabs-button {
1462 list-style-image: url("chrome://browser/skin/tabbrowser/alltabs.png");
1463 -moz-image-region: rect(0, 14px, 16px, 0);
acb0e9b8 1464}
1465
319c6529
RK
1466#alltabs-button:hover:active {
1467 -moz-image-region: rect(0, 28px, 16px, 14px);
acb0e9b8 1468}
319c6529
RK
1469
1470#alltabs-button[type="menu"] {
1471 list-style-image: url("chrome://browser/skin/mainwindow-dropdown-arrow.png");
1472 -moz-image-region: rect(0, 13px, 11px, 0);
acb0e9b8 1473}
319c6529
RK
1474
1475#alltabs-button[type="menu"] > .toolbarbutton-icon {
1476 margin: 3px 0;
acb0e9b8 1477}
1478
319c6529
RK
1479#alltabs-button[type="menu"] > .toolbarbutton-menu-dropmarker {
1480 display: none;
acb0e9b8 1481}
319c6529
RK
1482
1483#alltabs-button[type="menu"]:hover:active,
1484#alltabs-button[type="menu"][open="true"] {
1485 -moz-image-region: rect(0, 26px, 11px, 13px);
acb0e9b8 1486}
319c6529
RK
1487
1488/* All tabs menupopup */
1489.alltabs-item > .menu-iconic-left > .menu-iconic-icon {
1490 list-style-image: url("chrome://global/skin/icons/folder-item.png");
1491 -moz-image-region: rect(0px, 16px, 16px, 0px);
acb0e9b8 1492}
1493
319c6529
RK
1494.alltabs-item[selected="true"] {
1495 font-weight: bold;
acb0e9b8 1496}
319c6529
RK
1497
1498.alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
1499 list-style-image: url("chrome://global/skin/icons/loading.gif");
acb0e9b8 1500}
319c6529
RK
1501
1502/* Tabstrip close button */
1503.tabs-closebutton {
1504 -moz-box-flex: 1;
1505 margin: 0px;
1506 padding: 2px;
1507 list-style-image: url("chrome://global/skin/icons/close-button.gif");
acb0e9b8 1508}
1509
b36fc72e
RK
1510.tabs-closebutton > .toolbarbutton-icon {
1511}
1512
319c6529
RK
1513.tabs-closebutton:hover,
1514.tabs-closebutton:hover:active {
1515 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
acb0e9b8 1516}
319c6529
RK
1517
1518toolbarbutton.chevron {
1519 list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
acb0e9b8 1520}
319c6529
RK
1521
1522toolbarbutton.chevron:hover {
1523 list-style-image: url("chrome://global/skin/toolbar/chevron-hover.gif") !important;
acb0e9b8 1524}
1525
319c6529
RK
1526toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon,
1527toolbarbutton.chevron:-moz-locale-dir(rtl):hover > .toolbarbutton-icon {
1528 -moz-transform: scaleX(-1);
acb0e9b8 1529}
319c6529
RK
1530
1531toolbarbutton.chevron > .toolbarbutton-text,
1532toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
1533 display: none;
acb0e9b8 1534}
319c6529
RK
1535
1536toolbarbutton.chevron > .toolbarbutton-icon {
1537 margin: 0;
acb0e9b8 1538}
1539
319c6529
RK
1540toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
1541 display: -moz-box; /* display chevron icon in text mode */
acb0e9b8 1542}
319c6529
RK
1543
1544#sidebar-throbber[loading="true"] {
1545 list-style-image: url("chrome://global/skin/icons/loading.gif");
1546 -moz-margin-end: 4px;
acb0e9b8 1547}
319c6529
RK
1548
1549/* Bookmarks toolbar */
1550#PlacesToolbarDropIndicator {
1551 list-style-image: url("chrome://browser/skin/places/toolbarDropMarker.png");
acb0e9b8 1552}
1553
319c6529
RK
1554toolbarbutton.bookmark-item[dragover="true"][open="true"] {
1555 background-color: #008484 !important;
1556 color: #FFCF00 !important;
613daf44 1557}
319c6529
RK
1558
1559/* rules for menupopup drop indicators */
1560.menupopup-drop-indicator-bar {
1561 position: relative;
1562 /* these two margins must together compensate the indicator's height */
1563 margin-top: -1px;
1564 margin-bottom: -1px;
613daf44 1565}
319c6529
RK
1566
1567.menupopup-drop-indicator {
1568 list-style-image: none;
1569 height: 2px;
1570 -moz-margin-end: -4em;
1571 background-color: #008484;
613daf44 1572}
1573
319c6529
RK
1574/* ::::: Identity Indicator Styling ::::: */
1575
1576/* Popup Icons */
1577#identity-popup-icon {
1578 height: 64px;
1579 width: 64px;
1580 padding: 0;
1581 list-style-image: url("chrome://browser/skin/identity.png");
1582 -moz-image-region: rect(0px, 64px, 64px, 0px);
613daf44 1583}
319c6529
RK
1584
1585#identity-popup.verifiedDomain > #identity-popup-container > #identity-popup-icon {
1586 -moz-image-region: rect(64px, 64px, 128px, 0px);
613daf44 1587}
319c6529
RK
1588
1589#identity-popup.verifiedIdentity > #identity-popup-container > #identity-popup-icon {
1590 -moz-image-region: rect(128px, 64px, 192px, 0px);
613daf44 1591}
1592
319c6529
RK
1593/* Popup Body Text */
1594.identity-popup-description {
1595 white-space: pre-wrap;
1596 -moz-padding-start: 15px;
1597 margin: 2px 0 4px;
613daf44 1598}
319c6529
RK
1599
1600.identity-popup-label {
1601 white-space: pre-wrap;
1602 -moz-padding-start: 15px;
1603 margin: 0;
613daf44 1604}
319c6529
RK
1605
1606#identity-popup-content-host ,
1607#identity-popup-content-box.verifiedIdentity > #identity-popup-content-owner {
1608 font-size: 1.2em;
613daf44 1609}
1610
319c6529
RK
1611#identity-popup-content-host {
1612 margin-top: 3px;
1613 margin-bottom: 5px;
1614 font-weight: bold;
1615 max-width: 300px;
1616}
613daf44 1617
319c6529
RK
1618#identity-popup-content-owner {
1619 margin-top: 4px;
1620 margin-bottom: 0 !important;
1621 font-weight: bold;
1622 max-width: 300px;
1623}
613daf44 1624
319c6529
RK
1625.verifiedDomain > #identity-popup-content-owner {
1626 font-weight: normal;
613daf44 1627}
1628
319c6529
RK
1629#identity-popup-content-verifier {
1630 margin: 4px 0 2px;
613daf44 1631}
1632
319c6529
RK
1633#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption ,
1634#identity-popup-content-box.verifiedDomain > #identity-popup-encryption {
1635 margin-top: 10px;
1636 -moz-margin-start: -24px;
613daf44 1637}
1638
319c6529
RK
1639#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption > vbox > #identity-popup-encryption-icon ,
1640#identity-popup-content-box.verifiedDomain > #identity-popup-encryption > vbox > #identity-popup-encryption-icon {
1641 list-style-image: url("chrome://browser/skin/Secure24.png");
613daf44 1642}
1643
319c6529
RK
1644#identity-popup-more-info-button {
1645 margin-top: 6px;
1646 margin-bottom: 0;
1647 -moz-margin-end: 0;
613daf44 1648}
acb0e9b8 1649
319c6529
RK
1650.popup-notification-icon {
1651 width: 64px;
1652 height: 64px;
1653 -moz-margin-end: 10px;
1654}
acb0e9b8 1655
319c6529
RK
1656.popup-notification-icon[popupid="geolocation"] {
1657 list-style-image: url("chrome://browser/skin/Geolocation-64.png");
acb0e9b8 1658}
1659
319c6529
RK
1660.popup-notification-icon[popupid="xpinstall-disabled"],
1661.popup-notification-icon[popupid="addon-progress"],
1662.popup-notification-icon[popupid="addon-install-cancelled"],
1663.popup-notification-icon[popupid="addon-install-blocked"],
1664.popup-notification-icon[popupid="addon-install-failed"],
1665.popup-notification-icon[popupid="addon-install-complete"] {
1666 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
1667 width: 32px;
1668 height: 32px;
acb0e9b8 1669}
319c6529
RK
1670
1671.addon-progress-description {
1672 width: 350px;
1673 max-width: 350px;
acb0e9b8 1674}
319c6529
RK
1675
1676.popup-progress-label,
1677.popup-progress-meter {
1678 -moz-margin-start: 0;
1679 -moz-margin-end: 0;
acb0e9b8 1680}
319c6529
RK
1681
1682.popup-progress-cancel {
1683 -moz-appearance: none;
1684 background: transparent;
1685 border: none;
1686 padding: 0;
1687 margin: 0;
1688 min-height: 0;
1689 min-width: 0;
1690 list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
1691 -moz-image-region: rect(0px, 32px, 16px, 16px);
acb0e9b8 1692}
319c6529
RK
1693
1694.popup-progress-cancel:hover {
1695 -moz-image-region: rect(16px, 32px, 32px, 16px);
acb0e9b8 1696}
1697
319c6529
RK
1698.popup-progress-cancel:active {
1699 -moz-image-region: rect(32px, 32px, 48px, 16px);
1700}
acb0e9b8 1701
319c6529
RK
1702.popup-notification-icon[popupid="indexedDB-permissions-prompt"],
1703.popup-notification-icon[popupid="indexedDB-quota-prompt"] {
1704 list-style-image: url("chrome://global/skin/icons/alert-question.gif");
acb0e9b8 1705}
1706
319c6529
RK
1707.popup-notification-icon[popupid="password-save"],
1708.popup-notification-icon[popupid="password-change"] {
1709 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
acb0e9b8 1710}
1711
319c6529
RK
1712/* Notification icon box */
1713#notification-popup-box {
1714 margin: 0 3px;
1715}
acb0e9b8 1716
319c6529 1717.notification-anchor-icon {
acb0e9b8 1718 width: 16px;
1719 height: 16px;
1720}
1721
319c6529
RK
1722.notification-anchor-icon:-moz-focusring {
1723 outline: 1px dotted -moz-DialogText;
1724 outline-offset: -3px;
acb0e9b8 1725}
1726
ab799a7a
RK
1727#default-notification-icon {
1728 list-style-image: url("chrome://global/skin/icons/information-16.png");
1729}
1730
319c6529
RK
1731#geo-notification-icon {
1732 list-style-image: url("chrome://browser/skin/Geolocation-16.png");
acb0e9b8 1733}
1734
319c6529
RK
1735#addons-notification-icon {
1736 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
acb0e9b8 1737}
1738
319c6529
RK
1739#indexedDB-notification-icon {
1740 list-style-image: url("chrome://global/skin/icons/question-16.png");
acb0e9b8 1741}
1742
319c6529
RK
1743#password-notification-icon {
1744 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
acb0e9b8 1745}
1746
319c6529
RK
1747#identity-popup-container {
1748 min-width: 280px;
1749}
acb0e9b8 1750
319c6529
RK
1751#download-monitor {
1752 list-style-image: url("chrome://browser/skin/Toolbar.png");
1753 -moz-image-region: rect(0, 108px, 18px, 90px);
acb0e9b8 1754}
1755
319c6529
RK
1756/* Bookmarks roots menu-items */
1757#appmenu_subscribeToPage:not([disabled]),
1758#appmenu_subscribeToPageMenu,
1759#subscribeToPageMenuitem:not([disabled]),
1760#subscribeToPageMenupopup,
1761#BMB_subscribeToPageMenuitem:not([disabled]),
1762#BMB_subscribeToPageMenupopup {
1763 list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
613daf44 1764}
1765
319c6529
RK
1766#bookmarksToolbarFolderMenu,
1767#appmenu_bookmarksToolbar,
1768#BMB_bookmarksToolbar {
1769 list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
1770 -moz-image-region: auto;
1771}
acb0e9b8 1772
319c6529
RK
1773#appmenu_unsortedBookmarks,
1774#BMB_unsortedBookmarks {
1775 list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
1776 -moz-image-region: auto;
acb0e9b8 1777}
1778
319c6529 1779/* ::::: Keyboard UI Panel ::::: */
acb0e9b8 1780
319c6529
RK
1781.KUI-panel {
1782 color: #FF9F00;
1783 border-style: none;
1784 border-radius: 20px;
acb0e9b8 1785}
1786
319c6529
RK
1787.KUI-panel[level="top"] {
1788 /*background-color: rgba(27%,27%,27%,.65);*/
acb0e9b8 1789}
1790
319c6529
RK
1791.KUI-panel-closebutton {
1792 list-style-image: url("KUI-close.png");
1793 width: 24px;
1794 height: 24px;
acb0e9b8 1795}
1796
319c6529 1797.KUI-panel-closebutton:not(:hover) {
acb0e9b8 1798}
1799
319c6529 1800.KUI-panel-closebutton > .toolbarbutton-icon {
acb0e9b8 1801}
1802
319c6529 1803/* ::::: Ctrl-Tab and All Tabs Panels ::::: */
acb0e9b8 1804
319c6529
RK
1805/* Ctrl-Tab */
1806
1807#ctrlTab-panel {
1808 padding: 20px 10px 10px;
1809 font-weight: bold;
acb0e9b8 1810}
1811
319c6529
RK
1812.ctrlTab-favicon[src] {
1813 background-color: #000000;
1814 width: 20px;
1815 height: 20px;
1816 padding: 2px;
1817}
acb0e9b8 1818
319c6529 1819.ctrlTab-preview-inner > .tabPreview-canvas {
acb0e9b8 1820}
1821
319c6529
RK
1822.ctrlTab-preview:not(#ctrlTab-showAll) > * > .ctrlTab-preview-inner > .tabPreview-canvas {
1823 margin-bottom: 2px;
acb0e9b8 1824}
1825
319c6529
RK
1826.ctrlTab-preview-inner {
1827 padding-bottom: 10px;
acb0e9b8 1828}
1829
319c6529
RK
1830#ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner {
1831 padding: 10px;
1832 background-color: #000000;
1833 border-radius: .5em;
acb0e9b8 1834}
1835
319c6529
RK
1836.ctrlTab-preview:focus > * > .ctrlTab-preview-inner {
1837 color: white;
1838 background-color: #000000;
1839 text-shadow: none;
1840 padding: 8px;
1841 border: 2px solid #9C9CFF;
1842 border-radius: .5em;
acb0e9b8 1843}
1844
319c6529
RK
1845.ctrlTab-preview:not(#ctrlTab-showAll):focus > * > .ctrlTab-preview-inner {
1846 margin: -10px -10px 0;
acb0e9b8 1847}
1848
319c6529
RK
1849#ctrlTab-showAll {
1850 margin-top: .5em;
acb0e9b8 1851}
1852
319c6529
RK
1853/* All Tabs */
1854
1855#allTabs-panel {
1856 padding-bottom: 10px;
613daf44 1857}
1858
319c6529
RK
1859#allTabs-meta {
1860 margin: 10px;
613daf44 1861}
1862
319c6529
RK
1863#allTabs-filter {
1864 -moz-margin-start: 24px;
1865 -moz-margin-end: 0;
1866}
acb0e9b8 1867
319c6529 1868#allTabs-tab-close-button > .toolbarbutton-icon {
acb0e9b8 1869 margin: 0;
acb0e9b8 1870}
319c6529
RK
1871
1872.allTabs-favicon[src] {
1873 width: 22px;
1874 height: 22px;
1875 padding-top: 1px;
1876 padding-bottom: 5px;
1877 -moz-padding-start: 1px;
1878 -moz-padding-end: 5px;
1879 margin-top: -2px;
1880 -moz-margin-start: -2px;
1881 border-bottom-right-radius: 4px;
acb0e9b8 1882}
1883
319c6529
RK
1884.allTabs-favicon[src]:-moz-locale-dir(rtl) {
1885 border-bottom-right-radius: 0;
1886 border-bottom-left-radius: 4px;
acb0e9b8 1887}
319c6529
RK
1888
1889.allTabs-preview-inner > .tabPreview-canvas {
1890 background-color: #E7ADE7;
acb0e9b8 1891}
1892
319c6529 1893.allTabs-preview:not(:hover):not([closebuttonhover]) > html|canvas {
acb0e9b8 1894}
319c6529
RK
1895
1896.allTabs-preview:focus > * > .allTabs-preview-inner {
1897 outline: 1px dotted #008484;
acb0e9b8 1898}
1899
319c6529
RK
1900/* Inspector / Highlighter */
1901
1902#highlighter-panel {
1903 -moz-window-shadow: none;
1904 background: #000000;
1905 border: none;
acb0e9b8 1906}
319c6529
RK
1907
1908listitem.style-selector {
1909 background-color: #9C9CFF;
1910 color: #000000;
acb0e9b8 1911}
1912
319c6529
RK
1913listitem.style-section {
1914 background-color: #E7ADE7;
1915 color: #000000;
1916 font-weight: bold;
1917}
acb0e9b8 1918
319c6529
RK
1919panel[dimmed="true"] {
1920 opacity: 0.5;
acb0e9b8 1921}
613daf44 1922
b36fc72e
RK
1923/* Add-on bar */
1924
1925#addon-bar {
1926 min-height: 20px;
1927 border-top: 3px solid #000000;
1928}
1929
1930#addon-bar:not(:-moz-lwtheme) {
1931 -moz-appearance: statusbar;
1932}
1933
1934#addon-bar .toolbar-holder {
1935 background-color: #8050B0;
1936 color: #FFCF00;
1937}
1938
1939#addon-bar .toolbar-holder {
1940 background-color: #8050B0;
1941 color: #FFCF00;
1942}
1943
1944#addon-bar .toolbar-startcap,
1945#addon-bar .toolbar-endcap{
1946 background-color: #6000CF;
1947}
1948
319c6529 1949#status-bar {
b36fc72e 1950 -moz-binding: url("chrome://global/content/bindings/general.xml#statusbar");
319c6529
RK
1951 margin-top: .3em;
1952 border-width: 0;
613daf44 1953}
1954
319c6529
RK
1955/* Remove all borders from statusbarpanel children of
1956 the statusbar.
1957#status-bar > statusbarpanel {
1958 border-width: 0;
1959} */
1960
319c6529
RK
1961#addonbar-closebutton {
1962 border: none;
1963 padding: 3px 5px;
1964 list-style-image: url("chrome://global/skin/icons/close-button.gif");
613daf44 1965}
1966
319c6529
RK
1967#addonbar-closebutton:hover,
1968#addonbar-closebutton:hover:active {
1969 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
613daf44 1970}
9abeb12c
RK
1971
1972/* Status panel */
1973
1974.statuspanel-label {
1975 margin: 0;
1976 padding: 2px 4px;
1977 background: -moz-linear-gradient(white, #ddd);
1978 border: 1px none #9C9CFF;
1979 border-top-style: solid;
1980 color: #FF9F00;
1981 text-shadow: none;
1982}
1983
1984.statuspanel-label:-moz-locale-dir(ltr):not([mirror]),
1985.statuspanel-label:-moz-locale-dir(rtl)[mirror] {
1986 border-right-style: solid;
1987 border-top-right-radius: .3em;
1988 margin-right: 1em;
1989}
1990
1991.statuspanel-label:-moz-locale-dir(rtl):not([mirror]),
1992.statuspanel-label:-moz-locale-dir(ltr)[mirror] {
1993 border-left-style: solid;
1994 border-top-left-radius: .3em;
1995 margin-left: 1em;
1996}