/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_dhx_black.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
                                                                "DHX BLACK" dhtmlxMenu Skin
 
3
***************************************************************************************************************************************************************/
 
4
 
 
5
/*
 
6
        top level container
 
7
*/
 
8
/*
 
9
table.dhtmlxMenu_dhx_black_TBL {
 
10
        height: 25px;
 
11
        position: relative;
 
12
}
 
13
*/
 
14
div.dhtmlxMenu_dhx_black_Middle {
 
15
        position: relative;
 
16
        height: 24px;
 
17
        border: none;
 
18
        background-image: url("../imgs/dhxmenu_dhx_black/dhtmlxmenu_bg.png");
 
19
        aborder-bottom: #333333 1px solid;
 
20
        background-position: top;
 
21
        background-repeat: repeat-x;
 
22
        -moz-user-select: none;
 
23
}
 
24
iframe.dhtmlxMenu_IE6CoverFix_dhx_black {
 
25
        position: absolute;
 
26
        border: none;
 
27
        background: #000000;
 
28
        filter: alpha(opacity=100);
 
29
}
 
30
/*
 
31
        top level items
 
32
*/
 
33
div.dhtmlxMenu_dhx_black_TopLevel_Item_Normal {
 
34
        position: absolute;
 
35
        font-family: Tahoma;
 
36
        font-size: 12px;
 
37
        font-weight: normal;
 
38
        color: #FFFFFF;
 
39
        cursor: default;
 
40
        white-space: nowrap;
 
41
        -moz-user-select: none;
 
42
        top: 3px;
 
43
        margin: 1px;
 
44
        padding-left: 7px;
 
45
        padding-right: 7px;
 
46
}
 
47
div.dhtmlxMenu_dhx_black_TopLevel_Item_Disabled {
 
48
        position: absolute;
 
49
        font-family: Tahoma;
 
50
        font-size: 12px;
 
51
        font-weight: normal;
 
52
        color: #888787;
 
53
        cursor: default;
 
54
        white-space: nowrap;
 
55
        -moz-user-select: none;
 
56
        top: 3px;
 
57
        margin: 1px;
 
58
        padding-left: 7px;
 
59
        padding-right: 7px;
 
60
}
 
61
div.dhtmlxMenu_dhx_black_TopLevel_Item_Selected {
 
62
        position: absolute;
 
63
        font-family: Tahoma;
 
64
        font-size: 12px;
 
65
        font-weight: normal;
 
66
        cursor: default;
 
67
        color: #FFFFFF;
 
68
        white-space: nowrap;
 
69
        -moz-user-select: none;
 
70
        height: 17px;
 
71
        height=21px;
 
72
        abackground-image: url("../imgs/dhxmenu_dhx_black/dhtmlxmenu_top_bg_over.gif");
 
73
        abackground-repeat: repeat-x;
 
74
        abackground-color: #444444;
 
75
        border-top: #000000 1px solid;
 
76
        border-left: #000000 1px solid;
 
77
        border-right: #909090 1px solid;
 
78
        border-bottom: #909090 1px solid;
 
79
        margin-top: 1px;
 
80
        padding-left: 7px;
 
81
        padding-right: 7px;
 
82
        padding-top: 2px;
 
83
}
 
84
/*
 
85
        sub level polygon
 
86
*/
 
87
div.dhtmlxMenu_dhx_black_SubLevelArea_Polygon {
 
88
        position: absolute;
 
89
        background-color: #585757;
 
90
        border-top: #8C8B8B 1px solid;
 
91
        border-bottom: #8C8B8B 1px solid;
 
92
        overflow: hidden;
 
93
}
 
94
/*
 
95
        separator
 
96
*/
 
97
div.dhtmlxMenu_dhx_black_SubLevelArea_Separator {
 
98
        font-size: 1px;
 
99
        cursor: default;
 
100
        -moz-user-select: none;
 
101
        border-top: #959595 1px solid;
 
102
}
 
103
/*
 
104
        items
 
105
*/
 
