/openshift/adei

To get this branch, use:
bzr branch http://darksoft.org/webbzr/openshift/adei

« back to all changes in this revision

Viewing changes to includes/dhtmlx/skins/dhtmlxmenu_aqua_sky.css

  • Committer: Suren A. Chilingaryan
  • Date: 2008-10-29 03:02:24 UTC
  • Revision ID: csa@dside.dyndns.org-20081029030224-yc3wy2dti4htlfxf
New version of dhtmlxmenu and dhtmlxtree is added

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************************************************************************************************
 
2
                                                                "AQUA SKY" dhtmlxMenu Skin
 
3
***************************************************************************************************************************************************************/
 
4
 
 
5
/*
 
6
        top level container
 
7
*/
 
8
table.dhtmlxMenu_aqua_sky_TBL {
 
9
        height: 30px;
 
10
        position: relative;
 
11
}
 
12
iframe.dhtmlxMenu_IE6CoverFix_aqua_sky {
 
13
        position: absolute;
 
14
        border: none;
 
15
        background: #000000;
 
16
        filter: alpha(opacity=100);
 
17
}
 
18
 
 
19
div.dhtmlxMenu_aqua_sky_Middle {
 
20
        position: relative;
 
21
        height: 30px;
 
22
        width: 100%;
 
23
        left: 0px;
 
24
        top: 0px;
 
25
        border: none;
 
26
        background-color: none;
 
27
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_top_bg_middle.gif");
 
28
        -moz-user-select: none;
 
29
}
 
30
table td.dhtmlxMenu_aqua_sky_Left {
 
31
        width: 8px;
 
32
        font-size: 2px;
 
33
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_top_bg_left.gif");
 
34
        background-repeat: no-repeat;
 
35
}
 
36
table td.dhtmlxMenu_aqua_sky_Right {
 
37
        width: 8px;
 
38
        font-size: 2px;
 
39
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_top_bg_right.gif");
 
40
        background-repeat: no-repeat;
 
41
}
 
42
/*
 
43
        top level items
 
44
*/
 
45
div.dhtmlxMenu_aqua_sky_TopLevel_Item_Normal {
 
46
        position: absolute;
 
47
        font-family: Arial;
 
48
        font-size: 11px;
 
49
        font-weight: bold;
 
50
        color: #FFFFFF;
 
51
        cursor: default;
 
52
        white-space: nowrap;
 
53
        -moz-user-select: none;
 
54
        top: 0px;
 
55
        height: 22px;
 
56
        height=30px;
 
57
        padding-left: 7px;
 
58
        padding-right: 7px;
 
59
        margin-left: 1px;
 
60
        margin-right: 1px;
 
61
        padding-top: 8px;
 
62
}
 
63
div.dhtmlxMenu_aqua_sky_TopLevel_Item_Disabled {
 
64
        position: absolute;
 
65
        font-family: Arial;
 
66
        font-size: 11px;
 
67
        font-weight: bold;
 
68
        color: #B6DEE6;
 
69
        cursor: default;
 
70
        white-space: nowrap;
 
71
        -moz-user-select: none;
 
72
        top: 0px;
 
73
        height: 22px;
 
74
        height=30px;
 
75
        padding-left: 7px;
 
76
        padding-right: 7px;
 
77
        margin-left: 1px;
 
78
        margin-right: 1px;
 
79
        padding-top: 8px;
 
80
}
 
81
div.dhtmlxMenu_aqua_sky_TopLevel_Item_Selected {
 
82
        position: absolute;
 
83
        font-family: Arial;
 
84
        font-size: 11px;
 
85
        font-weight: bold;
 
86
        /* background-color: #648DB3; */
 
87
        cursor: default;
 
88
        color: #FFFFFF;
 
89
        white-space: nowrap;
 
90
        -moz-user-select: none;
 
91
        top: 0px;
 
92
        height: 22px;
 
93
        height=30px;
 
94
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_top_bg_over.gif");
 
95
        background-repeat: repeat-x;
 
96
        border-left: #1D7F94 1px solid;
 
97
        border-right: #1D7F94 1px solid;
 
98
        padding-left: 7px;
 
99
        padding-right: 7px;
 
100
        padding-top: 8px;
 
101
        margin: 0px;
 
102
}
 
103
/*
 
104
        sub level polygon
 
105
*/
 
