Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / mobile / themes / iphone / iphone-compat.css

History | View | Annotate | Download (4.56 KB)

1

    
2
.mblHeading {
3
        background-image: url(compat/heading-bg.png);
4
}
5
.mblArrowButtonHead {
6
        position: absolute;
7
        top: 5px;
8
        left: 6px;
9
        width: 19px;
10
        height: 29px;
11
        background-image: url(compat/arrow-button-head.png);
12
}
13
.mblArrowButtonBody {
14
        background-image: url(compat/arrow-button-bg.png);
15
}
16
.mblRoundCorner {
17
        background-color: white;
18
        height: 1px;
19
        font-size: 1px;
20
        overflow: hidden;
21
        border-style: solid;
22
        border-color: #ADAAAD;
23
        border-width: 0px 1px;
24
}
25
.mblRoundRectContainer {
26
        margin: 0px;
27
        padding: 0px;
28
        background-color: white;
29
        border-style: solid;
30
        border-color: #ADAAAD;
31
        border-width: 0px 1px;
32
}
33
.mblRoundRect .mblRoundRectContainer {
34
        padding: 3px 8px;
35
}
36
.mblRoundCorner0T {
37
        height: 0px;
38
}
39
.mblRoundCorner1T {
40
        background-color: #ADAAAD;
41
        margin: 0px 5px;
42
}
43
.mblRoundCorner2T {
44
        margin: 0px 2px;
45
        border-width: 0px 3px;
46
}
47
.mblRoundCorner3T {
48
        margin: 0px 1px;
49
        border-width: 0px 2px;
50
}
51
.mblRoundCorner4T {
52
        margin: 0px 1px;
53
}
54
.mblRoundCorner5T {
55
        margin: 0px 1px;
56
}
57
.mblRoundCorner0B {
58
        height: 0px;
59
}
60
.mblRoundCorner1B {
61
        margin: 0px 1px;
62
}
63
.mblRoundCorner2B {
64
        margin: 0px 1px;
65
}
66
.mblRoundCorner3B {
67
        margin: 0px 1px;
68
        border-width: 0px 2px;
69
}
70
.mblRoundCorner4B {
71
        margin: 0px 2px;
72
        border-width: 0px 3px;
73
}
74
.mblRoundCorner5B {
75
        background-color: #ADAAAD;
76
        margin: 0px 5px;
77
}
78
.mblEdgeToEdgeCategory {
79
        background-image: url(compat/edge-categ-bg.png);
80
}
81
*html li.mblListItem.mblVariableHeight { 
82
        height: 0;
83
}
84
li.mblListItem .mblArrow, div.mblListItem .mblArrow {
85
        border-style: none;
86
        top: 16px;
87
        width: 9px;
88
        height: 13px;
89
        background-image: url(compat/gray-arrow.png);
90
}
91
li.mblItemSelected .mblArrow, div.mblItemSelected .mblArrow {
92
        background-image: url(compat/white-arrow.png);
93
}
94
.mblSwitchInner {
95
        width: 100px;
96
}
97
.mblSwitchBg {
98
        border: none;
99
}
100
.mblSwitchBgLeft {
101
        width: 89px;
102
        background: none;
103
}
104
.mblSwitchBgRight {
105
        width: 89px;
106
        left: 58px;
107
        background: none;
108
}
109
.mblSwitchKnobContainer {
110
        position: relative;
111
        left: 53px;
112
        width: 41px;
113
        height: 26px;
114
}
115
.mblSwitchKnob {
116
        position: relative;
117
        top: 0px;
118
        left: 0px;
119
        width: auto;
120
        height: 21px;
121
        background-image: url(compat/switch-knob-bg.png);
122
        border-width: 0px 1px;
123
        -moz-border-radius: 0px;
124
}
125
.mblSwitchCorner {
126
        position: relative;
127
        height: 1px;
128
        font-size: 1px;
129
        overflow: hidden;
130
        border-style: solid;
131
        border-color: #878787;
132
}
133
.mblSwitchCorner1T {
134
        background-color: #848684;
135
        margin: 0px 4px;
136
        border-width: 0px;
137
}
138
.mblSwitchCorner2T {
139
        background-color: #C0C0C0;
140
        margin: 0px 2px;
141
        border-width: 0px 2px;
142
}
143
.mblSwitchCorner3T {
144
        background-color: #C6C7C6;
145
        margin: 0px 1px;
146
        border-width: 0px 1px;
147
}
148
.mblSwitchCorner1B {
149
        background-color: #FBFBFB;
150
        margin: 0px 1px;
151
        border-width: 0px 1px;
152
}
153
.mblSwitchCorner2B {
154
        background-color: #FBFBFB;
155
        margin: 0px 2px;
156
        border-width: 0px 2px;
157
}
158
.mblSwitchCorner3B {
159
        background-color: #878787;
160
        margin: 0px 4px;
161
        border-width: 0px;
162
}
163
.mblSwitchBgLeft .mblSwitchCorner1T {
164
        border-width: 0px 2px;
165
        background-color: #093889;
166
}
167
.mblSwitchBgLeft .mblSwitchCorner2T {
168
        background-color: #285AB2;
169
}
170
.mblSwitchBgLeft .mblSwitchCorner3T {
171
        background-color: #285AB2;
172
}
173
.mblSwitchBgLeft .mblSwitchCorner1B {
174
        background-color: #66A1F6;
175
}
176
.mblSwitchBgLeft .mblSwitchCorner2B {
177
        background-color: #66A1F6;
178
}
179
.mblSwitchBgLeft .mblSwitchCorner3B {
180
        background-color: #5289D7;
181
}
182
.mblSwitchText {
183
        height: 21px;
184
        line-height: 21px;
185
}
186
.mblSwitchTextLeft {
187
        background-image: url(compat/switch-blue-bg.png);
188
        border-left: 1px solid #848684;
189
}
190
.mblSwitchTextRight {
191
        background-image: url(compat/switch-gray-bg.png);
192
        left: 35px;
193
        border-right: 1px solid #848684;
194
}
195
.mblIconContentHeading {
196
        background-image: url(compat/icon-content-heading-bg.png);
197
}
198
.mblBlueButton {
199
        background-image: url(compat/blue-button-bg.png);
200
}
201
.mblBlueButtonSelected {
202
        background-image: url(compat/blue-button-sel-bg.png);
203
}
204
.mblTabPanelHeader {
205
        background-image: url(compat/heading-bg.png);
206
}
207
.mblTabButton {
208
        background-image: url(compat/tab-button-bg.png);
209
}
210
.mblTabButtonSelected {
211
        background-image: url(compat/tab-sel-button-bg.png);
212
}
213
*html .mblTabButton { 
214
        behavior: expression(
215
                (function(el){
216
                        if(!el.previousSibling)
217
                                el.style.borderWidth = "1px";
218
                        el.style.behavior = "none";
219
                })(this)
220
        );
221
}
222
.mblProg {
223
        position: absolute;
224
        top: 0px;
225
        width: 4px;
226
        font-size: 1px;
227
        height: 36px;
228
        overflow: hidden;
229
        background-color: #C0C0C0;
230
}
231
.mblProg0 {
232
        left: 0px;
233
}
234
.mblProg1 {
235
        left: 8px;
236
}
237
.mblProg2 {
238
        left: 16px;
239
}
240
.mblProg3 {
241
        left: 24px;
242
}
243
.mblProg4 {
244
        left: 32px;
245
}
246
.mblProg5 {
247
        left: 40px;
248
}
249
.mblProg6 {
250
        left: 48px;
251
}
252
.mblProg7 {
253
        left: 56px;
254
}
255
.mblProg8 {
256
        left: 64px;
257
}
258
.mblProg9 {
259
        left: 72px;
260
}
261
.mblProg10 {
262
        left: 80px;
263
}
264
.mblProg11 {
265
        left: 80px;
266
}