106
div.dhtmlxMenu_dhx_black_SubLevelArea_Item_Normal {
 
107
        position: relative;
 
108
        font-family: Tahoma;
 
109
        font-size: 12px;
 
110
        font-weight: normal;
 
111
        color: #FFFFFF;
 
112
        border-left: #8C8B8B 1px solid;
 
113
        border-right: #8C8B8B 1px solid;
 
114
        margin: 0px 0px 0px 0px;
 
115
        padding: 5px 28px 5px 28px;
 
116
        cursor: default;
 
117
        white-space: nowrap;
 
118
        -moz-user-select: none;
 
119
}
 
120
div.dhtmlxMenu_dhx_black_SubLevelArea_Item_Disabled {
 
121
        position: relative;
 
122
        font-family: Tahoma;
 
123
        font-size: 12px;
 
124
        font-weight: normal;
 
125
        color: #888787;
 
126
        margin: 0px 0px 0px 0px;
 
127
        padding: 5px 28px 5px 28px;
 
128
        border-left: #8C8B8B 1px solid;
 
129
        border-right: #8C8B8B 1px solid;
 
130
        cursor: default;
 
131
        white-space: nowrap;
 
132
        -moz-user-select: none;
 
133
}
 
134
div.dhtmlxMenu_dhx_black_SubLevelArea_Item_Selected {
 
135
        position: relative;
 
136
        font-family: Tahoma;
 
137
        font-size: 12px;
 
138
        font-weight: normal;
 
139
        color: #FFFFFF;
 
140
        background-color: #A09F9F;
 
141
        margin: 0px 0px 0px 0px;
 
142
        padding: 5px 28px 5px 28px;
 
143
        border-left: #8C8B8B 1px solid;
 
144
        border-right: #8C8B8B 1px solid;
 
145
        cursor: default;
 
146
        white-space: nowrap;
 
147
        -moz-user-select: none;
 
148
}
 
149
/*
 
150
        hotkey
 
151
*/
 
152
div.dhtmlxMenu_dhx_black_SubLevelArea_Item_HotKey {
 
153
        position: absolute;
 
154
        top: 6px;
 
155
        font-size: 10px;
 
156
        right: 8px;
 
157
        color: #AAAAAA;
 
158
}
 
159
/*
 
160
        arrow cascade (right, loading)
 
161
*/
 
162
img.dhtmlxMenu_dhx_black_SubLevelArea_Item_Arrow {
 
163
        width: 4px;
 
164
        height: 7px;
 
165
        position: absolute;
 
166
        margin-top: 4px;
 
167
        right: 8px;
 
168
}
 
169
img.dhtmlxMenu_dhx_black_SubLevelArea_Item_Arrow_Loading {
 
170
        width: 11px;
 
171
        height: 11px;
 
172
        position: absolute;
 
173
        amargin-top: 1px;
 
174
        right: 6px;
 
175
}
 
176
/*
 
177
        icons (checkboxes and radios are use the same class)
 
178
*/
 
179
img.dhtmlxMenu_dhx_black_TopLevel_Item_Icon {
 
180
        position: absolute;
 
181
        margin-top: -2px;
 
182
        left: 5px;
 
183
        width: 18px;
 
184
        height: 18px;
 
185
}
 
186
img.dhtmlxMenu_dhx_black_SubLevelArea_Item_Icon {
 
187
        position: absolute;
 
188
        top: 2px;
 
189
        left: 5px;
 
190
        left=-22px;
 
191
        width: 18px;
 
192
        height: 18px;
 
193
}
 
194
/*
 
195
        arrows limit (up, down)
 
196
*/
 
197
div.dhtmlxMenu_dhx_black_SubLevelArea_Arrow {
 
198
        width: 100%;
 
199
        height: 100%;
 
200
        background-repeat: no-repeat;
 
201
        background-position: center center;
 
202
        background-color: #585757;
 
203
}
 
204
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowUp {
 
205
        position: absolute;
 
206
        height: 16px;
 
207
        height=18px;
 
208
        padding-top: 1px;
 
209
        padding-left: 1px;
 
210
        padding-right: 1px;
 
211
        font-size: 1px;
 
212
        background-color: #585757;
 
213
        border-top: #8C8B8B 1px solid;
 
214
        border-left: #8C8B8B 1px solid;
 
215
        border-right: #8C8B8B 1px solid;
 
216
}
 
