/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/dhtmlx1/dhtmlxmenu_modern.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
/*button text - all levels*/
 
2
#menu_modernstyle .menuButtonSecond td, #menu_modernstyle .menuButton td, #menu_modernstyle .menuButtondown td,#menu_modernstyle .menuButtonover td {
 
3
        cursor:default;
 
4
}
 
5
/*menu text - all levels*/
 
6
#menu_modernstyle .defaultMenuText{
 
7
        font: 11px Tahoma,Arial;
 
8
        padding-left:10px;
 
9
        padding-right:5px;
 
10
}
 
11
/*menu caption if any*/
 
12
#menu_modernstyle .menuName{
 
13
        color : gray;
 
14
        letter-spacing : 7px;
 
15
        font : 11px Arial,sans-serif;
 
16
        padding-left : 10px;
 
17
        padding-right : 10px;
 
18
}
 
19
/*========= BUTTONS ======================*/
 
20
 
 
21
/*plain button state - top level*/
 
22
#menu_modernstyle .menuButton {
 
23
        xborder : solid 1px #ece9d8;
 
24
}
 
25
/*down button state - top level*/
 
26
#menu_modernstyle .menuButtondown {
 
27
        background-color : #868686;
 
28
        xborder: solid 1px #316ac5;
 
29
        cursor : default;
 
30
}
 
31
/*mouse over button state - top level*/
 
32
#menu_modernstyle .menuButtonover {
 
33
        background-color : #868686;
 
34
        xcolor:white;
 
35
        xborder: solid 1px #316ac5;
 
36
        cursor : default;
 
37
}
 
38
/*text color for pressed and over items - top level*/
 
39
#menu_modernstyle .menuButtondown .defaultMenuText,#menu_modernstyle .menuButtonover .defaultMenuText{
 
40
        color:white;
 
41
}
 
42
/*plain button state - other levels*/
 
43
#menu_modernstyle .menuButtonSecond {
 
44
        background-color:#F0F0F0;/*#xD4D0C8*/
 
45
        border:2px solid #F0F0F0;
 
46
        font:12px Arial,sans-serif;
 
47
        xline-height:26px;
 
48
        height:18px;
 
49
}
 
50
/*mouse over button and down button states - other levels*/
 
51
#menu_modernstyle .menuButtonSecondover,#menu_modernstyle .menuButtonSeconddown {
 
52
        background-color : #CBCBCB;
 
53
        color:black;
 
54
        cursor : default;
 
55
        border:2px solid #CBCBCB;
 
56
        font:12px Arial,sans-serif;
 
57
}
 
58
/*icon place style on button over/down - other levels
 
59
.menuButtonSeconddownimg {
 
60
        background-color : #C9D9F5;
 
61
}*/
 
62
 
 
63
/*text of mouse over button - other levels*/
 
64
#menu_modernstyle .menuButtonSeconddown td {
 
65
         color:black;
 
66
         cursor:default;
 
67
         border:0px solid;
 
68
}
 
69
 
 
70
 
 
71
/*============ PANELS and DEVIDERS ===========================================*/
 
72
 
 
73
/*manu panel - top level*/
 
74
#menu_modernstyle .menuTable{
 
75
        background-color : #ece9d8;
 
76
        border: 0px solid #808080 ;
 
77
        -moz-user-select : none;
 
78
        padding : 0px;
 
79
        height:20px;
 
80
        
 
81
}
 
82
/*menu panel - other levels*/
 
83
#menu_modernstyle .secondMenuTable{
 
84
        background-color : #F0F0F0;
 
85
        border: 1px solid #808080; 
 
86
        margin : 0px;
 
87
        -moz-user-select : none;
 
88
        padding : 0 1 0 2;
 
89
        margin-top:-1px;
 
90
}
 
91
 
 
92
/*devider - horizontal*/
 
93
#menu_modernstyle .menuDivider {
 
94
        background-color : #ece9d8;
 
95
        border-left : solid #808080 1px;
 
96
        border-right : solid #FFFFFF 1px;
 
97
        height : 100%;
 
98
        margin-bottom : 2px;
 
99
        margin-top : 1px;
 
100
        overflow : hidden;
 
101
        vertical-align : middle;
 
102
        width : 2px;
 
103
}
 
104
/*devider - vertical*/
 
105
#menu_modernstyle .menuDividerY {
 
106
        background-color : #ece9d8;
 
107
        border-bottom : solid #808080 1px;
 
108
        xborder-top : solid #808080 1px;
 
109
        height : 2px;
 
110
        overflow : hidden;
 
111
        width : 100%;
 
112
}
 
113
 
 
114
/*================== DRAG HANDLERS ==================*/
 
115
 
 
116
/*drag handler for menu - horizontal*/
 
117
#menu_modernstyle .menuhandle {
 
118
        background-color : #ece9d8;
 
119
        border-bottom : solid #808080 1px;
 
120
        border-left : solid #FFFFFF 1px;
 
121
        border-right : solid #808080 1px;
 
122
        border-top : solid #FFFFFF 1px;
 
123
        cursor : move;
 
124
        height : 100%;
 
125
        overflow : hidden;
 
126
        width : 3px;
 
127
}
 
128
/*drag handler for menu - vertical*/
 
129
#menu_modernstyle .vmenuhandle {
 
130
        background-color : #ece9d8;
 
131
        border-bottom : solid #808080 1px;
 
132
        border-left : solid #FFFFFF 1px;
 
133
        border-right : solid #808080 1px;
 
134
        border-top : solid #FFFFFF 1px;
 
135
        cursor : move;
 
136
        height : 3px;
 
137
}
 
138
 
 
139
 
 
140
/*============ ICONS and SCROLLERS ====================*/
 
141
 
 
142
/*disabled icon - all levels*/
 
143
#menu_modernstyle .iconGray {
 
144
        filter : BlendTrans(Percent=50) gray(); 
 
145
        cursor: default; 
 
146
        border:solid 1px #ece9d8;
 
147
}
 
148
 
 
149
/*enabled scroller*/
 
150
#menu_modernstyle .menuscrollerenabled{
 
151
        background-color:#CAC8D4;
 
152
         cursor: pointer;       
 
153
         text-align:center;
 
154
}
 
155
/*disabled scroller*/
 
156
#menu_modernstyle .menuscrollerdisabled{
 
157
        background-color: #CAC8D4;
 
158
        cursor: default;
 
159
        visibility:hidden;
 
160
        text-align:center;
 
161
}
 
 
b'\\ No newline at end of file'