license headers and namespaces, site icons, messenger cleanup
[themes.git] / LCARStrek / skin / LCARStrek / global / menulist.css
CommitLineData
b200f773 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@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
3c30e09e 39
40/* outer frame */
41 menulist
42 {
43 -moz-border-radius : 3px;
44 padding : 0px;
45 border : none;
46 background-color : #000000;
47 color : #E7ADE7;
48 margin : 1px 5px 2px 5px;
49 }
50
51 menulist[menuactive="true"],
52 menulist:hover
53 {
54 background-color : #FFCF00;
55 color : #000000;
56 border : none;
57 }
58
59 menulist[open="true"]
60 {
61 background-color : #FF9F00;
62 color : #000000;
63 border : none;
64 }
65
66 menulist[disabled="true"]
67 {
68 border : none;
69 color : #8050B0;
70 }
71
72/*
73 menulist[disabled="true"] > .menulist-internal-box > .menulist-display-box
74 {
75 color : #8050B0;
76 }
77*/
78
79 .menulist-internal-box
80 {
81 -moz-user-focus : ignore;
82 }
83
84 .menulist-display-box
85 {
86 border : 1px solid #9C9CFF;
87 margin : 0px;
88 }
89
90 menulist[open="true"] > .menulist-internal-box > .menulist-display-box
91 {
92 border : 1px solid #FFCF00;
93 }
94
95 menulist[disabled="true"] > .menulist-internal-box > .menulist-display-box
96 {
97 border : 1px solid #8050B0;
98 }
99
100/* text display frame */
101 .menulist-text
102 {
103 padding : 0px 2px 0px 2px;
104 margin : 0px;
105 }
106
107/* drop marker display frame */
108 .menulist-dropmarker-box-1
109 {
110 -moz-border-radius : 0px 3px 3px 0px;
111 border : 1px solid #9C9CFF;
112 border-left : none;
113 }
114
115 .menulist-dropmarker-box-2
116 {
117 border : none;
118 padding : 2px 1px 2px 1px;
119 }
120
121 .menulist-dropmarker
122 {
123 list-style-image : url("chrome://global/skin/scroll-down.gif");
124 }
125
126 menulist:hover > .menulist-internal-box > .menulist-dropmarker-box-1 > .menulist-dropmarker-box-2 > .menulist-dropmarker,
127 .menulist-dropmarker-box-1[open="true"] > .menulist-dropmarker-box-2 > .menulist-dropmarker
128 {
129 list-style-image : url("chrome://global/skin/scroll-down-hover.gif");
130 }
131
132 .menulist-dropmarker[disabled="true"],
133 menulist[disabled="true"] > .menulist-internal-box > .menulist-dropmarker-box-1 > .menulist-dropmarker-box-2 > .menulist-dropmarker,
134 {
135 border : 1px solid #8050B0;
136 border-left : none;
137 list-style-image : url("chrome://global/skin/scroll-down-disabled.gif");
138 }
139
140 menulist:hover:active > .menulist-internal-box > .menulist-dropmarker-box-1[open="true"],
141 .menulist-dropmarker-box-1[open="true"]
142 {
143 border : 1px solid #FFCF00;
144 border-left : none;
145 }
146
147 menulist:hover:active > .menulist-internal-box > .menulist-dropmarker-box-1 > .menulist-dropmarker-box-2[open="true"]
148 {
149 border : none;
150 padding : 3px 0px 1px 2px;
151 }
152
153/**
154 * <menulist>s for things like mailnews addressing widget
155 **/
156
157 .menulist-compact
158 {
159 margin : 0px;
160 border : 1px solid #9C9CFF;
161/* background-color : -moz-Dialog; */
162 -moz-user-focus : normal;
163 }
164
165 .menulist-compact-internal-box
166 {
167 border : none;
168 }
169
170 .menulist-compact-dropmarker
171 {
172 list-style-image : url("chrome://global/skin/scroll-down.gif");
173 margin-left : 2px;
174 }
175
176 .menulist-compact:hover > .menulist-compact-internal-box > .menulist-compact-dropmarker,
177 .menulist-compact[open="true"] > .menulist-compact-internal-box > .menulist-compact-dropmarker
178 {
179 list-style-image : url("chrome://global/skin/scroll-down-hover.gif");
180 }
181
182 .menulist-compact-dropmarker[disabled="true"],
183 .menulist-compact[disabled="true"] > .menulist-compact-internal-box > .menulist-compact-dropmarker
184 {
185 border : 1px solid #8050B0;
186 border-left : none;
187 list-style-image : url("chrome://global/skin/scroll-down-disabled.gif");
188 }
189
190 .menulist-compact-text
191 {
192 margin-right : 3px;
193 }
194
195 .menulist-compact:hover
196 {
197 border : 1px solid #FFCF00;
198 }
199
200 .menulist-compact:hover:active,
201 .menulist-compact[open="true"]
202 {
203 border : 1px solid #FF9F00;
204 }
205
206 .menulist-compact:hover:active > .menulist-compact-internal-box,
207 .menulist-compact[open="true"] > .menulist-compact-internal-box
208 {
209 border : none;
210 }
211
212/**
213 * Editable menulists (comboboxes)
214 */
215
216html|*.menulist-editable-text
217 {
218 border : none !important;
219 margin : 0px;
220 padding : 0px;
221 font : inherit;
222 background-color : inherit;
223 color : inherit;
224 }
225
226menulist[editable="true"] > .menulist-internal-box > .menulist-display-box
227 {
228 margin : 0px;
229 padding : 1px 2px 1px 2px;
230 }
231
232menulist[editable="true"]:focus > .menulist-internal-box > .menulist-display-box
233 {
234 border : none !important;
235 }