217
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowUp_Over {
 
218
        position: absolute;
 
219
        height: 16px;
 
220
        height=18px;
 
221
        padding-top: 1px;
 
222
        padding-left: 1px;
 
223
        padding-right: 1px;
 
224
        font-size: 1px;
 
225
        background-color: #585757;
 
226
        border-top: #8C8B8B 1px solid;
 
227
        border-left: #8C8B8B 1px solid;
 
228
        border-right: #8C8B8B 1px solid;
 
229
}
 
230
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowUp_Disabled {
 
231
        position: absolute;
 
232
        height: 16px;
 
233
        height=18px;
 
234
        padding-top: 1px;
 
235
        padding-left: 1px;
 
236
        padding-right: 1px;
 
237
        font-size: 1px;
 
238
        background-color: #585757;
 
239
        border-top: #8C8B8B 1px solid;
 
240
        border-left: #8C8B8B 1px solid;
 
241
        border-right: #8C8B8B 1px solid;
 
242
}
 
243
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowUp div.dhtmlxMenu_dhx_black_SubLevelArea_Arrow {
 
244
        background-image: url("../imgs/dhxmenu_dhx_black/dhtmlxmenu_arrow_up.gif");
 
245
}
 
246
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowUp_Over div.dhtmlxMenu_dhx_black_SubLevelArea_Arrow {
 
247
        background-image: url("../imgs/dhxmenu_dhx_black/dhtmlxmenu_arrow_up_over.gif");
 
248
}
 
249
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowUp_Disabled div.dhtmlxMenu_dhx_black_SubLevelArea_Arrow {
 
250
        background-image: url("../imgs/dhxmenu_dhx_black/dhtmlxmenu_arrow_up_dis.gif");
 
251
}
 
252
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowDown {
 
253
        position: absolute;
 
254
        height: 16px;
 
255
        height=18px;
 
256
        font-size: 1px;
 
257
        padding-top: 1px;
 
258
        padding-left: 1px;
 
259
        padding-right: 1px;
 
260
        background-color: #585757;
 
261
        border-bottom: #8C8B8B 1px solid;
 
262
        border-left: #8C8B8B 1px solid;
 
263
        border-right: #8C8B8B 1px solid;
 
264
}
 
265
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowDown_Over {
 
266
        position: absolute;
 
267
        height: 16px;
 
268
        height=18px;
 
269
        font-size: 1px;
 
270
        padding-top: 1px;
 
271
        padding-left: 1px;
 
272
        padding-right: 1px;
 
273
        background-color: #585757;
 
274
        border-bottom: #8C8B8B 1px solid;
 
275
        border-left: #8C8B8B 1px solid;
 
276
        border-right: #8C8B8B 1px solid;
 
277
}
 
278
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowDown_Disabled {
 
279
        position: absolute;
 
280
        height: 16px;
 
281
        height=18px;
 
282
        font-size: 1px;
 
283
        padding-top: 1px;
 
284
        padding-left: 1px;
 
285
        padding-right: 1px;
 
286
        background-color: #585757;
 
287
        border-bottom: #8C8B8B 1px solid;
 
288
        border-left: #8C8B8B 1px solid;
 
289
        border-right: #8C8B8B 1px solid;
 
290
}
 
291
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowDown div.dhtmlxMenu_dhx_black_SubLevelArea_Arrow {
 
292
        background-image: url("../imgs/dhxmenu_dhx_black/dhtmlxmenu_arrow_down.gif");
 
293
}
 
294
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowDown_Over div.dhtmlxMenu_dhx_black_SubLevelArea_Arrow {
 
295
        background-image: url("../imgs/dhxmenu_dhx_black/dhtmlxmenu_arrow_down_over.gif");
 
296
}
 
297
div.dhtmlxMenu_dhx_black_SubLevelArea_ArrowDown_Disabled div.dhtmlxMenu_dhx_black_SubLevelArea_Arrow {
 
298
        background-image: url("../imgs/dhxmenu_dhx_black/dhtmlxmenu_arrow_down_dis.gif");
 
299
}
 
 
b'\\ No newline at end of file'