106
div.dhtmlxMenu_aqua_sky_SubLevelArea_Polygon {
 
107
        position: absolute;
 
108
        background-color: #FFFFFF;
 
109
        padding-top: 1px;
 
110
        border-top: #19AECE 1px solid;
 
111
        border-left: #19AECE 1px solid;
 
112
        border-bottom: #21899F 1px solid;
 
113
        border-right: #21899F 1px solid;
 
114
        overflow: hidden;
 
115
}
 
116
/*
 
117
        separator
 
118
*/
 
119
div.dhtmlxMenu_aqua_sky_SubLevelArea_Separator {
 
120
        font-size: 1px;
 
121
        cursor: default;
 
122
        -moz-user-select: none;
 
123
        border-top: #D3D2D2 1px solid;
 
124
        border-bottom: #FFFFFF 1px solid;
 
125
}
 
126
/*
 
127
        items
 
128
*/
 
129
div.dhtmlxMenu_aqua_sky_SubLevelArea_Item_Normal {
 
130
        position: relative;
 
131
        font-family: Tahoma;
 
132
        font-size: 11px;
 
133
        font-weight: normal;
 
134
        color: #333333;
 
135
        border-left: #FFFFFF 1px solid;
 
136
        border-right: #CCCCCC 1px solid;
 
137
        background-color: #F5F5F5;
 
138
        margin: 0px 0px 0px 0px;
 
139
        padding: 5px 28px 5px 28px;
 
140
        cursor: default;
 
141
        white-space: nowrap;
 
142
        -moz-user-select: none;
 
143
}
 
144
div.dhtmlxMenu_aqua_sky_SubLevelArea_Item_Disabled {
 
145
        position: relative;
 
146
        font-family: Tahoma;
 
147
        font-size: 11px;
 
148
        font-weight: normal;
 
149
        color: #999999;
 
150
        border-left: #FFFFFF 1px solid;
 
151
        border-right: #CCCCCC 1px solid;
 
152
        background-color: #F5F5F5;
 
153
        margin: 0px 0px 0px 0px;
 
154
        padding: 5px 28px 5px 28px;
 
155
        cursor: default;
 
156
        white-space: nowrap;
 
157
        -moz-user-select: none;
 
158
}
 
159
div.dhtmlxMenu_aqua_sky_SubLevelArea_Item_Selected {
 
160
        position: relative;
 
161
        font-family: Tahoma;
 
162
        font-size: 11px;
 
163
        font-weight: normal;
 
164
        color: #FFFFFF;
 
165
        margin: 0px 0px 0px 0px;
 
166
        padding: 5px 28px 5px 28px;
 
167
        border-left: #19AECE 1px solid;
 
168
        border-right: #19AECE 1px solid;
 
169
        background-color: #19AECE;
 
170
        cursor: default;
 
171
        white-space: nowrap;
 
172
        -moz-user-select: none;
 
173
}
 
174
/*
 
175
        hotkeys
 
176
*/
 
177
div.dhtmlxMenu_aqua_sky_SubLevelArea_Item_Normal div.dhtmlxMenu_aqua_sky_SubLevelArea_Item_HotKey {
 
178
        position: absolute;
 
179
        top: 6px;
 
180
        right: 8px;
 
181
        font-size: 10px;
 
182
        color: #606060;
 
183
}
 
184
div.dhtmlxMenu_aqua_sky_SubLevelArea_Item_Disabled div.dhtmlxMenu_aqua_sky_SubLevelArea_Item_HotKey {
 
185
        position: absolute;
 
186
        top: 6px;
 
187
        right: 8px;
 
188
        font-size: 10px;
 
189
        color: #999999;
 
190
}
 
191
div.dhtmlxMenu_aqua_sky_SubLevelArea_Item_Selected div.dhtmlxMenu_aqua_sky_SubLevelArea_Item_HotKey {
 
192
        position: absolute;
 
193
        top: 6px;
 
194
        right: 8px;
 
195
        font-size: 10px;
 
196
        color: #FFFFFF;
 
197
}
 
198
/*
 
199
        arrow cascade (right, loading)
 
200
*/
 
201
img.dhtmlxMenu_aqua_sky_SubLevelArea_Item_Arrow {
 
202
        width: 4px;
 
203
        height: 9px;
 
204
        position: absolute;
 
205
        margin-top: 3px;
 
206
        right: 8px;
 
207
}
 
208
img.dhtmlxMenu_aqua_sky_SubLevelArea_Item_Arrow_Loading {
 
209
        position: absolute;
 
210
        width: 16px;
 
211
        height: 16px;
 
212
        margin-top: -2px;
 
213
        right: 2px;
 
214
}
 
215
/*
 
216
        icons (checkboxes and radios are use the same class)
 
217
*/
 
