Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / mobile / themes / buttons.css @ 12

History | View | Annotate | Download (4.58 KB)

1

    
2
.mblBlueMinusButton {
3
        position: relative;
4
        width: 22px;
5
        height: 18px;
6
        border-width: 1px 1px 1px 0px;
7
        border-style: outset;
8
        border-color: #6D89C7;
9
        color: white;
10
        -webkit-border-radius: 3px;
11
        -moz-border-radius: 3px;
12
        background-color: #366EDF;
13
        background: -webkit-gradient(linear, left top, left bottom, from(#7A9DE9), to(#2362DD), color-stop(0.5, #366EDF), color-stop(0.5, #215FDC));
14
}
15
.mblDarkBlueMinusButton {
16
        position: relative;
17
        width: 22px;
18
        height: 18px;
19
        border-width: 1px 1px 1px 0px;
20
        border-style: outset;
21
        border-color: #6D89C7;
22
        color: white;
23
        -webkit-border-radius: 3px;
24
        -moz-border-radius: 3px;
25
        background-color: #5877A2;
26
        background: -webkit-gradient(linear, left top, left bottom, from(#8EA4C1), to(#4A6C9B), color-stop(0.5, #5877A2), color-stop(0.5, #476999));
27
}
28
.mblRedMinusButton {
29
        position: relative;
30
        width: 22px;
31
        height: 18px;
32
        border-width: 1px 1px 1px 0px;
33
        border-style: outset;
34
        border-color: #cc1122;
35
        color: white;
36
        -webkit-border-radius: 3px;
37
        -moz-border-radius: 3px;
38
        background-color: #C9404B;
39
        background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421));
40
}
41
.mblBlueMinusButton DIV, .mblDarkBlueMinusButton DIV, .mblRedMinusButton DIV {
42
        position: absolute;
43
        top: 7px;
44
        left: 7px;
45
        width: 8px;
46
        height: 2px;
47
        margin: 0px;
48
        font-size: 1px;
49
        background-color: white;
50
        border-top: 1px solid #4A5A71;
51
}
52
.mblBluePlusButton {
53
        position: relative;
54
        width: 22px;
55
        height: 18px;
56
        border-width: 1px 1px 1px 0px;
57
        border-style: outset;
58
        border-color: #6D89C7;
59
        color: white;
60
        -webkit-border-radius: 3px;
61
        -moz-border-radius: 3px;
62
        background-color: #366EDF;
63
        background: -webkit-gradient(linear, left top, left bottom, from(#7A9DE9), to(#2362DD), color-stop(0.5, #366EDF), color-stop(0.5, #215FDC));
64
}
65
.mblDarkBluePlusButton {
66
        position: relative;
67
        width: 22px;
68
        height: 18px;
69
        border-width: 1px 1px 1px 0px;
70
        border-style: outset;
71
        border-color: #6D89C7;
72
        color: white;
73
        -webkit-border-radius: 3px;
74
        -moz-border-radius: 3px;
75
        background-color: #5877A2;
76
        background: -webkit-gradient(linear, left top, left bottom, from(#8EA4C1), to(#4A6C9B), color-stop(0.5, #5877A2), color-stop(0.5, #476999));
77
}
78
.mblRedPlusButton {
79
        position: relative;
80
        width: 22px;
81
        height: 18px;
82
        border-width: 1px 1px 1px 0px;
83
        border-style: outset;
84
        border-color: #6D89C7;
85
        color: white;
86
        -webkit-border-radius: 3px;
87
        -moz-border-radius: 3px;
88
        background-color: #C9404B;
89
        background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421));
90
}
91
.mblBluePlusButton DIV, .mblDarkBluePlusButton DIV, .mblRedPlusButton DIV {
92
        position: absolute;
93
        top: 7px;
94
        left: 7px;
95
        width: 8px;
96
        height: 2px;
97
        margin: 0px;
98
        font-size: 1px;
99
        background-color: white;
100
        border-top: 1px solid #4A5A71;
101
}
102
.mblBluePlusButton P, .mblDarkBluePlusButton P, .mblRedPlusButton P {
103
        position: absolute;
104
        top: 4px;
105
        left: 10px;
106
        width: 2px;
107
        height: 8px;
108
        margin: 0px;
109
        font-size: 1px;
110
        background-color: white;
111
}
112
.mblCheckOnButton {
113
        position: relative;
114
        width: 30px;
115
        height: 30px;
116
        border-width: 1px;
117
        border-style: outset;
118
        border-color: #A5A2A5;
119
        color: white;
120
        -webkit-border-radius: 3px;
121
        -moz-border-radius: 3px;
122
        background-color: #D6D3D6;
123
        background: -webkit-gradient(linear, left top, left bottom, from(#EFF3EF), to(#BDBEBD));
124
}
125
.mblCheckOnButton DIV {
126
        position: absolute;
127
        top: 15px;
128
        left: 3px;
129
        width: 14px;
130
        height: 4px;
131
        margin: 0px;
132
        font-size: 1px;
133
        background-color: #00CF00;
134
        border-top: 1px solid #4A5A71;
135
        -webkit-border-radius: 2px;
136
        -webkit-transform: rotate(50deg);
137
}
138
.mblCheckOnButton P {
139
        position: absolute;
140
        top: 11px;
141
        left: 9px;
142
        width: 20px;
143
        height: 4px;
144
        margin: 0px;
145
        font-size: 1px;
146
        background-color: #00CF00;
147
        border-bottom: 1px solid #4A5A71;
148
        -webkit-border-radius: 2px;
149
        -webkit-transform: rotate(-50deg);
150
}
151
.mblCheckOffButton {
152
        position: relative;
153
        width: 30px;
154
        height: 30px;
155
        border-width: 1px;
156
        border-style: outset;
157
        border-color: #A5A2A5;
158
        color: white;
159
        -webkit-border-radius: 3px;
160
        -moz-border-radius: 3px;
161
        background-color: #D6D3D6;
162
        background: -webkit-gradient(linear, left top, left bottom, from(#EFF3EF), to(#BDBEBD));
163
}
164
.mblCheckOffButton DIV {
165
        position: absolute;
166
        top: 11px;
167
        left: 9px;
168
        width: 20px;
169
        height: 4px;
170
        font-size: 1px;
171
        background-color: #BDBABD;
172
        border-top: 1px solid #8C8E8C;
173
        -webkit-border-radius: 2px;
174
        -webkit-transform: rotate(-50deg);
175
}
176
.mblCheckOffButton P {
177
        position: absolute;
178
        top: 15px;
179
        left: 3px;
180
        width: 14px;
181
        height: 4px;
182
        font-size: 1px;
183
        background-color: #BDBABD;
184
        border-bottom: 1px solid #8C8E8C;
185
        -webkit-border-radius: 2px;
186
        -webkit-transform: rotate(50deg);
187
}