/adei/ui

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

« back to all changes in this revision

Viewing changes to includes/dhtmlx/dhtmlxmenu.css

  • Committer: Suren A. Chilingaryan
  • Date: 2008-10-29 03:02:24 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • 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
 
/*button text - all levels*/
2
 
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
3
 
        cursor:default;
4
 
}
5
 
/*menu text - all levels*/
6
 
.defaultMenuText{
7
 
        font:12px Arial,sans-serif;
8
 
        padding-left:10px;
9
 
        padding-right:5px;
10
 
        text-align:left;
11
 
}
12
 
/*disabled menu text - all levels*/
13
 
.buttonTextDisabled{
14
 
        font: 11px "Microsoft Sans Serif",Arial;
15
 
        padding-left:10px;
16
 
        padding-right:5px;
17
 
    color:gray;
18
 
}
19
 
 
20
 
/*menu caption if any*/
21
 
.menuName{
22
 
        color : gray;
23
 
        letter-spacing : 7px;
24
 
        font : 11px Arial,sans-serif;
25
 
        padding-left : 10px;
26
 
        padding-right : 10px;
27
 
        display: none;
28
 
}
29
 
/*========= BUTTONS ======================*/
30
 
 
31
 
/*plain button state - top level*/
32
 
.menuButton {
33
 
        border : solid 1px #D4D0C8;
34
 
}
35
 
/*down button state - top level*/
36
 
.menuButtondown {
37
 
        background-color : #DBD8D1;
38
 
        border-bottom : solid 1px #FFFFFF;
39
 
        border-left : solid 1px #808080;
40
 
        border-right : solid 1px #FFFFFF;
41
 
        border-top : solid 1px #808080;
42
 
        cursor : default;
43
 
}
44
 
/*mouse over button state - top level*/
45
 
.menuButtonover {
46
 
        background-color : #DBD8D1;
47
 
        border-bottom : solid 1px #808080;
48
 
        border-left : solid 1px #FFFFFF;
49
 
        border-right : solid 1px #808080;
50
 
        border-top : solid 1px #FFFFFF;
51
 
        cursor : default;
52
 
}
53
 
/*plain button state - other levels*/
54
 
.menuButtonSecond {
55
 
        background-color:#D4D0C8;
56
 
        border:1px solid #D4D0C8;
57
 
        font:12px Arial,sans-serif;
58
 
}
59
 
/*mouse over button and down button states - other levels*/
60
 
.menuButtonSecondover, .menuButtonSeconddown {
61
 
 
62
 
        background-color : #6495ed;
63
 
        color:navy;
64
 
        cursor : default;
65
 
        border:1px solid navy;
66
 
        font:12px Arial,sans-serif;
67
 
        
68
 
        /*
69
 
        background-color : navy;
70
 
        color:white;
71
 
        cursor : default;
72
 
        border:1px solid navy;
73
 
        font:12px Arial,sans-serif;     */
74
 
}
75
 
/*icon place style on button over/down - other levels
76
 
.menuButtonSeconddownimg {
77
 
        background-color : #C9D9F5;
78
 
}*/
79
 
 
80
 
/*text of mouse over button - other levels*/
81
 
.menuButtonSeconddown td {
82
 
        color:navy;
83
 
         cursor:default;
84
 
         border:0px solid;
85
 
        
86
 
         /*
87
 
         color:white;
88
 
         cursor:default;
89
 
         border:0px solid;      */ 
90
 
}
91
 
 
92
 
 
93
 
/*============ PANELS and DEVIDERS ===========================================*/
94
 
 
95
 
/*manu panel - top level*/
96
 
.menuTable{
97
 
        background-color : #D4D0C8;
98
 
        border-bottom : solid #808080 1px;
99
 
        border-left : solid #FFFFFF 1px;
100
 
        border-right : solid #808080 1px;
101
 
        border-top : solid #d4d0c8 1px;
102
 
        margin : 0px;
103
 
        -moz-user-select : none;
104
 
        padding : 0px;
105
 
        
106
 
}
107
 
/*menu panel - other levels*/
108
 
.secondMenuTable{
109
 
        background-color : #D4D0C8;
110
 
        border: 2px outset #ffffff; 
111
 
        margin : 0px;
112
 
        -moz-user-select : none;
113
 
        padding : 0px 1px 0px 2px;
114
 
        overflow: auto;
115
 
}
116
 
 
117
 
/*devider - horizontal*/
118
 
.menuDivider {
119
 
        background-color : #D4D0C8;
120
 
        border-left : solid #808080 1px;
121
 
        border-right : solid #FFFFFF 1px;
122
 
        height : 100%;
123
 
        margin-bottom : 2px;
124
 
        margin-top : 1px;
125
 
        overflow : hidden;
126
 
        vertical-align : middle;
127
 
        width : 2px;
128
 
}
129
 
/*devider - vertical*/
130
 
.menuDividerY {
131
 
        background-color : #D4D0C8;
132
 
        border-bottom : solid #FFFFFF 1px;
133
 
        border-top : solid #808080 1px;
134
 
        height : 2px;
135
 
        overflow : hidden;
136
 
        width : 100%;
137
 
}
138
 
 
139
 
/*================== DRAG HANDLERS ==================*/
140
 
 
141
 
/*drag handler for menu - horizontal*/
142
 
.menuHandle {
143
 
        background-color : #D4D0C8;
144
 
        border-bottom : solid #808080 1px;
145
 
        border-left : solid #FFFFFF 1px;
146
 
        border-right : solid #808080 1px;
147
 
        border-top : solid #FFFFFF 1px;
148
 
        cursor : move;
149
 
        height : 100%;
150
 
        overflow : hidden;
151
 
        width : 3px;
152
 
}
153
 
/*drag handler for menu - vertical*/
154
 
.vmenuHandle {
155
 
        background-color : #D4D0C8;
156
 
        border-bottom : solid #808080 1px;
157
 
        border-left : solid #FFFFFF 1px;
158
 
        border-right : solid #808080 1px;
159
 
        border-top : solid #FFFFFF 1px;
160
 
        cursor : move;
161
 
        height : 3px;
162
 
}
163
 
 
164
 
 
165
 
/*============ ICONS and SCROLLERS ====================*/
166
 
 
167
 
/*disabled icon - all levels*/
168
 
.iconGray {
169
 
        filter : BlendTrans(Percent=50) gray();
170
 
        cursor: default;
171
 
        border:solid 1px #D4D0C8;
172
 
}
173
 
 
174
 
/*enabled scroller*/
175
 
.menuScrollerEnabled{
176
 
        background-color:#CAC8D4;
177
 
         cursor: pointer;
178
 
         text-align:center;
179
 
}
180
 
/*disabled scroller*/
181
 
.menuScrollerDisabled{
182
 
        background-color: #CAC8D4;
183
 
        cursor: default;
184
 
        visibility:hidden;
185
 
        text-align:center;
186
 
}