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