9c5075b8e022a5272f44f16b630168c13330b74b
[themes.git] / LCARStrek / global / menu.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 /* ===== menu.css =======================================================
39   == Styles used by XUL menu-related elements.
40   ======================================================================= */
41
42 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
43
44 /* ::::: menu/menuitem ::::: */
45
46 menu,
47 menuitem {
48   -moz-box-align: center;
49   max-width: 42em;
50   color: #000000;
51   background-color: #000000;
52   color: #FF9F00;
53   list-style-image: none;
54 }
55
56 menuitem[default="true"] {
57   font-weight: bold;
58 }
59
60 menu[_moz-menuactive="true"],
61 menuitem[_moz-menuactive="true"] {
62   background-color: #FFCF00;
63   color: #000000;
64 }
65
66 menu[disabled="true"],
67 menuitem[disabled="true"],
68 menu[_moz-menuactive="true"][disabled="true"],
69 menuitem[_moz-menuactive="true"][disabled="true"] {
70   color: #8050B0;
71 }
72
73 menubar > menu {
74   padding: 2px;
75   margin: 0px;
76   -moz-margin-start: 2px;
77   border: none;
78 }
79
80 menubar > menu[_moz-menuactive="true"] {
81   background-color: #FFCF00;
82   color: #000000;
83   border: none;
84 }
85
86 menubar > menu[open] {
87   background-color: #FF9F00;
88   color: #000000;
89   border: none;
90 }
91
92 menuitem.spell-suggestion {
93   font-weight: bold;
94 }
95
96 /* ::::: menu/menuitems in popups ::::: */
97
98 menupopup > menu,
99 popup > menu,
100 menupopup > menuitem,
101 popup > menuitem {
102   padding: 2px;
103 }
104
105 /* ::::: menu/menuitems in menulist popups ::::: */
106
107 .menulist-menupopup > menuitem,
108 menulist > menupopup > menuitem,
109 .menulist-menupopup > menu,
110 menulist > menupopup > menu {
111   padding-top: 1px;
112   padding-bottom: 1px;
113   -moz-padding-start: 1px;
114   -moz-padding-end: 22px;
115   max-width: none;
116 }
117
118 menubar > menu:-moz-lwtheme {
119   -moz-appearance: none;
120 }
121
122 /* ..... internal content .... */
123
124 .menu-text,
125 .menu-iconic-left,
126 .menu-iconic-text {
127   margin-top: 0px !important;
128   margin-bottom: 0px !important;
129   -moz-margin-start: 0px !important;
130   -moz-margin-end: 2px !important;
131   color: inherit;
132 }
133
134 .menu-text {
135   -moz-margin-start: 18px !important;
136   font-weight: inherit;
137 }
138
139 .menu-description {
140   font-style: italic;
141   color: #8050B0;
142   -moz-margin-start: 1ex !important;
143 }
144
145 .menu-accel,
146 .menu-iconic-accel {
147   margin-top: 0px !important;
148   margin-bottom: 0px !important;
149   -moz-margin-start: 7px !important;
150   -moz-margin-end: 2px !important;
151   -moz-padding-end: 14px;
152   color: inherit;
153 }
154
155 .menu-iconic-icon {
156 /*
157   width: 16px;
158   height: 16px;
159 */
160 }
161
162 .menu-iconic-left {
163   width: 16px;
164 }
165
166 .menu-right {
167   margin-top: 0px;
168   margin-bottom: 0px;
169   -moz-margin-start: 3px;
170   -moz-margin-end: 0px;
171   width: 8px;
172   list-style-image: url("chrome://global/skin/menu/menu-arrow.gif");
173   -moz-image-region: auto;
174 }
175
176 .menu-right[_moz-menuactive="true"] {
177   list-style-image: url("chrome://global/skin/menu/menu-arrow-hover.gif");
178 }
179
180 .menu-right[disabled="true"] {
181   list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled.gif");
182 }
183
184 .menu-right:-moz-locale-dir(rtl) {
185   list-style-image: url("chrome://global/skin/menu/menu-arrow-rtl.gif");
186 }
187
188 .menu-right:-moz-locale-dir(rtl)[_moz-menuactive="true"] {
189   list-style-image: url("chrome://global/skin/menu/menu-arrow-hover-rtl.gif");
190 }
191
192 .menu-right:-moz-locale-dir(rtl)[disabled="true"] {
193   list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled-rtl.gif");
194 }
195
196 .menubar-left {
197   margin-top: 0px;
198   margin-bottom: 0px;
199   -moz-margin-start: 0px;
200   -moz-margin-end: 2px;
201   color: inherit;
202 }
203
204 .menubar-text {
205   margin: 0 1px !important;
206   color: inherit;
207 }
208
209 .menulist-menupopup > menuitem > .menu-iconic-left,
210 menulist > menupopup > menuitem > .menu-iconic-left,
211 .menulist-menupopup > menu > .menu-iconic-left,
212 menulist > menupopup > menu > .menu-iconic-left {
213   display: none;
214 }
215
216 /* ::::: checkbox menuitem ::::: */
217
218 menuitem[checked="true"] { /* [type="checkbox"] */
219   list-style-image: url("chrome://global/skin/menu/menu-check.gif");
220 }
221
222 menuitem[checked="true"][_moz-menuactive="true"] {
223    list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif");
224 }
225
226 menuitem[checked="true"][disabled="true"] {
227   list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif");
228 }
229
230 /* ::::: radio menuitem ::::: */
231
232 menuitem[checked="true"][type="radio"] {
233   list-style-image: url("chrome://global/skin/menu/menu-radio.gif");
234 }
235
236 menuitem[checked="true"][type="radio"][_moz-menuactive="true"] {
237   list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif");
238 }
239
240 menuitem[checked="true"][type="radio"][disabled="true"] {
241   list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif");
242 }
243
244 /* ::::: menuseparator ::::: */
245
246 menuseparator {
247   border: 1px solid #9C9CFF;
248   margin: 2px 0px;
249 }
250
251 menulist > menupopup > menuseparator,
252 .menulist-menupopup > menuseparator {
253   border: 1px solid #9C9CFF;
254   margin: 2px 0px;
255 }
256
257 /* ::::: autocomplete ::::: */
258
259 .autocomplete-history-popup > menuitem {
260   max-width: none !important;
261 }
262
263 /* ::::: tree column picker ::::: */
264
265 .treecell-popupcell-menu {
266   -moz-margin-start: -2px;
267   list-style-image: url("chrome://global/skin/tree/columnpicker.gif");
268 }