d61da0df6a9097f934bfdd4d991901b01dd57c33
[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 /* ..... internal content .... */
119
120 .menu-text,
121 .menu-iconic-left,
122 .menu-iconic-text {
123   margin-top: 0px !important;
124   margin-bottom: 0px !important;
125   -moz-margin-start: 0px !important;
126   -moz-margin-end: 2px !important;
127   color: inherit;
128 }
129
130 .menu-text {
131   -moz-margin-start: 18px !important;
132   font-weight: inherit;
133 }
134
135 .menu-description {
136   font-style: italic;
137   color: #8050B0;
138   -moz-margin-start: 1ex !important;
139 }
140
141 .menu-accel,
142 .menu-iconic-accel {
143   margin-top: 0px !important;
144   margin-bottom: 0px !important;
145   -moz-margin-start: 7px !important;
146   -moz-margin-end: 2px !important;
147   -moz-padding-end: 14px;
148   color: inherit;
149 }
150
151 .menu-iconic-icon {
152 /*
153   width: 16px;
154   height: 16px;
155 */
156 }
157
158 .menu-iconic-left {
159   width: 16px;
160 }
161
162 .menu-right {
163   margin-top: 0px;
164   margin-bottom: 0px;
165   -moz-margin-start: 3px;
166   -moz-margin-end: 0px;
167   width: 8px;
168   list-style-image: url("chrome://global/skin/menu/menu-arrow.gif");
169   -moz-image-region: auto;
170 }
171
172 .menu-right[_moz-menuactive="true"] {
173   list-style-image: url("chrome://global/skin/menu/menu-arrow-hover.gif");
174 }
175
176 .menu-right[disabled="true"] {
177   list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled.gif");
178 }
179
180 .menu-right[chromedir="rtl"] {
181   list-style-image: url("chrome://global/skin/menu/menu-arrow-rtl.gif");
182 }
183
184 .menu-right[chromedir="rtl"][_moz-menuactive="true"] {
185   list-style-image: url("chrome://global/skin/menu/menu-arrow-hover-rtl.gif");
186 }
187
188 .menu-right[chromedir="rtl"][disabled="true"] {
189   list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled-rtl.gif");
190 }
191
192 .menubar-left {
193   margin-top: 0px;
194   margin-bottom: 0px;
195   -moz-margin-start: 0px;
196   -moz-margin-end: 2px;
197   color: inherit;
198 }
199
200 .menubar-text {
201   margin: 0 1px !important;
202   color: inherit;
203 }
204
205 .menulist-menupopup > menuitem > .menu-iconic-left,
206 menulist > menupopup > menuitem > .menu-iconic-left,
207 .menulist-menupopup > menu > .menu-iconic-left,
208 menulist > menupopup > menu > .menu-iconic-left {
209   display: none;
210 }
211
212 /* ::::: checkbox menuitem ::::: */
213
214 menuitem[checked="true"] { /* [type="checkbox"] */
215   list-style-image: url("chrome://global/skin/menu/menu-check.gif");
216 }
217
218 menuitem[checked="true"][_moz-menuactive="true"] {
219    list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif");
220 }
221
222 menuitem[checked="true"][disabled="true"] {
223   list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif");
224 }
225
226 /* ::::: radio menuitem ::::: */
227
228 menuitem[checked="true"][type="radio"] {
229   list-style-image: url("chrome://global/skin/menu/menu-radio.gif");
230 }
231
232 menuitem[checked="true"][type="radio"][_moz-menuactive="true"] {
233   list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif");
234 }
235
236 menuitem[checked="true"][type="radio"][disabled="true"] {
237   list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif");
238 }
239
240 /* ::::: menuseparator ::::: */
241
242 menuseparator {
243   border: 1px solid #9C9CFF;
244   margin: 2px 0px;
245 }
246
247 menulist > menupopup > menuseparator,
248 .menulist-menupopup > menuseparator {
249   border: 1px solid #9C9CFF;
250   margin: 2px 0px;
251 }
252
253 /* ::::: autocomplete ::::: */
254
255 .autocomplete-history-popup > menuitem {
256   max-width: none !important;
257 }
258
259 /* ::::: tree column picker ::::: */
260
261 .treecell-popupcell-menu {
262   margin-left: -2px;
263   list-style-image: url("chrome://global/skin/tree/columnpicker.gif");
264 }