218
img.dhtmlxMenu_aqua_sky_TopLevel_Item_Icon {
 
219
        position: absolute;
 
220
        margin-top: -1px;
 
221
        left: 6px;
 
222
        width: 16px;
 
223
        height: 16px;
 
224
}
 
225
img.dhtmlxMenu_aqua_sky_SubLevelArea_Item_Icon {
 
226
        position: absolute;
 
227
        top: 3px;
 
228
        left: 6px;
 
229
        left=-23px;
 
230
        width: 16px;
 
231
        height: 16px;
 
232
}
 
233
/*
 
234
        arrows limit (up, down)
 
235
*/
 
236
div.dhtmlxMenu_aqua_sky_SubLevelArea_Arrow {
 
237
        width: 100%;
 
238
        height: 100%;
 
239
        background-repeat: no-repeat;
 
240
        background-position: center center;
 
241
}
 
242
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowUp {
 
243
        position: absolute;
 
244
        height: 16px;
 
245
        height=17px;
 
246
        font-size: 1px;
 
247
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_bg_default.gif");
 
248
        background-repeat: repeat-x;
 
249
        border-top: #19AECE 1px solid;
 
250
        border-left: #19AECE 1px solid;
 
251
        border-right: #21899F 1px solid;
 
252
}
 
253
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowUp_Over {
 
254
        position: absolute;
 
255
        height: 16px;
 
256
        height=17px;
 
257
        font-size: 1px;
 
258
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_bg_over.gif");
 
259
        background-repeat: repeat-x;
 
260
        border-top: #19AECE 1px solid;
 
261
        border-left: #19AECE 1px solid;
 
262
        border-right: #21899F 1px solid;
 
263
}
 
264
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowUp_Disabled {
 
265
        position: absolute;
 
266
        height: 16px;
 
267
        height=17px;
 
268
        font-size: 1px;
 
269
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_bg_default.gif");
 
270
        background-repeat: repeat-x;
 
271
        border-top: #19AECE 1px solid;
 
272
        border-left: #19AECE 1px solid;
 
273
        border-right: #21899F 1px solid;
 
274
}
 
275
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowUp div.dhtmlxMenu_aqua_sky_SubLevelArea_Arrow {
 
276
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_up.gif");
 
277
}
 
278
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowUp_Over div.dhtmlxMenu_aqua_sky_SubLevelArea_Arrow {
 
279
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_up_over.gif");
 
280
}
 
281
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowUp_Disabled div.dhtmlxMenu_aqua_sky_SubLevelArea_Arrow {
 
282
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_up_dis.gif");
 
283
}
 
284
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowDown {
 
285
        position: absolute;
 
286
        height: 16px;
 
287
        height=17px;
 
288
        font-size: 1px;
 
289
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_bg_default.gif");
 
290
        background-repeat: repeat-x;
 
291
        border-left: #19AECE 1px solid;
 
292
        border-right: #21899F 1px solid;
 
293
        border-bottom: #21899F 1px solid;
 
294
}
 
295
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowDown_Over {
 
296
        position: absolute;
 
297
        height: 16px;
 
298
        height=17px;
 
299
        font-size: 1px;
 
300
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_bg_over.gif");
 
301
        background-repeat: repeat-x;
 
302
        border-left: #19AECE 1px solid;
 
303
        border-right: #21899F 1px solid;
 
304
        border-bottom: #21899F 1px solid;
 
305
}
 
306
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowDown_Disabled {
 
307
        position: absolute;
 
308
        height: 16px;
 
309
        height=17px;
 
310
        font-size: 1px;
 
311
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_bg_default.gif");
 
312
        background-repeat: repeat-x;
 
313
        border-left: #19AECE 1px solid;
 
314
        border-right: #21899F 1px solid;
 
315
        border-bottom: #21899F 1px solid;
 
316
}
 
317
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowDown div.dhtmlxMenu_aqua_sky_SubLevelArea_Arrow {
 
318
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_down.gif");
 
319
}
 
320
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowDown_Over div.dhtmlxMenu_aqua_sky_SubLevelArea_Arrow {
 
321
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_down_over.gif");
 
322
}
 
323
div.dhtmlxMenu_aqua_sky_SubLevelArea_ArrowDown_Disabled div.dhtmlxMenu_aqua_sky_SubLevelArea_Arrow {
 
324
        background-image: url("../imgs/dhxmenu_aqua_sky/dhtmlxmenu_arrow_down_dis.gif");
 
325
}
 
 
b'\\ No newline at end of file'